Skip to content

Instantly share code, notes, and snippets.

@zhiguangwang
Created November 24, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhiguangwang/f3176e582dc2fe965ebc to your computer and use it in GitHub Desktop.
Save zhiguangwang/f3176e582dc2fe965ebc to your computer and use it in GitHub Desktop.
Update ELB Idle Timout AWS Elastic Beanstalk via CLI.
aws elasticbeanstalk update-environment \
    --environment-name [environment-name] \
    --option-settings \ Namespace=aws:elb:policies,OptionName=ConnectionSettingIdleTimeout,Value=[timeout-seconds]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment