AWS Security ChangesHomeSearch

AWS whitepapers documentation change

Service: whitepapers · 2025-11-19 · Documentation low

File: whitepapers/latest/aws-overview/containers.md

Summary

Updated references to CloudFormation by removing 'AWS' prefix for consistency

Security assessment

The changes are purely stylistic, replacing 'AWS CloudFormation' with 'CloudFormation' for naming consistency. No security-related content was added, modified, or removed.

Diff

diff --git a/whitepapers/latest/aws-overview/containers.md b/whitepapers/latest/aws-overview/containers.md
index ee07f58dd..552ec7d71 100644
--- a//whitepapers/latest/aws-overview/containers.md
+++ b//whitepapers/latest/aws-overview/containers.md
@@ -40 +40 @@ Return to [AWS services](./amazon-web-services-cloud-platform.html).
-With simple API calls, you can launch and stop Docker-enabled applications, query the complete state of your application, and access many familiar features such as IAM roles, security groups, load balancers, Amazon CloudWatch Events, AWS CloudFormation templates, and AWS CloudTrail logs.
+With simple API calls, you can launch and stop Docker-enabled applications, query the complete state of your application, and access many familiar features such as IAM roles, security groups, load balancers, Amazon CloudWatch Events, CloudFormation templates, and AWS CloudTrail logs.
@@ -50 +50 @@ Amazon EKS runs the Kubernetes management infrastructure for you across multiple
-[AWS App2Container](https://aws.amazon.com/app2container/) (A2C) is a command-line tool for modernizing .NET and Java applications into containerized applications. A2C analyzes and builds an inventory of all applications running in VMs, on-premises or in the cloud. You simply select the application you want to containerize, and A2C packages the application artifact and identified dependencies into container images, configures the network ports, and generates the ECS task and Kubernetes pod definitions. A2C provisions, through AWS CloudFormation, the cloud infrastructure and CI/CD pipelines required to deploy the containerized .NET or Java application into production. With A2C, you can easily modernize your existing applications and standardize the deployment and operations through containers.
+[AWS App2Container](https://aws.amazon.com/app2container/) (A2C) is a command-line tool for modernizing .NET and Java applications into containerized applications. A2C analyzes and builds an inventory of all applications running in VMs, on-premises or in the cloud. You simply select the application you want to containerize, and A2C packages the application artifact and identified dependencies into container images, configures the network ports, and generates the ECS task and Kubernetes pod definitions. A2C provisions, through CloudFormation, the cloud infrastructure and CI/CD pipelines required to deploy the containerized .NET or Java application into production. With A2C, you can easily modernize your existing applications and standardize the deployment and operations through containers.