Skip to content

Instantly share code, notes, and snippets.

@brunoksato
Last active September 16, 2018 19:12
Show Gist options
  • Save brunoksato/0596dbbfc77373188029b8e07dc72d62 to your computer and use it in GitHub Desktop.
Save brunoksato/0596dbbfc77373188029b8e07dc72d62 to your computer and use it in GitHub Desktop.
loadbalancer-terminatehttps-staging.config
option_settings:
aws:elb:listener:443:
ListenerProtocol: HTTPS
SSLCertificateId: arn:aws:acm:us-east-1:890777365147:certificate/5f63e9b9-12ed-44c5-b761-4019cf592421
InstancePort: 80
InstanceProtocol: HTTP
aws:elb:listener:80:
InstancePort: '80'
InstanceProtocol: HTTP
ListenerEnabled: 'true'
ListenerProtocol: HTTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment