Embed presentation
Downloaded 49 times











![Sample Policy for Elastic Beanstalk
Allow the Admins group to use all Elastic Beanstalk and related service APIs
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"elasticbeanstalk:*",
"ec2:*",
"elasticloadbalancing:*",
"autoscaling:*",
"cloudwatch:*",
"s3:*",
"sns:*",
"rds:*",
"cloudformation:*"
],
"Resource": "*"
}
]
}](https://image.slidesharecdn.com/awselasticbeanstalk-160401114014/75/AWS-Elastic-Beanstalk-12-2048.jpg)
![Sample Policy for Elastic Beanstalk
Allow the Developers group to do all actions except highly privileged operations such as creating
applications and environments
{
"Version": "2012-10-17",
"Statement":[
{
"Action":["elasticbeanstalk:CreateApplication",
"elasticbeanstalk:CreateEnvironment",
"elasticbeanstalk:DeleteApplication",
"elasticbeanstalk:RebuildEnvironment",
"elasticbeanstalk:SwapEnvironmentCNAMEs",
"elasticbeanstalk:TerminateEnvironment"],
"Effect":"Deny",
"Resource":"*"
},
{
"Action":["elasticbeanstalk:*",
"ec2:*",
"elasticloadbalancing:*",
"autoscaling:*",
"cloudwatch:*",
"s3:*",
"sns:*",
"rds:*",
"cloudformation:*"],
"Effect":"Allow",
"Resource":"*"
}
]
}](https://image.slidesharecdn.com/awselasticbeanstalk-160401114014/75/AWS-Elastic-Beanstalk-13-2048.jpg)




AWS Elastic Beanstalk is a platform that simplifies the deployment and management of applications in the AWS cloud, handling infrastructure concerns such as capacity and scaling automatically. It offers a range of features and permissions for different user groups, enhancing control while reducing complexity. The document also includes policy samples for managing user permissions related to Elastic Beanstalk and its integrated services.











![Sample Policy for Elastic Beanstalk
Allow the Admins group to use all Elastic Beanstalk and related service APIs
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"elasticbeanstalk:*",
"ec2:*",
"elasticloadbalancing:*",
"autoscaling:*",
"cloudwatch:*",
"s3:*",
"sns:*",
"rds:*",
"cloudformation:*"
],
"Resource": "*"
}
]
}](https://image.slidesharecdn.com/awselasticbeanstalk-160401114014/75/AWS-Elastic-Beanstalk-12-2048.jpg)
![Sample Policy for Elastic Beanstalk
Allow the Developers group to do all actions except highly privileged operations such as creating
applications and environments
{
"Version": "2012-10-17",
"Statement":[
{
"Action":["elasticbeanstalk:CreateApplication",
"elasticbeanstalk:CreateEnvironment",
"elasticbeanstalk:DeleteApplication",
"elasticbeanstalk:RebuildEnvironment",
"elasticbeanstalk:SwapEnvironmentCNAMEs",
"elasticbeanstalk:TerminateEnvironment"],
"Effect":"Deny",
"Resource":"*"
},
{
"Action":["elasticbeanstalk:*",
"ec2:*",
"elasticloadbalancing:*",
"autoscaling:*",
"cloudwatch:*",
"s3:*",
"sns:*",
"rds:*",
"cloudformation:*"],
"Effect":"Allow",
"Resource":"*"
}
]
}](https://image.slidesharecdn.com/awselasticbeanstalk-160401114014/75/AWS-Elastic-Beanstalk-13-2048.jpg)


