1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
According to the associate-alias documentation:
With this operation you can move an alias that’s already in use on a CloudFront distribution to a different distribution in one step. This prevents the downtime that could occur if you first remove the alias from one distribution and then separately add the alias to another distribution.
You should use the update-distribution command. Or set the alias(es) when you create the distribution.
관련 콘텐츠
- AWS 공식업데이트됨 2년 전
- AWS 공식업데이트됨 3달 전
- AWS 공식업데이트됨 2년 전
Can you post the CLI command you are submitting?
Sure, aws cloudfront associate-alias --target-distribution-id <distribution-id> --alias myname.domain.com