VPC Project
Hello, I’m Murali, Created a VPC in AWS with the following configurations:
- Set up a VPC with both public and private subnets.
- Enabled internet access for the public subnet using an Internet Gateway and configured route tables.
- Provided internet connectivity for the private subnet through a NAT gateway.
- Established VPC peering between two VPCs in different AWS accounts.
- Configured VPC endpoints to securely connect the VPC to other AWS services.
- Implemented security groups and network ACLs to control inbound and outbound traffic.
- Used AWS Direct Connect for a dedicated network connection to the on-premises data center.
- Configured VPN connections for secure communication between remote offices and the VPC.
- Deployed AWS CloudFormation templates for automated VPC setup and management.
- Implemented VPC Flow Logs to monitor and troubleshoot network traffic.
- Set up Elastic IP addresses for static IP allocation in the public subnet.
- Utilized AWS Transit Gateway for interconnecting multiple VPCs and on-premises networks.
- Configured route tables to manage traffic between subnets effectively.
- Used Amazon Route 53 for domain name registration and DNS routing within the VPC.
- Monitored VPC performance and health using Amazon CloudWatch.
- Ensured high availability by deploying resources across multiple Availability Zones (AZs).