A company wants to implement their website in a virtual private cloud (VPC). The web tier will use an AutoScaling group across multiple Availability Zones (AZs). The database will use Multi-AZ RDS MySQL and should
not be publicly accessible. What is the minimum number of subnets that need to be configured in the VPC?

A.
1
B.
2
C.
3
D.
4
Explanation:
Since multi-AZ RDS needs 2 private subnets to provide high availability and 2 public subnets are needed for
ELB(web-tier) application.
D. 4 (2 public subnets for web instances in multiple AZs and 2 private subnets for RDS Multi-AZ)
0
0
The database will use Multi-AZ RDS MySQL and should
not be publicly accessible.
=>2
0
0
[not be publicly accessible] is possible by setting RDS option(Publicly Accessible : No).
So, I think that (B. 2) is correct…
0
0
You will need 4. 2 public, 2 private spanning 2 AZ’s.
1
0