1 Cheatsheet: Amazon Aws Cloud
1 Cheatsheet: Amazon Aws Cloud
Name Summary
List hosted zones aws route53 list-hosted-zones
List hosted zone by name aws route53 list-hosted-zones-by-name --dns-name my.com
List DNS records by hosted zone aws route53 list-resource-record-sets --hosted-zone-id "/hostedzone/XXX"
GitHub: https://github.com/dennyzhang/cheatsheet-aws-A4 1 of 3
Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-aws-A4 Updated: February 24, 2020
GitHub: https://github.com/dennyzhang/cheatsheet-aws-A4 2 of 3
Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-aws-A4 Updated: February 24, 2020
Name Summary
IGW(Internet gateway) An Internet gateway enables your instances to connect to the Internet
VPG(Virtual Private Gateway) The Amazon VPC side of a VPN Connection
NAT Gateway Enable instances in a private subnet to connect to the internet or other AWS services
Customer Gateway Your side of a VPN Connection
NAT NAT maps multiple private IP addresses to a single public IP address.
NAT Instance EC2 instances provide Port Address Translation for non-EIP instances to access Internet via IG
Router Routers interconnect subnets and direct traffic between IGW, VPG, NAT instances and Subne
Subnet A segment of a VPC’s IP address range where you can place groups of isolated resources
VPC Peering A networking connection between two VPCs enable traffic by private IP
ClassicLink Allow you to link an EC2-Classic instance to a VPC in your account, within the same region
GitHub: https://github.com/dennyzhang/cheatsheet-aws-A4 3 of 3