Skip to content

Instantly share code, notes, and snippets.

@KeithP
Created October 23, 2014 20:38
Show Gist options
  • Save KeithP/cb5c4ac800177e31210e to your computer and use it in GitHub Desktop.
Save KeithP/cb5c4ac800177e31210e to your computer and use it in GitHub Desktop.
Increase Elastic beanstalk timeout to 30 minutes
option_settings:
- namespace: aws:elasticbeanstalk:command
option_name: Timeout
value: 1800
@aeigus
Copy link

aeigus commented Jun 16, 2021

Doesn't seem to work during deployment in Amazon Linux 2. The only thing that works is using eb --timeout option.. Very frustrating!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment