Question 203:
Your company is planning to use several bastion hosts for administering the Amazon EC2 Linux servers in AWS. Which of the following statements is correct for the bastion hosts from a security perspective?
Answer options:
A.A bastion host should be on a private subnet instead of a public subnet due to security concerns. B.A bastion host is deployed into a public subnet as it needs internet access. Users firstly SSH to the bastion host through a NAT Gateway and then connect to the EC2 servers. C.EC2 instances in the private subnets should allow inbound access from the security group of the bastion hosts. D.Access to the bastion hosts should be locked down to the VPC CIDR range.