Created
March 22, 2018 15:14
-
-
Save GabLeRoux/6a121d99a6eff6a091d917f717600077 to your computer and use it in GitHub Desktop.
Attach AWSElasticBeanstalkMulticontainerDocker to elasticbeanstalk's aws-elasticbeanstalk-service-role from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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