🎉

AWS WAFでのリソース紐づけ

2022/12/01に公開

問題

  • WAFのACLを作成した
  • API Gatewayで利用したい
  • ウェブACL で設定したら AWS WAF couldn’t retrieve the resource that you requested. Retry your request. というエラーが表示される

対応

WAF ACLのAWSリソースの関連付けを行う。


Add AWS resources から API Gateway を設定する。
その後、API Gatewayの画面から ウェブACL を設定すると、エラーなく設定できる。

Discussion