In this hands-on lab, we will create a VPC endpoint and an S3 bucket to illustrate the benefits available for our cloud implementations. VPC endpoints can be used instead of NAT gateways to provide access to AWS resources. Many customers have legitimate privacy and security concerns about sending and receiving data across the public internet. VPC endpoints for S3 can alleviate these challenges by using the private IP address of an instance to access S3 with no exposure to the public internet.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create an S3 Bucket
Use the AWS Management Console to create an S3 bucket.
- Create a VPC Endpoint
- From the Management Console, go into VPC.
- Click Endpoints.
- Click Create Endpoint.
- Select the S3 Service.
- Click Create Endpoint.
- Verify VPC Endpoint Access to S3
- Check the route table to make sure you see a route using the VPC endPoint to S3.
- To verify, SSH into the public instance.
- SSH into the private instance.
- Run
aws s3 ls
and confirm that the S3 buckets is in our environment.