AWS Classroom Series – 05/Sept/2021

Virtual Private Network

  • VPN is used to establish the private connectivity. There are two types of VPN
    • Point to Site: Used to establish a connectivity between a device and a network Preview
    • Site to Site: Used to esablish a connectivity between two networks Preview Preview
  • In AWS, to realize the Site to Site VPN Preview
  • So lets assume your organization has a cisco vpn at public ip 5.5.5.5
  • Create a vpc with two subnets web1 and web2
  • Create an internet gateway and attach it to vpc
  • modify the route table
  • Now create the customer gateway Preview Preview
  • Now create the virtual Private gateway and attach it to the vpc Preview Preview Preview
  • Now create a site to site vpn connection Preview Preview Preview Preview
  • Once the configuration is downloaded then try to configure the customer gateway to connect to vpn gateway. Preview
  • We will be using Transit gateway to connect multiple vpc’s to onprem network Preview

AWS Global Network

  • AWS has a large backbone network called as AWS Global network which connects every region and Point of Presence (Edge locations) Preview
  • AWS has lot of edge locations Preview
  • We can use the global network and edge locations to establish dedicated connectivity from on-premises to AWS using AWS Direct Connect Preview

AWS CLI Querying

  • IN AWS to query the CLI responses we can use JMES path Refer Here
  • Try to use tree viewer Refer Here to understand json hierarchy and build simple paths
aws ec2 describe-vpcs --query "Vpcs[*].VpcId"
aws ec2 describe-security-groups --query "SecurityGroups[*].GroupName"
aws ec2 describe-subnets --query "Subnets[*].SubnetId"

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Wordpress Development Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube