Question 174:
An instance is launched into a VPC subnet with the network ACL configured to allow all outbound traffic and deny all inbound traffic. The security group of the instance is configured to allow SSH from any IP address. What changes are required to allow SSH access to the instance?
Answer options:
A.The Outbound Security Group needs to be modified to allow outbound traffic. B.The Inbound Network ACL needs to be modified to allow inbound traffic C.Nothing, it can be accessed from any IP address using SSH. D.Both the Outbound Security Group and Outbound Network ACL need to be modified to allow outbound traffic.