ECS Cloud: Include port for SSL

Without including the port, the ELB is configured to HTTPS on port 80.
This commit is contained in:
Michael J Feher 2021-10-05 21:11:24 -05:00 committed by GitHub
parent 86e5e2a61f
commit 81bed3bf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ x-aws-cloudformation:
Certificates:
- CertificateArn: "arn:aws:acm:certificate/123abc"
Protocol: HTTPS
Port: 443
```
## Using existing AWS network resources