|
|
|
|
|
by Human_USB
3807 days ago
|
|
Something like this should help: option_settings:
aws:elb:listener:80:
ListenerEnabled: false
aws:elb:listener:443:
InstancePort: "80"
InstanceProtocol: "HTTP"
ListenerProtocol: "HTTPS"
SSLCertificateID: "<replace with ACM cert ARN>" |
|