Cloud Concepts

358 questions

Question 241Question

A biotechnology company runs high-throughput genomic sequencing pipelines that require massive computational power for a few weeks every quarter. During the off-peak months, their compute usage is negligible. Furthermore, they need to deploy their data-analysis portal across multiple geographic regions to ensure low-latency access for global research collaborators.

Which of the following AWS Cloud benefits directly address these operational requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Go global in minutes; Stop guessing capacity

Answer

The correct answers are the options stating 'Go global in minutes' and 'Stop guessing capacity'.
The correct options are 'Go global in minutes' and 'Stop guessing capacity'. 'Go global in minutes' enables the company to deploy their application globally across multiple AWS Regions for lower latency. 'Stop guessing capacity' allows them to scale resources up and down to match their variable genomic sequencing workload rather than maintaining idle infrastructure.

Step-by-Step Solution

1
Analyze the business requirements from the scenario.
The company has a highly variable workload (running for a few weeks quarterly) and needs low-latency access for global collaborators in North America, Europe, and Asia.
Identifying the specific operational needs maps them to the corresponding AWS Cloud benefits.
2
Map the variable compute workload needs to AWS Cloud benefits.
Instead of guessing capacity or purchasing fixed servers, they should scale dynamically. This maps to the benefit of 'Stop guessing capacity'.
AWS allows dynamic scaling of infrastructure to handle peaks and scale down when not in use.
3
Map the global low-latency requirements to AWS Cloud benefits.
They can deploy resources to multiple AWS Regions globally in minutes. This maps to the benefit of 'Go global in minutes'.
Global deployment allows workloads and data-analysis portals to be located closer to collaborators.

Key Concept

Identify and define the 6 core benefits of the AWS Cloud, specifically focusing on global reach and capacity management.
Estimated Time:1m 30s
Question 242Question

A company is configuring a database for their web application on AWS. To prevent downtime in the event of a hardware failure, they set up a secondary database instance in a different Availability Zone that automatically takes over if the primary database fails. Which AWS Cloud design principle is directly demonstrated by this setup?

Show answer & explanation

Answer: Design for failure

Answer

Design for failure
The correct answer is the principle of designing for failure. Configuring a secondary database in a different Availability Zone to automatically take over in the event of a primary database failure is a classic application of this principle. It focuses on building redundancy and automatic failover mechanisms to ensure high availability and prevent single points of failure.

Step-by-Step Solution

1
Identify the goal of the configuration in the scenario.
The scenario describes setting up a standby database in a different Availability Zone that automatically takes over if the primary database fails to ensure the application remains running.
Understanding the key goal (high availability and redundancy during a failure) helps narrow down the relevant AWS design principle.
2
Evaluate the options against AWS Cloud design principles.
The mechanism of setting up automatic failover and redundancy directly maps to the principle of designing for failure.
This step ensures that the chosen design principle matches the specific architectural action described in the scenario.

Key Concept

Design for failure
Question 243Question

Zenith Commerce is planning to migrate its on-premises application portfolio to the AWS Cloud. The IT team has defined two specific goals for this migration phase:
1. Migrate their self-managed relational database to Amazon RDS for PostgreSQL to minimize database administration overhead, without changing the application's core logic.
2. Replace their legacy, self-managed customer relationship management (CRM) software with a cloud-native Software-as-a-Service (SaaS) solution.

Which of the following migration strategies should the company use to achieve these goals? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Replatforming to migrate the relational database to Amazon RDS; Repurchasing to transition the CRM software to a cloud-native SaaS solution

Answer

Replatforming should be used to migrate the database to Amazon RDS, and Repurchasing should be used to transition the CRM software to a SaaS solution.
The correct options are Replatforming and Repurchasing. Replatforming is correct for the database migration because it shifts the workload to a managed database service (Amazon RDS) to optimize operations without redesigning the application logic. Repurchasing is correct for the CRM system because the company is retiring its legacy, self-managed CRM software in favor of adopting a new cloud-native SaaS model.

Step-by-Step Solution

1
Analyze the first migration requirement: moving a self-managed relational database to a managed database service (Amazon RDS) to reduce administrative overhead without altering core logic.
Identify that this matches the Replatforming strategy. In a replatforming migration, core application code is not changed, but minor optimizations or component updates (like shifting to a managed service) are executed.
This strategy allows the organization to achieve cloud benefits like reduced administration without the risk and effort of a full code redesign.
2
Analyze the second migration requirement: replacing a legacy, self-managed CRM application with a cloud-native Software-as-a-Service (SaaS) solution.
Identify that this matches the Repurchasing strategy. Repurchasing involves abandoning the existing application and buying a new product, typically a SaaS version.
Replacing custom or legacy code with a SaaS platform represents a licensing model change and software replacement, which defines the repurchasing strategy.

Key Concept

Identifying AWS Migration Strategies (6 Rs)
Question 244Question

A smart agriculture startup builds an IoT telemetry ingestion pipeline. The company utilizes Amazon API Gateway and AWS Lambda to process incoming data from sensors, allowing them to run code without managing virtual machines. Additionally, the development team uses scripts to dynamically launch duplicate testing environments that are destroyed immediately after validation. Which two AWS Cloud design principles are directly demonstrated by this architecture? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Services, not servers; Disposable resources

Answer

The correct principles are Services, not servers and Disposable resources.
The startup uses managed serverless solutions (Amazon API Gateway and AWS Lambda) to offload operational management, demonstrating the principle of 'Services, not servers'. Additionally, they treat their testing environments as temporary, automated setups that are terminated when no longer needed, illustrating the principle of 'Disposable resources'.

Step-by-Step Solution

1
Analyze the usage of Amazon API Gateway and AWS Lambda.
These are fully managed services that run code without requiring the user to provision or manage servers, which maps to the 'Services, not servers' design principle.
Identifying how serverless components reduce infrastructure overhead is the first key aspect of the scenario.
2
Analyze the process of spinning up and destroying temporary environments.
This indicates that environments are treated as temporary assets created and destroyed dynamically, which maps to the 'Disposable resources' design principle.
Identifying how the lifecycle of testing environments is managed aligns with treating infrastructure as disposable.
3
Evaluate the remaining options against the scenario and AWS design principles.
Tight coupling, vertical scaling for elasticity, and over-provisioning are either architectural anti-patterns or incorrect definitions of cloud benefits.
Eliminating distractors ensures that the correct two options are selected.

Key Concept

AWS Cloud design principles focus on architectural best practices such as adopting managed services (services, not servers) and using automation to deploy temporary environments (disposable resources).
Question 245Question

A financial technology (fintech) startup needs to quickly deploy new experimental payment features to stay ahead of competitors. Historically, procuring and configuring physical servers in their on-premises environment for developer testing took several weeks. By migrating to AWS, the developers can now provision virtual servers and databases within minutes, allowing them to iterate and run tests immediately. Which AWS Cloud benefit is directly demonstrated by this change in operational speed?

Show answer & explanation

Answer: Increase speed and agility

Answer

Increase speed and agility
The correct answer is the option stating 'Increase speed and agility'. In a cloud computing environment, new IT resources are only a click away, which means that you reduce the time it takes to make those resources available to your developers from weeks to just minutes. This dramatically increases speed and agility for the organization, because the cost and time it takes to experiment and develop is significantly lower.

Step-by-Step Solution

1
Analyze the scenario details, focusing on the change from taking weeks to procure and configure servers to provisioning virtual servers and databases within minutes.
The organization reduced provisioning time from weeks to minutes to support developer experimentation.
Understanding the specific operational improvement helps map it to the correct AWS Cloud benefit.
2
Compare the reduction of resource provisioning times from weeks to minutes with the definitions of the six AWS Cloud benefits.
Reducing time-to-market and enabling rapid experimentation matches the benefit of increasing speed and agility.
Speed and agility specifically address how quickly resources can be made available to developers to foster innovation and reduce the cost of experimentation.

Key Concept

The core concept being tested is the six benefits of the AWS Cloud, specifically focusing on how cloud computing reduces provisioning latency from weeks to minutes, which increases speed and agility for developers and organizations.
Question 246Question

NovaHealth Solutions is migrating its legacy application portfolio to the AWS Cloud. During the assessment phase, the IT team identifies a highly customized mainframe billing application that has tight dependencies on local mainframe hardware. Because a modern replacement is not available and rewriting the application is not currently feasible, the company decides to keep this workload running on-premises in its current state. Which cloud migration strategy is NovaHealth Solutions using for this specific application?

Show answer & explanation

Answer: Retaining

Answer

Retaining
The correct answer is Retaining. The Retaining strategy involves keeping workloads in their source environment (on-premises) when there is no clear business case or technical feasibility to migrate them immediately.

Step-by-Step Solution

1
Analyze the migration scenario and identify the decision made for the mainframe billing application.
The application has tight hardware dependencies, cannot be easily rewritten, and the company decides to keep it on-premises in its current state.
Identifying the target state of the workload helps map it to the correct migration strategy.
2
Match the decision to keep the application on-premises to one of the 6 Rs migration strategies.
The decision to keep the workload in its current environment without moving it to the cloud is defined as the Retaining (re-visit) strategy.
This aligns with the AWS definition of Retaining, where workloads are kept on-premises for now.

Key Concept

Retaining migration strategy
Question 247Question

A local dental clinic is migrating its patient scheduling system from an on-premises server room to the AWS Cloud. Instead of purchasing physical servers upfront, the clinic will now pay a variable monthly fee based on the resources they consume. Which of the following options describes this shift in financial expenditure?

Show answer & explanation

Answer: A shift from Capital Expenses (CapEx) to Operating Expenses (OpEx)

Answer

A shift from Capital Expenses (CapEx) to Operating Expenses (OpEx)
The correct answer describes a shift from Capital Expenses (CapEx) to Operating Expenses (OpEx). On-premises data centers require significant capital investment upfront to purchase physical servers and networking gear (CapEx). Moving to a cloud model like AWS allows organizations to pay only for what they use on a variable, recurring basis, which is classified as an operational expense (OpEx).

Step-by-Step Solution

1
Identify the financial model of the current state.
The clinic is purchasing physical servers upfront, which represents a capital expenditure (CapEx).
CapEx refers to money spent by a business to acquire, maintain, and upgrade physical assets such as property, buildings, or equipment.
2
Identify the financial model of the target cloud state.
The clinic will pay a variable monthly fee based on consumed resources, which represents an operating expenditure (OpEx).
OpEx represents the day-to-day expenses that a company incurs to keep its business running, such as utility bills or pay-as-you-go cloud services.
3
Determine the direction of the transition.
The transition moves from upfront capital costs to variable operating costs.
This is a shift from CapEx to OpEx.

Key Concept

Cloud economics: CapEx vs. OpEx shift
Question 248Question

A telehealth startup wants to expand its online patient consultation platform from a single country to a global audience without leasing physical facilities or purchasing server hardware. The startup also needs the ability to deploy its application to patients worldwide with minimal delay. Which of the following benefits of the AWS Cloud directly support this strategy? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Go global in minutes; Stop spending money running and maintaining data centers

Answer

The correct benefits are 'Go global in minutes' and 'Stop spending money running and maintaining data centers'.
The scenario requires deploying applications worldwide with minimal latency, which is achieved by going global in minutes using AWS infrastructure. It also requires expanding without leasing facilities or purchasing physical hardware, which directly aligns with stopping spending money running and maintaining data centers.

Step-by-Step Solution

1
Analyze the business scenario described in the stem.
The company needs to expand globally to multiple countries with minimal delay and without purchasing server hardware or leasing facilities.
This establishes the requirements of global expansion and eliminating physical facility management.
2
Evaluate the AWS Cloud benefits that match these requirements.
Deploying globally with low latency maps to 'Go global in minutes', and eliminating physical server and facility management maps to 'Stop spending money running and maintaining data centers'.
This identifies the correct cloud benefits from the list of options.

Key Concept

Benefits of the AWS Cloud
Question 249Question

An online tutoring company is migrating its student portal to AWS to reduce overall infrastructure costs. Which TWO of the following statements correctly describe the economic benefits of this migration?

Select all that apply

Show answer & explanation

Answer: Replacing upfront capital expenses with variable operating expenses that scale with usage; Paying only for the resources that are actually consumed, reducing waste from idle capacity

Answer

The correct options are the statements explaining that migrating to AWS replaces upfront capital expenses with variable operating expenses, and that you pay only for the resources that are actually consumed, which reduces waste from idle capacity.
Migrating to AWS provides significant economic benefits by replacing upfront capital expenses (such as purchasing physical hardware) with variable operating expenses that are paid based on usage. Furthermore, AWS enables a pay-as-you-go model where organizations pay only for the resources they consume, eliminating the waste associated with paying for idle, overprovisioned capacity.

Step-by-Step Solution

1
Understand the shift in expense models during a cloud migration.
Identify that migrating to AWS shifts costs from CapEx (upfront capital expenses) to OpEx (variable operating expenses).
This is a fundamental concept of cloud economics where you pay as you go instead of investing in physical data centers upfront.
2
Understand how AWS pricing models handle resource utilization.
Identify that pay-as-you-go pricing and elasticity prevent paying for idle, overprovisioned resources.
Elasticity allows resources to grow and shrink with demand, ensuring you only pay for what you actually use.

Key Concept

AWS cloud economics allows organizations to replace upfront capital expenses (CapEx) with variable operating expenses (OpEx) and reduce waste by paying only for active resource consumption rather than idle capacity.
Question 250Question

A digital music streaming platform wants to eliminate the upfront costs of purchasing physical servers and infrastructure hardware. Instead, they want to pay for computing resources only as they are consumed. Which benefit of the AWS Cloud describes this financial model?

Show answer & explanation

Answer: Trade capital expense for variable expense

Answer

Trade capital expense for variable expense
The correct answer is to trade capital expense for variable expense. By using AWS, the music streaming platform does not need to invest in physical data centers and hardware (capital expense) before launching. Instead, they pay for the cloud resources they consume as a variable operational expense.

Step-by-Step Solution

1
Analyze the business scenario described in the question stem.
The digital music streaming platform wants to avoid upfront infrastructure costs (purchasing physical servers) and instead pay for computing resources dynamically as they are consumed.
Understanding the core requirement allows mapping it to the correct AWS Cloud benefit.
2
Map the financial requirement to the official AWS Cloud benefits.
Upfront infrastructure investments represent capital expenses (CapEx), while paying only for consumed resources represents a variable operating expense (OpEx). Under the AWS Cloud model, customers trade capital expense for variable expense.
This identifies the correct AWS benefit definition corresponding to the scenario.

Key Concept

Trading capital expense for variable expense allows businesses to pay only for resources consumed rather than investing heavily in physical data centers and servers before knowing how they will be used.
Estimated Time:45s
Question 251Question

A healthcare technology company is migrating its legacy billing and reporting system to the AWS Cloud. The system currently processes patient invoices and generates compliance reports. The invoicing process must run continuously without interrupting the reporting system, and the reporting system only needs resources during the first week of every month when reports are compiled. Which two architectural practices should the company adopt to align with AWS Cloud design principles? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Implement Amazon Simple Queue Service (Amazon SQS) to decouple the invoicing and reporting components, ensuring that a failure in report generation does not affect invoicing.; Use Amazon EC2 instances that are provisioned on demand to run the monthly reporting jobs and terminated immediately after the work is complete.

Answer

The company should implement Amazon Simple Queue Service (Amazon SQS) to decouple the invoicing and reporting components, and use Amazon EC2 instances that are provisioned on demand to run the monthly reporting jobs and terminated immediately after the work is complete.
Decoupling the invoicing and reporting components using Amazon Simple Queue Service (Amazon SQS) ensures that if the reporting service experiences issues, invoicing remains unaffected, fulfilling the loose coupling and design for failure principles. Additionally, provisioning Amazon EC2 instances on demand and terminating them once report generation is complete aligns with the principle of treating resources as disposable rather than static infrastructure.

Step-by-Step Solution

1
Analyze the requirements for loose coupling.
The invoicing process must not be interrupted by the reporting system, which requires decoupling them using a queueing service like Amazon SQS so that their lifecycles are independent.
This implements the 'loose coupling' and 'design for failure' principles.
2
Analyze the requirements for periodic resource utilization.
The reporting system only needs compute resources during the first week of the month, meaning compute resources should be created on demand and terminated when finished.
This implements the 'disposable resources' principle rather than keeping idle servers running constantly.

Key Concept

AWS Cloud design principles including loose coupling, design for failure, and disposable resources.
Estimated Time:1m 30s
Question 252Question

A logistics startup is launching a new delivery tracking application. To keep initial costs low, the startup decides to host the application on AWS to avoid buying physical servers and instead pay a variable monthly rate based on their actual resource consumption. Which of the following terms describes this financial transition?

Show answer & explanation

Answer: A shift from capital expenses (CapEx) to operating expenses (OpEx)

Answer

A shift from capital expenses (CapEx) to operating expenses (OpEx)
The correct answer is the option stating a shift from capital expenses (CapEx) to operating expenses (OpEx). By choosing to host the application on AWS rather than purchasing physical hardware, the startup avoids upfront capital expenses and instead pays a variable monthly cost based on usage, which is classified as an operating expense.

Step-by-Step Solution

1
Analyze the financial characteristics of the startup's on-premises option.
Buying physical servers requires significant upfront money, which represents capital expenses (CapEx).
To understand the starting point of the financial transition.
2
Analyze the financial characteristics of the AWS cloud option.
Paying a variable monthly rate based on actual resource consumption represents operating expenses (OpEx).
To understand the destination point of the financial transition.
3
Combine the analyses to determine the direction of the transition.
The transition goes from capital expenses (CapEx) to operating expenses (OpEx).
To identify the correct concept that matches the scenario.

Key Concept

Shifting from upfront capital expenses (CapEx) to variable operating expenses (OpEx) is a major economic benefit of the AWS Cloud.
Question 253Question

A mobile game studio is launching a new multiplayer game. To support a global player base, the studio needs to deploy their game backend across multiple regions worldwide to reduce latency for international players. Additionally, the studio wants to eliminate the overhead of buying, racking, and cooling physical hardware in their own facilities.

Which of the following AWS Cloud benefits directly align with these requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Go global in minutes; Stop spending money running and maintaining data centers

Answer

The two correct benefits are going global in minutes and stopping spending money running and maintaining data centers.
The correct benefits demonstrated are going global in minutes and stopping spending money running and maintaining data centers. Going global in minutes allows the studio to deploy their game backend across multiple geographic regions to reduce latency. Stopping spending money running and maintaining data centers addresses the studio's desire to avoid buying, racking, and cooling physical servers in their own facilities.

Step-by-Step Solution

1
Analyze the first requirement: deploying the game backend across multiple regions worldwide to reduce latency.
This maps directly to the AWS benefit of going global in minutes.
AWS infrastructure is globally distributed, enabling rapid deployment close to end users.
2
Analyze the second requirement: eliminating the overhead of buying, racking, and cooling physical hardware.
This maps directly to the AWS benefit of stopping spending money running and maintaining data centers.
By shifting infrastructure to AWS, businesses offload physical data center maintenance.

Key Concept

Benefits of AWS Cloud
Estimated Time:1m 30s
Question 254Question

Lumina Learning plans to migrate its on-premises student information portal to the AWS Cloud. The database currently runs on a self-managed Oracle database server. To minimize licensing fees and operational overhead, the company decides to migrate the database to Amazon Aurora PostgreSQL while keeping the application server's core code unchanged. Which migration strategy is Lumina Learning using?

Show answer & explanation

Answer: Replatforming

Answer

Replatforming
The correct answer is Replatforming. Replatforming, also known as 'lift, tinker, and shift', involves making minor optimizations to take advantage of cloud features (such as moving to a managed database like Amazon Aurora) without changing the core application architecture.

Step-by-Step Solution

1
Analyze the migration scenario details
The scenario describes migrating a database from an on-premises self-managed Oracle database to Amazon Aurora PostgreSQL (a managed cloud database service) without changing the core application code.
This helps identify if any modifications or platform optimizations are being performed during the migration.
2
Evaluate the defined migration strategies (6 Rs)
Migrating to a managed service or changing the database engine to optimize operations without rewriting the application code aligns with the Replatforming strategy.
Replatforming is characterized by making small adjustments to take advantage of cloud benefits without modifying the core architecture of the application.

Key Concept

Cloud migration strategies (6 Rs)
Estimated Time:1m 0s
Question 255Question

A new hospitality booking startup wants to launch an online reservation platform. The team wants to ensure the platform can automatically scale to handle seasonal spikes in user traffic without overprovisioning hardware. Additionally, the startup wants to focus its resources on developing customer-facing features rather than managing physical server racks and power supplies. Which of the following are benefits of the AWS Cloud that directly align with the startup's goals? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Stop guessing capacity; Stop spending money running and maintaining data centers

Answer

The correct answers are the options stating 'Stop guessing capacity' and 'Stop spending money running and maintaining data centers'.
The option stating 'Stop guessing capacity' represents the benefit of dynamic scaling (elasticity) to handle peak traffic without overprovisioning. The option stating 'Stop spending money running and maintaining data centers' represents the benefit of allowing companies to focus on customer-facing features instead of managing physical infrastructure like server racks and power supplies.

Step-by-Step Solution

1
Analyze the startup's requirements: automatically scaling to handle seasonal spikes and focusing resources on developing customer-facing features instead of managing physical servers.
Identified need for dynamic capacity management and elimination of physical data center management.
To map the business needs to the corresponding AWS Cloud benefits.
2
Evaluate each option against the six AWS Cloud benefits.
'Stop guessing capacity' matches the scaling requirement, and 'Stop spending money running and maintaining data centers' matches the infrastructure management requirement.
To select the two correct AWS Cloud benefits that directly address the scenario.

Key Concept

The six benefits of the AWS Cloud
Estimated Time:45s
Question 256Question

An educational technology (EdTech) platform experiences extreme traffic fluctuations, with massive user login spikes during midterms and finals, but minimal activity during summer breaks. Historically, the company had to pre-purchase and configure physical servers to handle peak demand, resulting in underutilized infrastructure for most of the year. By moving to AWS, the platform can automatically scale its resources up and down to match user demand dynamically. Which benefit of the AWS Cloud does this business case describe?

Show answer & explanation

Answer: Stop guessing capacity

Answer

Stop guessing capacity
The scenario describes a classic use case for 'Stop guessing capacity'. Instead of paying for idle physical servers to support peak loads (such as exam weeks), the platform uses the AWS Cloud to automatically scale resources to match actual demand, ensuring they only pay for what they use and avoid capacity constraints.

Step-by-Step Solution

1
Analyze the business scenario described in the stem.
The EdTech platform faces highly fluctuating demand (peaks during exams, valleys during summers) and previously had to buy physical hardware based on peak demand, leading to idle resources.
Understanding the core problem of capacity management and resource underutilization is necessary to map it to the correct AWS Cloud benefit.
2
Evaluate the 6 benefits of the AWS Cloud against the scenario.
The ability to dynamically scale resources to match actual demand in real-time prevents the need to guess and pre-provision for maximum capacity.
Identifying the benefit that maps to dynamic resource adjustment resolves the underutilization and over-provisioning problems.

Key Concept

Stop guessing capacity
Estimated Time:1m 0s
Question 257Question

ApexMart, a retail company, is planning to migrate its legacy on-premises web server to AWS EC2 instances with no changes to the application code or configuration. The company also wants to transition its IT budget from upfront hardware investments to a pay-as-you-go model. Which two of the following statements correctly describe the migration strategy used for the web server and the financial benefit of this migration?

Select all that apply

Show answer & explanation

Answer: The migration strategy used is Rehosting (lift-and-shift).; The financial benefit is shifting from capital expenses (CapEx) to operating expenses (OpEx).

Answer

The migration strategy used is Rehosting (lift-and-shift), and the financial benefit is shifting from capital expenses (CapEx) to operating expenses (OpEx).
The correct options state that the strategy is Rehosting and the financial benefit is shifting from CapEx to OpEx. Rehosting represents migrating workloads with zero modifications (lift-and-shift). Shifting from upfront hardware purchasing to pay-as-you-go models replaces capital expenditures (CapEx) with operating expenditures (OpEx).

Step-by-Step Solution

1
Analyze the migration scenario for the web server.
The web server is being moved to AWS EC2 instances with zero changes to the application code or configuration. This represents a 'lift-and-shift' approach, which corresponds to the Rehosting migration strategy.
To identify the correct migration strategy from the 6 Rs.
2
Analyze the financial goals of the company.
The company wants to move from upfront hardware investments (Capital Expenditure, or CapEx) to a pay-as-you-go model (Operating Expenditure, or OpEx). This represents a shift from CapEx to OpEx.
To identify the correct financial benefit of cloud adoption.

Key Concept

Identifying AWS migration strategies (specifically Rehosting) and understanding the shift from CapEx to OpEx in cloud economics.
Question 258Question

An online fitness company wants to launch a new virtual training application. Instead of spending months procuring and setting up physical servers, they deploy their application on AWS immediately, allowing them to test and roll out new features to users within days. Additionally, they only pay for the compute resources they consume while class sessions are active. Which two benefits of the AWS Cloud are demonstrated by this scenario?

Select all that apply

Show answer & explanation

Answer: Trade capital expense for variable expense; Increase speed and agility

Answer

Trading capital expense for variable expense and increasing speed and agility are the correct benefits.
The correct options are the benefits of trading capital expense for variable expense and increasing speed and agility. By paying only for active compute resources during classes, the business shifts from capital expenditure to variable expenditure. By deploying immediately and iterating within days, they leverage AWS's speed and agility.

Step-by-Step Solution

1
Analyze the financial aspects of the scenario.
The scenario notes that the company only pays for compute resources during active class sessions instead of purchasing server hardware upfront.
This corresponds to trading upfront capital expenses (CapEx) for variable operating expenses (OpEx).
2
Analyze the deployment and operational speed aspects of the scenario.
The scenario mentions deploying immediately and testing new features within days instead of spending months procuring hardware.
This corresponds to increasing speed and agility by reducing time to market.

Key Concept

The six core benefits of the AWS Cloud, specifically trading capital expense for variable expense, and increasing speed and agility.
Question 259Question

A fitness center franchise wants to migrate its membership management system from on-premises servers to the AWS Cloud to optimize costs. Which two statements describe the economic advantages of this migration?

Select all that apply

Show answer & explanation

Answer: The franchise can swap fixed capital investments for variable operational costs.; The franchise can scale down resources during low-activity periods to pay only for active utilization.

Answer

The correct options are the statements explaining that the franchise can swap fixed capital investments for variable operational costs and that it can scale down resources during low-activity periods to pay only for active utilization.
Migrating to the AWS Cloud allows organizations to replace upfront capital expenses with variable operating expenses. Additionally, because of cloud elasticity, organizations can scale resources down during off-peak hours, ensuring they only pay for the capacity they actually use.

Step-by-Step Solution

1
Analyze the financial transition of cloud migration.
Identify that cloud computing replaces capital expenditure (buying hardware upfront) with operating expenditure (paying for resources dynamically).
This helps evaluate the first economic advantage regarding fixed capital investments versus variable operational costs.
2
Evaluate the impact of elasticity on cost efficiency.
Identify that scaling resources up or down dynamically based on user demand reduces waste and minimizes costs during off-peak times.
This helps evaluate the second economic advantage regarding variable resource utilization.

Key Concept

Cloud Economics: CapEx vs OpEx and Elasticity
Question 260Question

A regional retail chain wants to migrate its inventory database to AWS. The IT director notices that the pay-as-you-go pricing for AWS services is much lower than the prices the company could negotiate with hardware vendors on its own. This cost reduction is possible because AWS aggregates usage from hundreds of thousands of customers to achieve higher purchasing power and pass these savings to customers. Which benefit of the AWS Cloud is directly illustrated by this scenario?

Show answer & explanation

Answer: Benefit from massive economies of scale

Answer

Benefit from massive economies of scale
The scenario describes a situation where a company benefits from lower pay-as-you-go pricing because AWS aggregates usage from hundreds of thousands of customers. This directly illustrates the benefit of benefiting from massive economies of scale, which allows AWS to pass purchasing power savings on to customers in the form of lower variable costs.

Step-by-Step Solution

1
Analyze the business scenario described in the question.
The scenario focuses on a retail chain obtaining lower service prices than it could negotiate on its own because AWS aggregates usage across hundreds of thousands of customers.
Understanding the core driver of the cost reduction helps identify which of the six cloud benefits is being leveraged.
2
Match the core driver to the official AWS Cloud benefits definitions.
Aggregated usage from hundreds of thousands of customers leading to lower variable costs/prices corresponds to the 'Benefit from massive economies of scale' benefit.
AWS official documentation defines this specific mechanism under the massive economies of scale benefit.

Key Concept

AWS Cloud Benefit: Benefit from massive economies of scale
PreviousPage 13 / 18Next
Cloud Concepts Practice Questions — AWS Certified Cloud Practitioner — Page 13 | Examkin