Created
April 29, 2020 00:10
-
-
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
This file contains hidden or 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
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