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
gefragt vor 5 Jahren718 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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.

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen