Question

Difficulty: MediumAWS Pricing Calculator

A digital marketing firm is planning to migrate its analytics workload to AWS. The proposed architecture will utilize Amazon Kinesis Data Streams for data ingestion, AWS Lambda for processing, and Amazon DynamoDB for storing the results. Before provisioning these services, the finance team wants to estimate the potential monthly costs.

Which two of the following tasks can the team perform using the AWS Pricing Calculator to achieve this? (Select TWO.)

  1. Group the estimated services into distinct logical sections to model costs for different environments, such as development and production.Answer
  2. Estimate the ongoing operational costs of AWS services based on hypothetical configurations and usage patterns before any resources are provisioned.Answer
  3. C
    Analyze historical spend data and generate automated recommendations to downsize existing over-provisioned database instances.
  4. D
    Establish budget thresholds and configure email alerts to trigger if the actual spending of the workload exceeds the budget.
  5. E
    Generate an itemized spreadsheet detailing the exact hourly cost and usage statistics for resources that are currently running in the AWS account.

Answer

The team can group the estimated services into distinct logical sections to model costs for different environments (such as development and production), and estimate the ongoing operational costs of AWS services based on hypothetical configurations and usage patterns before any resources are provisioned.
The AWS Pricing Calculator allows users to estimate the costs of AWS services for planned architectures based on hypothetical configurations and usage patterns before deploying any resources. Additionally, it supports organizing estimates into groups (such as environments or departments) to provide structured cost breakdowns.

Step-by-Step Solution

1
Identify that the scenario describes a pre-deployment cost estimation requirement where no resources are currently active.
Recognize that tools tracking actual billing or historical usage (like Cost Explorer, AWS Budgets, and Cost & Usage Reports) are not applicable.
Since the workload is only proposed, no billing metrics exist yet.
2
Identify the primary tool on AWS for estimating the costs of new architectures based on expected parameters.
Select the AWS Pricing Calculator as the appropriate service.
The AWS Pricing Calculator allows users to input hypothetical parameters (e.g., Kinesis shard count, Lambda execution numbers, DynamoDB capacity) to generate estimated monthly bills.
3
Identify features of the AWS Pricing Calculator that support the company's organizational needs.
Select the ability to group services logically (e.g., by dev/prod environment) and calculate costs based on hypothetical configurations.
These capabilities allow the team to represent their architecture accurately in groups and obtain fine-grained pre-deployment estimates.

Key Concept

AWS Pricing Calculator features and capabilities for pre-deployment cost estimation.
Rate this question