Question 564:
An IT company hired you recently as Cloud Architect, and your Manager told you that the team is trying to host an Application on an EC2 Server with instance type as t2.micro. The team has created a security group named APP_SG and sent it for User Acceptance Testing where the tester complained that they cannot access the website. What could be the issue from the scenario?
Answer options:
A.Network ACL is blocking the user from accessing the application. B.By default, the new security group allows no inbound traffic. C.You should configure Network ACLs to allow all inbound traffic and allow all outbound traffic. D.You should configure IAM Roles before using the application.