August 29, 2021
WAFv2 CloudFront CDK
In the last post I covered off how to create a REGIONAL WAF in CDK. In this post I’m going to create a CLOUDFRONT WAF.
This is a little bit more involved. I’m going to assume that your application stack is not in us-east-1 and thus we’ll need to create another stack in us-east-1. This is going to use several of the tricks we discussed in an earlier post.
Existing Let’s say you have an existing stack that has a CloudFront distribution in it.
Read more