AWS Gateway VPC endpoint S3 with CDK
AWS Gateway VPC endpoints allow us to setup private access to the s3 buckets we control and restrict access.
What do we need?
CDK. see on how to set it up.
A Vpc with subnets that need access to s3.
// vpcendpoint-stack.ts
const vpc = ec2.Vpc.fromLo...
blog.mckie.info2 min read
Phillip Ninan
Senior Software Engineer
Pretty nifty! Do you have a use case for this?
I <3 AWS CDK! Thank you!