Question 365:
You need to host a set of web servers and database servers in an AWS VPC. What would be the best practice in designing a multi-tier infrastructure?
Answer options:
A.Use a public subnet for the web tier and a public subnet for the database layer. B.Use a public subnet for the web tier and a private subnet for the database layer. C.Use a private subnet for the web tier and a private subnet for the database layer. D.Use a private subnet for the web tier and a public subnet for the database layer.