A security architect is designing a VPC for a three-tier web application. Which of the following VPC subnet designs provides the most secure isolation for the database tier?
Correct; private subnet with no internet gateway and restricted security group provides strong isolation.
Why this answer
Placing the database tier in an isolated private subnet without direct internet access and with strict security group rules minimizes exposure.