Skip to content

Instantly share code, notes, and snippets.

@sebsto
Created March 23, 2016 13:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebsto/9ec2476af3409f302610 to your computer and use it in GitHub Desktop.
Save sebsto/9ec2476af3409f302610 to your computer and use it in GitHub Desktop.
Elastic Beanstalk HTTPS only, with Certificate Manager
option_settings:
"aws:elb:listener:443" :
ListenerProtocol : HTTPS
InstanceProtocol : HTTP
InstancePort : 80
SSLCertificateId : "arn:aws:acm:us-east-1:012345678912:certificate/917....853"
"aws:elb:listener:80" :
ListenerEnabled : false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment