Skip to content

Instantly share code, notes, and snippets.

@brunoksato
Created September 16, 2018 19:12
Show Gist options
  • Save brunoksato/0bc0d074976b8e6f159a2221464ab100 to your computer and use it in GitHub Desktop.
Save brunoksato/0bc0d074976b8e6f159a2221464ab100 to your computer and use it in GitHub Desktop.
loadbalancer-terminatehttps-production.config
option_settings:
aws:elb:listener:443:
ListenerProtocol: HTTPS
SSLCertificateId: arn:aws:acm:sa-east-1:890777365147:certificate/fe1ea2dc-809a-4fae-b682-beeeed806dff
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