An architecture review of a multi-account municipal landing zone finds possible hidden single points of failure: one NAT Gateway in a shared services VPC, one bastion, and a single-Region authoritative DNS pattern for critical apps. Which action best improves reliability evaluation?
Select an answer to reveal the explanation.
Short Explanation
Landing zones can still hide one lonely NAT or bastion acting like a drawbridge. Hunt those SPOFs on purpose and fix them—Control Tower paperwork is not a spare NAT Gateway.
Full Explanation
Evaluating insufficient reliability means looking beyond happy-path diagrams for SPOFs such as single NAT egress, single bastion access, and fragile DNS assumptions. Remediation includes multi-AZ egress, redundant admin paths, and DNS/DR designs matched to RTO. Consolidating to one AZ or replacing DNS with hosts files increases risk.