Created
April 29, 2020 00:10
-
-
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
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