Skip to content

Instantly share code, notes, and snippets.

@vivekbeas
Created April 29, 2020 00:10
Show Gist options
  • Save vivekbeas/6d47ced8dbb3b83eac67463c928caa1b to your computer and use it in GitHub Desktop.
Save vivekbeas/6d47ced8dbb3b83eac67463c928caa1b to your computer and use it in GitHub Desktop.
AWS Elastic beanstalk application configuration to enable minor/patch update of the platform
option_settings:
aws:elasticbeanstalk:managedactions:
ManagedActionsEnabled: true
PreferredStartTime: "Sun:21:00"
aws:elasticbeanstalk:managedactions:platformupdate:
UpdateLevel: minor
InstanceRefreshEnabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment