A financial technology startup is planning to build a new transactional ledger system on AWS. The proposed architecture will utilize Amazon DynamoDB, AWS Lambda, and Amazon API Gateway. Before deploying any resources, the startup needs to model and estimate their expected monthly operational costs. Which of the following actions can the startup perform using the AWS Pricing Calculator to achieve this? (Select TWO.)
- Estimate the monthly costs of the DynamoDB tables by specifying expected read/write throughput and storage requirements.Answer
- Compare the estimated operational costs of the serverless architecture across different AWS Regions.Answer
- CDefine custom budget thresholds and configure email alerts when actual monthly spend exceeds those thresholds.
- DGenerate a detailed report analyzing the actual historical billing data and usage trends of resources over the past three months.
- EDetermine the precise reduction in capital expenditure (CapEx) compared to physical data center hardware based on actual CPU utilization logs.
Answer
The startup can use the AWS Pricing Calculator to estimate the monthly costs of the DynamoDB tables by defining parameters like storage and throughput, and to compare the estimated operational costs across different AWS Regions.
The AWS Pricing Calculator is designed to estimate the costs of AWS services prior to deployment. It allows users to input hypothetical parameters, such as DynamoDB read/write capacity and storage, to model monthly costs. Additionally, because AWS prices vary by location, it allows users to compare estimates across different AWS Regions to optimize where to deploy their workload.
Step-by-Step Solution
Key Concept
The AWS Pricing Calculator is a web-based planning tool used to estimate the cost of AWS services for hypothetical use cases and architectures before deployment.