ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

546 / 690

Question 546:

You have the following Network ACL and Security Group rules. What would happen to an SSH request sent from 10.10.1.148 IP address to an EC2 instance with below security group and exists inside a subnet with below NACL rules?
Network ACL Inbound
Network ACL Outbound
Security Group Inbound
Security Group Outbound
 
image

Answer options:

A.SSH request succeeds due to rule # 100 in Network ACL inbound and outbound, Security Group inbound rule.
B.SSH request succeeds due to rule # 300 in Network ACL inbound and rule # 100 in Network ACL outbound, Security Group inbound rule.
C.SSH request fails due rule # 200 in Network ACL inbound rule.
D.SSH request fails due to Security Group outbound rule does not allow 10.10.1.148 IP address.