Question 545:
You have a bastion host EC2 instance on AWS VPC public subnet. You would want to SSH to Bastion host EC2 instance. What would be the secure and minimal configuration you need for SSH requests to work? Assume route table is already set up with Internet Gateway.
Answer options:
A.Allow SSH protocol(port 22) on Security Group Inbound and Security Group Outbound. Allow Network ACL inbound and Network ACL outbound for IP range 0.0.0.0/0 B.Allow SSH protocol(port 22) on Security Group Inbound and Security Group Outbound. Allow Network ACL inbound for your IP address. C.Allow SSH protocol(port 22) on Security Group Inbound and Network. ACL inbound for your IP address D.Allow SSH protocol(port 22) on Security Group Inbound. Allow Network ACL inbound and Network ACL outbound for your IP address.