1 Answer
- Newest
- Most votes
- Most comments
0
From the commands seems your ACM is in AWS account number : 518048683554
And you are trying to delete the CloudFront distribution in different AWS account : 667135842464
replace the correct Account ID and CloudFront distribution and you should be good and make sure you are passing the correct region.
aws cloudfront delete-distribution --id arn:aws:cloudfront::<AWS_ACCOUNT_ID>:distribution/<CloudFront_Distribution_Id>
answered 2 years ago
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 3 years ago