ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

263 / 585

Question 263:

A startup firm is planning to migrate all its in-house servers to VPC. These are three-tier servers wherein application servers are internet-facing fetching data from backend database servers. For deploying servers in VPC, they have created public & private subnets in VPC. ELB will be front-ending these servers to forward all incoming user requests towards application servers. Database servers will be launched in private subnets. Which of the following is recommended security best practices for ELB/ Server deployment in the AWS cloud?

Answer options:

A.Place Internet-facing Load Balancers in dedicated private subnets with NACL configured at the subnet level. Configure Security Group at each instance level for all servers.
B.Place Internet-facing Load Balancers in dedicated private subnets with security-group at the subnet level. Configure NACL at each instance level for all servers.
C.Place Internet-facing Load Balancers in dedicated public subnets with security-group at the subnet level. Configure NACL at each instance level for all servers.
D.Place Internet-facing Load Balancers in dedicated public subnets with NACL configured at the subnet level. Configure Security Group at each instance level for all servers.