Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GabLeRoux/6a121d99a6eff6a091d917f717600077 to your computer and use it in GitHub Desktop.
Save GabLeRoux/6a121d99a6eff6a091d917f717600077 to your computer and use it in GitHub Desktop.
Attach AWSElasticBeanstalkMulticontainerDocker to elasticbeanstalk's aws-elasticbeanstalk-service-role from command line
# example using profile in ~/.aws/config
aws --profile some-profile-name \
iam attach-role-policy \
policy-arn arn:aws:iam::aws:policy/AWSElasticBeanstalkMulticontainerDocker \
--role-name aws-elasticbeanstalk-service-role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment