1 回答
- 最新
- 投票最多
- 评论最多
1
I have resolved it by adding the default domain name of the distribution to my container service by using the AWS CLI as per https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-adding-distribution-default-domain-to-container-service.
This can only by done via the CLI.
aws lightsail update-container-service --service-name ContainerServiceName --public-domain-names '{"_": ["example123.cloudfront.net"]}'
已回答 3 年前
相关内容
- AWS 官方已更新 1 年前