You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
galenatjpl
changed the title
Create s3 gateways in the VPC to provide non-NAT access to AWS S3 resources.
Create s3 gateways in the Proj/Venue VPC to provide non-NAT access to AWS S3 resources.
Sep 24, 2024
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:
The text was updated successfully, but these errors were encountered: