Skip to content

Instantly share code, notes, and snippets.

@vivekbeas
Created April 29, 2020 00:10
Show Gist options
  • Save vivekbeas/53e8398d8b5477fac7ab1779c8a85ed3 to your computer and use it in GitHub Desktop.
Save vivekbeas/53e8398d8b5477fac7ab1779c8a85ed3 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