In this Project:
👉I created a Virtual Private Cloud (VPC) using Amazon VPC.
👉I created subnets that act like neighbourhoods within my city, each with unique access rules.
👉I 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 set up an internet gateway.
👉I added an internet gateway to my VPC, acting as the main gate that allows data to flow in and out. This setup is essential for any applications that require internet access, such as web servers.
👉I configured the gateway and linked it to my VPC, ensuring my public instances can reach the outside world and vice versa.
👉I configured my IP addresses and CIDR blocks.
👉I explored how different CIDR blocks dictate the size and scale of my VPC.
Check out this project at the link below:
https://drive.google.com/file/d/1iKJIsJmSYm-tpilaE1kiDknHa-up-yRj/view?usp=sharing
Top comments (0)