VPC - NATs vs Bastions Flashcards
1
Q
NAT vs Bastion
A
NAT: routes traffic from Internet to EC2 instances in private subnets and is Linux, so can SSH but cannot RDP Bastion: used to securely administer EC2 instances using SSH/RDP in private subnets
2
Q
Bastion use case
A
Administration only
3
Q
Name the techniques to make a Bastion instance highly available?
A
- Create multiple Public Subnets.
- Deploy a Bastion in each Public Subnet.
- Implement Autoscaling Groups.
4
Q
Bastion example
A
Think of the webserver created in the lab, where we ssh into public and then private instance
5
Q
Can a NAT Gateway be used as a Bastion host?
A
No
6
Q
A