Open mike-gangl opened 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:
Reference NAT/Performance issues here https://github.com/unity-sds/unity-sps/issues/64
@galenatjpl says this is done.
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: