Skip to content

Instantly share code, notes, and snippets.

@wajatimur
Created December 25, 2017 14:55
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 wajatimur/89755ea740b5d724d9ea21d1f3060d74 to your computer and use it in GitHub Desktop.
Save wajatimur/89755ea740b5d724d9ea21d1f3060d74 to your computer and use it in GitHub Desktop.
Update AWS Elastic Beanstalk environment using CLI
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