Created
October 23, 2014 20:38
-
-
Save KeithP/cb5c4ac800177e31210e to your computer and use it in GitHub Desktop.
Increase Elastic beanstalk timeout to 30 minutes
This file contains 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: | |
- namespace: aws:elasticbeanstalk:command | |
option_name: Timeout | |
value: 1800 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doesn't seem to work during deployment in Amazon Linux 2. The only thing that works is using eb --timeout option.. Very frustrating!