nerdexam
CompTIA

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.

Technical Integration of Enterprise Components

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)
  • A
    7% (2)
  • B
    3% (1)
  • C
    17% (5)
  • D
    72% (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.

AVirtualize the web servers locally to add capacity during registration.

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.

BMove the database servers to an elastic private cloud while keeping the web servers local.

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.

CMove the database servers and web servers to an elastic private cloud.

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.

DMove the web servers to an elastic public cloud while keeping the database servers local.Correct

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

#elastic cloud#hybrid cloud#cost optimization#database security

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice