AWS elasticbeanstalk documentation change
Summary
Updated terminology to use 'ELB' and 'Amazon EC2 Auto Scaling' full service names
Security assessment
Change clarifies service names but does not modify security recommendations or permissions requirements. No indication of security feature updates.
Diff
diff --git a/elasticbeanstalk/latest/dg/concepts-roles-user.md b/elasticbeanstalk/latest/dg/concepts-roles-user.md index 6c167384b..98b4c754c 100644 --- a//elasticbeanstalk/latest/dg/concepts-roles-user.md +++ b//elasticbeanstalk/latest/dg/concepts-roles-user.md @@ -9 +9 @@ Create IAM users for each user who uses Elastic Beanstalk to avoid using your ro -Elastic Beanstalk requires permissions not only for its own API actions, but also for several other AWS services. Elastic Beanstalk uses user permissions to launch resources in an environment. These resources include EC2 instances, an Elastic Load Balancing load balancer, and an Auto Scaling group. Elastic Beanstalk also uses user permissions to save logs and templates to Amazon Simple Storage Service (Amazon S3), send notifications to Amazon SNS, assign instance profiles, and publish metrics to CloudWatch. Elastic Beanstalk requires CloudFormation permissions to orchestrate resource deployments and updates. It also requires Amazon RDS permissions to create databases when needed, and Amazon SQS permissions to create queues for worker environments. +Elastic Beanstalk requires permissions not only for its own API actions, but also for several other AWS services. Elastic Beanstalk uses user permissions to launch resources in an environment. These resources include EC2 instances, an ELB load balancer, and an Amazon EC2 Auto Scaling group. Elastic Beanstalk also uses user permissions to save logs and templates to Amazon Simple Storage Service (Amazon S3), send notifications to Amazon SNS, assign instance profiles, and publish metrics to CloudWatch. Elastic Beanstalk requires CloudFormation permissions to orchestrate resource deployments and updates. It also requires Amazon RDS permissions to create databases when needed, and Amazon SQS permissions to create queues for worker environments.