A financial services company has a core banking application that runs on-premises and stores sensitive customer data. Due to strict regulatory requirements, this application cannot be migrated to the cloud. However, the company wants to use AWS for its development and test environments to benefit from rapid provisioning and pay-per-use pricing. The company also wants to establish a dedicated private network connection between its on-premises data center and AWS to securely transfer data between the environments. Which cloud deployment model does this scenario describe?
Hybrid cloud is a model that combines on-premises infrastructure (private cloud) with public cloud services. This scenario perfectly fits hybrid cloud because the company runs its core application on-premises while using AWS for development and test. The dedicated private network connection (e.g., Direct Connect) bridges the two environments, enabling secure data exchange and unified operations.
Why this answer
This scenario describes a hybrid cloud deployment model because it combines on-premises infrastructure (the core banking application) with AWS public cloud resources (development and test environments) connected via a dedicated private network, such as AWS Direct Connect. The hybrid cloud model allows the company to keep sensitive data on-premises for regulatory compliance while leveraging AWS's scalability and pay-per-use pricing for non-production workloads. The key enabler is the private, low-latency connection that securely transfers data between the two environments, which is a hallmark of hybrid cloud architecture.
Exam trap
The trap here is that candidates often confuse hybrid cloud with multi-cloud, but hybrid cloud specifically refers to a mix of on-premises and public cloud (or private and public cloud), whereas multi-cloud involves using multiple public cloud providers without any on-premises component.
How to eliminate wrong answers
Option A is wrong because a public cloud model would involve running all workloads, including the core banking application, on AWS infrastructure, which contradicts the requirement that the application cannot be migrated to the cloud. Option B is wrong because a private cloud model would mean the company runs its own cloud environment, either on-premises or hosted exclusively for its use, but the scenario explicitly uses AWS public cloud services for development and test environments, not a private cloud. Option D is wrong because a multi-cloud model involves using multiple public cloud providers (e.g., AWS and Azure), but the scenario only uses AWS alongside on-premises infrastructure, not multiple public clouds.