Rajan Silwal
  • 👋Welcome to My Personal Page
  • Project
    • 👨‍💼Daily Activities
    • ⚠️Monitoring Tools
    • ✍️Git
    • 🏎️Automation Tools
    • 💻Virtualization
    • 🖥️Immutable Infrastructure
    • 🔶Cloud (AWS)
    • ⛲Container
  • ⚠️Monitoring Tools
    • 💡Prometheus
      • How to Setup Prometheus
      • Setup Node-exporter
      • Setup Prometheus to get metrics
    • 💡Grafana
    • 💡Nagios
  • ✍️Git
    • 🐇CI/CD in Git
      • Setup Git for CICD
  • ⛲Container
    • 📍Docker
      • Docker image
      • Same Docker image in VM
  • 🚗k8s
    • Install K8S
  • 🏎️Automation Tools
    • 🖨️Ansible
      • List of my Ansible Playbook
    • Terraform
      • Setup Terraform in AWS
      • Create VPC using .tf
      • Create EC2 using .tf
      • Command Familiars in Terraform
  • 💻Virtualization
    • 🔄OpenNebula
      • Setup OpenNebula
      • Onehost Server
      • Build VM in OpenNebula
  • 🔶Cloud (AWS)
    • 🌥️EC2
    • 🌥️IAM
    • 🌥️VPC
    • 🌥️Load Balancer
    • 🌥️S3 Bucket
    • 🌥️Route 53
  • 🖥️Immutable Infrastructure
    • 1️⃣1⃣ Content
    • 2️⃣2⃣ Virt-Install
    • 3️⃣3⃣ Base Image
    • 4️⃣4⃣ Golden-Image
    • 5️⃣5⃣ After-Golden-Image
Powered by GitBook
On this page
  1. Cloud (AWS)

VPC

PreviousIAMNextLoad Balancer

Last updated 2 years ago

It is a Amazon Virtual Private Cloud which provides you a full control over your virtual netowrking environment. It enables us to connect our on-premises resources to AWS infrastructure through a virtual private network. For more informations:

Following this need while setting up VPC

1. Create VPC -> Name, IP, 
2. Create Public subnet --> VPC_name, Name, IP
3. Create Private subnet --> VPC_name, Name, IP 
4. Create Internet Gateway -> Name
5. Create Route Table --> Name, Link_VPC, 
6. Go to route table--> edit_subnet_association, select both subnets
7. Create EC2 and link that network to new instances

Things to remember before we connect instances:
	1. Attached IGW to VPC
	2. Linked Instances subnet to Route Tables
	3. Add additional route on route table, Click on edit routes, add route set destination to 0.0.0.0/0 and set target to IGW

🔶
🌥️
https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html