A financial services organization maintains an on-premises datacenter hosting a critical legacy mainframe database and a public cloud environment running web microservices. The organization must allow cloud microservices to query specific API endpoints on the mainframe without exposing the mainframe's on-premises subnet to the entire cloud Virtual Private Cloud (VPC) and without allowing lateral East-West traffic if a cloud service is compromised. Which secure network design approach best achieves this requirement?
- Configuring private endpoint services to publish only the specific mainframe API interface directly into the cloud VPC via dedicated virtual private connections.Answer
- BEstablishing a standard site-to-site IPsec VPN tunnel with full routing between all cloud VPC subnets and the legacy mainframe local area network.
- CRelocating the legacy mainframe database into a public perimeter network (DMZ) protected solely by perimeter firewall access control lists.
- DImplementing an air-gapped network segment around the mainframe and relying on scheduled batch exports transmitted via physical storage media.
Answer
Configuring private endpoint services to publish only the specific mainframe API interface directly into the cloud VPC via dedicated virtual private connections.
Publishing the mainframe API through private endpoint technology provides granular service-level microsegmentation. It enables cloud microservices to interact exclusively with the designated API interface over a private connection without exposing the surrounding internal network or granting routing access to other on-premises systems.
Step-by-Step Solution
Key Concept
Hybrid Cloud Microsegmentation and Private Endpoints
Estimated Time:1m 15s