DEV Community

Cover image for Build a Virtual Private Cloud
Kemisola
Kemisola

Posted on

Build a Virtual Private Cloud

In this Project,
👉I created a VPC by setting up a Virtual Private Cloud (VPC) using Amazon VPC.

👉I created subnets, learned the difference between public and private subnets, and set up a subnet to allow instances within it to automatically receive public IP addresses, making them accessible from the internet.

👉I added an internet gateway to my VPC, that allows data to flow in and out. This setup is essential for applications requiring internet access, such as web servers. I configured the gateway and linked it to my VPC, ensuring my public instances could reach the outside world and vice versa.

👉I configured my VPC with an IPv4 CIDR block and explored how different CIDR blocks dictate its size and scale.

Here is a Link to the Project:

https://drive.google.com/file/d/1iKJIsJmSYm-tpilaE1kiDknHa-up-yRj/view?usp=sharing

Top comments (0)