Created
March 4, 2020 02:56
-
-
Save madsonic/7a649276564b514cc413466b633c7520 to your computer and use it in GitHub Desktop.
elastic beanstalk operations
This file contains 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
# update version | |
aws elasticbeanstalk update-environment --application-name <name> --environment-name <env> --version-label <version> | |
# update env var | |
aws elasticbeanstalk update-environment --environment-name my-env \ | |
--option-settings Namespace=aws:elasticbeanstalk:application:environment,OptionName=PARAM1,Value=ParamValue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment