Skip to content

Instantly share code, notes, and snippets.

@madsonic
Created March 4, 2020 02:56
Show Gist options
  • Save madsonic/7a649276564b514cc413466b633c7520 to your computer and use it in GitHub Desktop.
Save madsonic/7a649276564b514cc413466b633c7520 to your computer and use it in GitHub Desktop.
elastic beanstalk operations
# 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