ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

31 / 310

Question 31:

You have a 2 tier application hosted in AWS. It consists of a web server and database server (SQL Server) hosted on separate EC2 Instances. You are devising the security groups for these EC2 Instances. The Web tier needs to be accessed by users across the Internet. You have created a web security group(wg-123) and a database security group(db-345). Which combination of the following security group rules will allow the application to be secure and functional? Choose 2 answers from the options given below.

Answer options:

A.wg-123- Allow ports 80 and 443 from 0.0.0.0/0
B.db-345- Allow port 1433 from wg-123
C.wg-123- Allow port 1433 from wg-123
D.db-345- Allow ports 1433 from 0.0.0.0/0