unity-sds / unity-project-management

Container repo for project management (projects, epics, etc)
Apache License 2.0
0 stars 2 forks source link

Create s3 gateways in the Proj/Venue VPC to provide non-NAT access to AWS S3 resources. #209

Open mike-gangl opened 1 month ago

mike-gangl commented 1 month ago

Before we setup a project/venue in an AWS MCP Account, we should ensure that a VPC Endpoint for S3 in us-west-2 is created. This will prevent any s3 access (get/put) through the NAT instance/gateway, and instead will go through the VPC endpoint.

More information on why we want to avoid the NAT instance is available here

S3 gateways will avoid going out to the internet, and incurring the associated delays.

Primary reasons for this change are:

Acceptance Criteria:

Work Tickets:

mike-gangl commented 1 month ago

Reference NAT/Performance issues here https://github.com/unity-sds/unity-sps/issues/64

GodwinShen commented 2 weeks ago

@galenatjpl says this is done.