Created
December 25, 2017 14:55
-
-
Save wajatimur/89755ea740b5d724d9ea21d1f3060d74 to your computer and use it in GitHub Desktop.
Update AWS Elastic Beanstalk environment using CLI
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
aws elasticbeanstalk update-environment | |
--application-name ps-blog-main | |
--environment-name blog-main-staging | |
--option-settings Namespace=aws:rds:dbinstance,OptionName=DBInstanceClass,Value=t1.micro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment