Clarkie
Clarkie

Reputation: 7550

How do I lock down outbound firewall access to AWS S3

I'm running a node app which is using the AWS-SDK module to talk to AWS S3.

The infrastructure team want to lock down the firewall but it's not clear what IPs we'll need to lock it down to.

Is there a guide anywhere to how to do this or does anyone have experience of locking this down?

Thanks

Upvotes: 1

Views: 4760

Answers (1)

jarmod
jarmod

Reputation: 78850

The only list that I'm aware of is at the AWS IP Address Range page.

You might also want to look at the new VPC Endpoint for S3 feature which provides a connection to S3 that doesn't require a gateway or NAT.

Upvotes: 1

Related Questions