Create an S3 Gateway Endpoint
A gateway endpoint provides instances in your VPC with private connectivity to S3, avoiding the public internet and saving data transfer costs.
- Log into your AWS Console as a user with administrator privileges and go to the VPC console.
- Click the endpoint tab in the sidebar.
- Click the create endpoint button.
- Enter a name. (e.g. vpce-for-s3-gateway)
- Service category: Select AWS services.
- Services: In the search box, input S3, then select the option with the service name format com.amazonaws.
<region>
.s3, click the gateway type. - For VPC, select the VPC where you want to create the endpoint.
- Route tables: Select the route tables associated with your private subnets. Once selected, AWS will automatically add a route to the S3 service in these route tables.
- Policy: Select Full access to allow all operations, or Custom to create a restrictive policy.
- Click create endpoint.