• We can use a Bastion Host to SSH into our private EC2 instances.
• The bastion is in the public subnet which is then connected to all other private subnets.
• Bastion Host, has its own security group, must allow inbound from the internet on port 22 from restricted CIDR, e.g. the public CIDR of your corporation.
• Security Group of the private EC2 Instances must allow SSH access, on the port 22 again, the SG of the Bastion Host, or the private IP of the Bastion host. This is equivalent.