1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
Contenus pertinents
- demandé il y a un an
- demandé il y a un an
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 6 mois
- AWS OFFICIELA mis à jour il y a 2 ans
Can you post the CLI command you are submitting?
Sure, aws cloudfront associate-alias --target-distribution-id <distribution-id> --alias myname.domain.com