AWS prescriptive-guidance documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in infrastructure description
Security assessment
Terminology update with no impact on security controls or practices described
Diff
diff --git a/prescriptive-guidance/latest/essential-eight-maturity/containerised-web-service.md b/prescriptive-guidance/latest/essential-eight-maturity/containerised-web-service.md index 4beb82bd7..c7dcd0512 100644 --- a//prescriptive-guidance/latest/essential-eight-maturity/containerised-web-service.md +++ b//prescriptive-guidance/latest/essential-eight-maturity/containerised-web-service.md @@ -9 +9 @@ This workload is an example of [Theme 2: Manage immutable infrastructure through -The web service runs on Amazon ECS and uses a database in Amazon RDS. The application team defines these resources in an AWS CloudFormation template. Containers are created with EC2 Image Builder and stored in Amazon ECR. The application team deploys changes to the system through AWS CodePipeline. This pipeline is restricted to the application team. When the application team makes a pull request for the code repository, the [two-person rule](https://docs.aws.amazon.com/wellarchitected/latest/analytics-lens/best-practice-5.2---implement-least-privilege-policies-for-source-and-downstream-systems..html) is used. +The web service runs on Amazon ECS and uses a database in Amazon RDS. The application team defines these resources in an CloudFormation template. Containers are created with EC2 Image Builder and stored in Amazon ECR. The application team deploys changes to the system through AWS CodePipeline. This pipeline is restricted to the application team. When the application team makes a pull request for the code repository, the [two-person rule](https://docs.aws.amazon.com/wellarchitected/latest/analytics-lens/best-practice-5.2---implement-least-privilege-policies-for-source-and-downstream-systems..html) is used.