ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

538 / 690

Question 538:

A new VPC with CIDR range 10.10.0.0/16 has been set up with a public and a private subnet. Internet Gateway and a custom route table have been created, and a route has been added with the `Destination` as `0.0.0.0/0` and the `Target` with Internet Gateway ( igw-id ). A new Linux EC2 instance has been launched on the public subnet with the auto-assign public IP option enabled, but the connection is getting failed when trying to SSH into the machine. What could be the reason?

Answer options:

A.Elastic IP is not assigned.
B.The NACL of the public subnet disallows the ingress SSH traffic.
C.A public IP address is not assigned.
D.The Security group of the instance disallows the egress traffic on port 80.