mirror of https://github.com/docker/docs.git
ECS Cloud: Include port for SSL
Without including the port, the ELB is configured to HTTPS on port 80.
This commit is contained in:
parent
86e5e2a61f
commit
81bed3bf9e
|
@ -489,6 +489,7 @@ x-aws-cloudformation:
|
||||||
Certificates:
|
Certificates:
|
||||||
- CertificateArn: "arn:aws:acm:certificate/123abc"
|
- CertificateArn: "arn:aws:acm:certificate/123abc"
|
||||||
Protocol: HTTPS
|
Protocol: HTTPS
|
||||||
|
Port: 443
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using existing AWS network resources
|
## Using existing AWS network resources
|
||||||
|
|
Loading…
Reference in New Issue