ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

72 / 310

Question 72:

Your current setup in AWS consists of the following architecture. 2 public subnets, one subnet which has the EC2 web servers accessed by users across the internet and the other subnet for the EC2 database server. The application uses the HTTPs protocol. Which of the following changes to the architecture would add a better security boundary to the resources hosted in your setup? (Select TWO.)

Answer options:

A.Assign public IPs to the web servers.
B.Consider moving the database server to a private subnet.
C.Consider moving both the web and database server to a private subnet.
D.Only allow the ingress port 443 in the security group of the webserver EC2 instances.
E.Consider creating a private subnet and adding a NAT instance to that subnet.