Aws cli associate web acl to cloudfront error

0

Hello,
I try to associate web acl to cloudfront but I've error. Where I wrong? Thank You:

aws waf-regional associate-web-acl --web-acl-id 00a15d51-c2f1-65ca-89f2-e3fe95525557fe --resource-arn aws:cloudfront::84540000050:distribution/E5ZISDGFSGEUXCTH6

error:

An error occurred (WAFNonexistentItemException) when calling the AssociateWebACL operation: The referenced item does not exist.

ieraora
asked 5 years ago708 views
1 Answer
0
Accepted Answer

likely cause might be the arn seems incorrect.

should be in the format:
arn:aws:cloudfront::<accountid>:distribution/<distid>
I think you are missing the arn part at the beginning.

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions