Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Create a VPC Endpoint and S3 Bucket in AWS

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.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 30m
Published
Clock icon Jul 27, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Create an S3 Bucket

    Use the AWS Management Console to create an S3 bucket beginning with the name vpcendpointbucket, followed by random numbers to ensure the bucket is unique.

  2. Challenge

    Create a VPC Endpoint

    1. From the Management Console, go to VPC.
    2. Click Route Tables, find the unnamed private route table, and name it private.
    3. Click Endpoints and Create Endpoint.
    4. Select the S3 service.
    5. Create an S3 Gateway Endpoint with your private subnet.
  3. Challenge

    Verify VPC Endpoint Access to S3

    1. Check the route table to make sure you see a route using the VPC endpoint to S3.
    2. To verify, SSH into the public instance (use the credentials from the lab).
    3. From the public instance, SSH in to the private instance.
    4. Run aws s3 ls, and confirm that the S3 bucket is in your environment.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans