AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

Service: elasticbeanstalk · 2025-04-01 · Documentation low

File: elasticbeanstalk/latest/dg/create_deploy_docker_ecs_config.md

Summary

Restructured introduction into bullet points and updated section header from 'Container instance role' to 'Container managed policy and EC2 instance role'

Security assessment

Changes are organizational/structural improvements without security-specific context or vulnerability references

Diff

diff --git a/elasticbeanstalk/latest/dg/create_deploy_docker_ecs_config.md b/elasticbeanstalk/latest/dg/create_deploy_docker_ecs_config.md
index 4faf09d41..6c693d6f9 100644
--- a/elasticbeanstalk/latest/dg/create_deploy_docker_ecs_config.md
+++ b/elasticbeanstalk/latest/dg/create_deploy_docker_ecs_config.md
@@ -7 +7,10 @@
-This chapter explains how to configure your ECS managed Docker environment. The `Dockerrun.aws.json` configuration file specifies your image repository and the name of your Docker images, among other components. This topic provides the detailed specifications of the `Dockerrun.aws.json` v2 file and an example configuration. If you have a custom instance profile, we explain how to configure it so that the permissions required for ECS to manage your containers stay current. Finally, if you need your environment to support inbound traffic for proxies or other services that don't run on the default HTTP port we explain how to configure multiple Elastic Load Balancing listeners.
+This chapter explains how to configure your ECS managed Docker environment. The following list summarizes the configuration items that this chapter explains.
+
+  * `Dockerrun.aws.json` v2 – This configuration file specifies your image repository and the name of your Docker images, among other components. 
+
+  * EC2 Instance profile role – If you have a custom instance profile, we explain how to configure it so that the permissions required for ECS to manage your containers stay current.
+
+  * Elastic Load Balancing listeners – You'll need to configure multiple Elastic Load Balancing listeners if you need your environment to support inbound traffic for proxies or other services that don't run on the default HTTP port.
+
+
+
@@ -13 +22 @@ This chapter explains how to configure your ECS managed Docker environment. The
-  * [Container instance role](./create_deploy_docker_ecs_role.html)
+  * [Container managed policy and EC2 instance role](./create_deploy_docker_ecs_role.html)