CAS-002 · Question #784
A university requires a significant increase in web and database server resources for one week, twice a year, to handle student registration. The web servers remain idle for the rest of the year…
The correct answer is D. Move the web servers to an elastic public cloud while keeping the database servers local. The university needs elastic capacity only twice a year, making public cloud ideal for stateless web servers while keeping sensitive database servers on-premises satisfies both cost and security requirements.
Question
A university requires a significant increase in web and database server resources for one week, twice a year, to handle student registration. The web servers remain idle for the rest of the year. Which of the following is the MOST cost effective way for the university to securely handle student registration?
Options
- AVirtualize the web servers locally to add capacity during registration.
- BMove the database servers to an elastic private cloud while keeping the web servers local.
- CMove the database servers and web servers to an elastic private cloud.
- DMove the web servers to an elastic public cloud while keeping the database servers local.
How the community answered
(29 responses)- A7% (2)
- B3% (1)
- C17% (5)
- D72% (21)
Why each option
The university needs elastic capacity only twice a year, making public cloud ideal for stateless web servers while keeping sensitive database servers on-premises satisfies both cost and security requirements.
Local virtualization still requires purchasing and maintaining physical hardware that sits idle most of the year, which is not cost-effective compared to pay-as-you-go elastic cloud pricing.
Moving only the database servers to a private cloud increases cost and operational complexity for the tier that does not need burst elasticity, while missing the cost-saving opportunity for the idle web servers.
A private cloud requires significant upfront infrastructure investment and does not offer the on-demand pay-per-use pricing of a public cloud, making it more expensive for a twice-yearly workload spike.
Web servers are stateless and idle most of the year, so elastic public cloud billing means the university pays only during the two short registration periods instead of maintaining idle hardware year-round. Keeping the database servers local ensures sensitive student records remain under the university's direct security controls, avoiding the regulatory and data-residency risks of cloud-hosted databases.
Concept tested: Hybrid cloud architecture for burst workloads
Source: https://docs.aws.amazon.com/whitepapers/latest/aws-overview/types-of-cloud-computing.html
Topics
Community Discussion
No community discussion yet for this question.