Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.15 KB

File metadata and controls

38 lines (21 loc) · 1.15 KB

awsvpc 🌦️

VPC, Subnet, Gateway, Route Table, Cloud Security (Network Isolation)

Objective

To create a VPC – specify an IPv4 CIDR block (e.g., 10.0.0.0/16). Create Subnets – Define subnets within the VPC, assigning them to different Availability Zones. Set Up an Internet Gateway – Attach an internet gateway to allow public access. Configure Route Tables – Associate route table with subnets to define traffic flow. Optional : Modify Security Groups & Network ACLs – Set rules to control inbound and outbound traffic. Test Connectivity – eg. Launch an EC2 instance within the VPC and verify network access.

AWS Virtual Private Cloud

awsvpc001.png

awsvpc002.png

awsvpc003.png

awsvpc004.png

awsvpc005.png

awsvpc006.png

awsvpc007.png

awsvpc008.png

awsvpc009.png

awsvpc010.png