Courseiva

CCNA Billing, Pricing, and Support Questions

52 of 202 questions · Page 3/3 · Billing, Pricing, and Support · Answers revealed

151
MCQeasy

A finance team wants to view and analyse their AWS spending patterns over the past 12 months, filter costs by service and linked account, and identify which teams are spending the most. Which AWS tool provides this historical cost analysis?

A.AWS Pricing Calculator
B.AWS Budgets
C.AWS Trusted Advisor
D.AWS Cost Explorer
AnswerD

Cost Explorer provides interactive graphs and filtering of up to 13 months of historical AWS costs. The finance team can filter by service, linked account, region, and cost allocation tag to identify spending trends and cost drivers.

Why this answer

AWS Cost Explorer is the correct tool because it provides a pre-built, customizable dashboard for visualizing, analyzing, and filtering historical AWS cost and usage data over the past 12 months. It allows you to group costs by service, linked account, or tag, making it ideal for identifying which teams are spending the most.

Exam trap

The trap here is that candidates often confuse AWS Budgets (which is for setting alerts) with Cost Explorer (which is for historical analysis), or they mistakenly think AWS Trusted Advisor provides detailed cost breakdowns when it only offers high-level optimization checks.

How to eliminate wrong answers

Option A is wrong because AWS Pricing Calculator is a cost estimation tool for future usage, not a historical cost analysis tool. Option B is wrong because AWS Budgets is used to set spending thresholds and send alerts, not to view or analyze past spending patterns. Option C is wrong because AWS Trusted Advisor provides best-practice recommendations for cost optimization, security, and performance, but it does not offer granular historical cost analysis or filtering by service and linked account.

152
MCQmedium

A company running large-scale scientific simulations needs EC2 instances with exclusive access to a physical host for software licensing reasons (per-socket licensing). Which EC2 option provides this?

A.Dedicated Instances
B.Dedicated Hosts
C.Reserved Instances
D.EC2 Bare Metal instances
AnswerB

Dedicated Hosts give you an entire physical server with full control over host-level placement, instance placement, and visibility into the number of sockets, physical cores, and instance slots. This allows you to map running workloads to specific hardware resources, enabling you to bring your own server-bound software licenses and stay compliant with per-socket, per-core, or per-VM licensing models. The host is also configured consistently to match your licensing needs, such as setting core count or enabling host recovery.

Why this answer

Dedicated Hosts (Option B) provide EC2 instances with exclusive access to a physical host, allowing you to control instance placement on a specific server. This is required for per-socket software licensing because you can see and manage the physical sockets and cores of the host, ensuring compliance with licensing terms that are tied to physical hardware.

Exam trap

The trap here is confusing Dedicated Instances with Dedicated Hosts: candidates often think 'dedicated' means full hardware control, but Dedicated Instances only provide single-tenant isolation without exposing socket/core information, which is insufficient for per-socket licensing compliance.

How to eliminate wrong answers

Option A (Dedicated Instances) is wrong because they run on a physical host dedicated to a single AWS account but do not provide visibility or control over the underlying physical sockets and cores, so per-socket licensing compliance cannot be verified. Option C (Reserved Instances) is wrong because they are a billing discount model that applies to instance usage, not a physical isolation or hardware visibility feature; they do not grant exclusive access to a physical host. Option D (EC2 Bare Metal instances) is wrong because while they provide direct access to the underlying hardware, they are designed for workloads that require a non-virtualized environment (e.g., hypervisor-level licensing), not specifically for per-socket licensing visibility; Dedicated Hosts are the correct service for socket-level control.

153
MCQmedium

A company runs a customer-facing web application on Amazon EC2 instances. The company wants to have access to technical support with a guaranteed response time of 1 hour for critical production system failures. The company also needs access to AWS Trusted Advisor to get cost optimization recommendations. Which AWS Support plan meets these requirements?

A.AWS Basic Support
B.AWS Developer Support
C.AWS Business Support
D.AWS Enterprise Support
AnswerC

AWS Business Support is the correct tier because it includes full Trusted Advisor checks, including cost optimization, and guarantees a 1-hour response time for severity-1 (production system down) incidents. This is exactly the service level the company requires, and Business Support also provides 24x7 phone, email, and chat access to cloud support engineers. For a customer-facing web application, this is the minimum plan that meets the stated operational and cost-optimization needs.

Why this answer

AWS Business Support is the minimum tier that provides a 1-hour response time for critical production system failures and includes full access to AWS Trusted Advisor, which offers cost optimization recommendations. Basic and Developer Support plans either lack Trusted Advisor or have slower response times, making Business Support the correct choice.

Exam trap

The trap here is that candidates often confuse AWS Developer Support's limited Trusted Advisor access and slower response times with the full-featured Business Support plan, assuming any paid plan meets all requirements.

Why the other options are wrong

B

AWS Developer Support provides a response time of 1 hour for system impaired, not for critical production system failures. It also does not include access to AWS Trusted Advisor for cost optimization recommendations.

D

AWS Enterprise Support includes a 15-minute response time for critical production failures, not the 1-hour requirement specified in the question. The question explicitly requires a 1-hour response time, which is provided by Business Support.

154
MCQmedium

A company uses AWS Organizations to manage multiple accounts. The finance team needs to perform a detailed cost analysis by joining AWS usage data with their internal accounting system. They require hourly-level billing data that includes resource IDs, operation types, and cost allocation tags. The data must be available in a CSV file that can be imported into their financial software. Which AWS tool or service should the finance team use to meet this requirement?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Cost and Usage Report
D.AWS Trusted Advisor
AnswerC

AWS Cost and Usage Report (CUR) delivers the most comprehensive billing data, including hourly usage, resource IDs, operation types, and tags. It can be configured to deliver CSV files to an S3 bucket, enabling integration with external financial systems.

Why this answer

The AWS Cost and Usage Report (CUR) is the correct choice because it provides the most granular billing data available, including hourly-level usage, resource IDs, operation types, and cost allocation tags. The report can be delivered to an Amazon S3 bucket in CSV format, making it directly importable into the finance team's financial software for detailed cost analysis.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer's ability to filter by resource IDs and tags with the ability to export raw hourly-level data, but Cost Explorer only provides aggregated views and cannot deliver the granular CSV file required for external system import.

Why the other options are wrong

A

AWS Cost Explorer provides visualizations and filtering of cost data but does not support exporting hourly-level billing data with resource IDs, operation types, and cost allocation tags in CSV format for integration with external accounting systems.

B

AWS Budgets provides cost alerts and tracking against budgets, but it does not generate hourly-level billing data with resource IDs, operation types, and cost allocation tags in a CSV file for detailed cost analysis.

D

AWS Trusted Advisor provides recommendations for cost optimization, security, and performance, but it does not generate hourly-level billing data with resource IDs, operation types, and cost allocation tags in a CSV format for detailed cost analysis.

155
MCQeasy

A startup company is using the AWS Free Tier to run a small web application. They want to ensure they receive a notification if their usage is about to exceed the Free Tier limits for any service, to avoid unexpected charges. Which AWS service or feature should they use to set up this alert?

A.AWS Budgets
B.AWS Cost Explorer
C.AWS Trusted Advisor
D.AWS Billing Conductor
AnswerA

AWS Budgets is the correct choice because it allows you to create a usage budget specifically for the AWS Free Tier, defining a threshold such as 100% of the free tier limits for EC2 or S3. It can send alerts via Amazon SNS both when actual usage exceeds the limit and when forecasted usage is projected to exceed it, ensuring proactive monitoring. This is the only service among the options that offers proactive alerting on Free Tier consumption.

Why this answer

AWS Budgets allows you to set custom cost and usage budgets, and you can configure alerts to notify you when your actual or forecasted usage exceeds a defined threshold. For a startup on the Free Tier, you can create a budget with a zero-spend limit or a specific usage amount, and receive email notifications when you are about to exceed the Free Tier limits, helping you avoid unexpected charges.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer (a retrospective analysis tool) with AWS Budgets (a proactive alerting tool), or mistakenly think AWS Trusted Advisor can send custom usage alerts when it only provides general cost optimization checks without configurable thresholds.

Why the other options are wrong

B

AWS Cost Explorer provides visualization and analysis of historical cost data but does not support proactive alerts for Free Tier usage limits. It cannot send notifications when usage is about to exceed thresholds.

C

AWS Trusted Advisor provides best-practice recommendations but does not support proactive usage alerts for Free Tier limits; it only checks service limits and cost optimization after usage occurs.

D

AWS Billing Conductor is a tool for customizing billing reports and rates, not for setting usage alerts. It does not provide Free Tier usage notifications.

156
MCQmedium

A company wants to receive a notification whenever a new AWS root account sign-in occurs. Which combination of services achieves this?

A.AWS Config + AWS Lambda
B.CloudTrail + EventBridge + SNS notification
C.AWS Budgets + SES email
D.Amazon GuardDuty finding + S3 export
AnswerB

This is the correct combination because AWS CloudTrail logs all management events, including the root user's ConsoleLogin event, with details such as source IP and MFA status. An Amazon EventBridge rule can then match the event pattern for a root sign-in (source: aws.signin, eventName: ConsoleLogin, userIdentity.type: Root) and immediately deliver that event to an Amazon SNS topic. SNS then sends notifications via email, SMS, or other endpoints, providing near-real-time alerting on root account usage.

Why this answer

AWS CloudTrail logs all root account sign-in events as `ConsoleLogin` events in the management events trail. Amazon EventBridge can be configured with a rule that matches this specific event pattern (e.g., `detail.userIdentity.type` = `Root` and `detail.eventName` = `ConsoleLogin`). The rule then triggers an Amazon SNS topic to send a notification (email, SMS, etc.) to the designated recipients.

This combination provides a real-time, event-driven notification for root account activity.

Exam trap

The trap here is that candidates often confuse AWS Config (which audits resource configurations) with CloudTrail (which records API activity), leading them to pick Option A, or they mistakenly think AWS Budgets can monitor security events, when it is strictly for cost and usage alerts.

How to eliminate wrong answers

Option A is wrong because AWS Config is a service for evaluating resource configurations against rules (e.g., checking if an S3 bucket is public), not for capturing or reacting to API call events like root sign-ins; AWS Lambda could process events but Config does not generate the required sign-in event. Option C is wrong because AWS Budgets monitors cost and usage against budget thresholds, not security events like root account sign-ins; SES email is for sending transactional or marketing emails, not for event-driven notifications triggered by CloudTrail events. Option D is wrong because Amazon GuardDuty generates security findings (e.g., unusual API calls, compromised credentials) but does not specifically detect or report root account sign-ins as a native finding; S3 export is a storage action, not a notification mechanism.

157
MCQmedium

A company is migrating a critical database to Amazon RDS. The database must run continuously for the next 3 years to support the company's operations. The finance team wants to minimize compute costs for this database. However, they have a limited budget and cannot make large upfront payments. They want to commit to a 3-year term to receive the highest possible discount without paying anything upfront. Which pricing option should the finance team select for the DB instance?

A.On-Demand DB instances
B.1-Year All Upfront Reserved DB instances
C.3-Year Partial Upfront Reserved DB instances
D.3-Year No Upfront Reserved DB instances
AnswerD

3-Year No Upfront Reserved DB instances are the correct choice because they lock in a significantly reduced hourly rate for a 36-month term with zero upfront capital expenditure. This payment option for Amazon RDS Reserved Instances provides the deepest discount available without requiring a large initial payment, directly satisfying the finance team's budget constraint. Over a continuous three-year production workload, this yields the lowest total compute cost while maintaining the same database performance and availability as On-Demand.

Why this answer

The finance team wants to commit to a 3-year term to receive the highest possible discount without paying anything upfront. AWS Reserved Instances offer three payment options: All Upfront, Partial Upfront, and No Upfront. The No Upfront option provides a significant discount over On-Demand pricing (typically around 40-60% for a 3-year term) while requiring no upfront payment, making it the most cost-effective choice given the budget constraint.

Option D (3-Year No Upfront Reserved DB instances) satisfies both the requirement for a 3-year commitment and the inability to make large upfront payments.

Exam trap

The trap here is that candidates often assume 'No Upfront' means no commitment or no discount, but in reality, it offers a substantial discount with a monthly payment obligation, making it the best choice for minimizing costs without upfront capital.

Why the other options are wrong

A

On-Demand DB instances do not offer any discount and have no upfront payment, but they also have no commitment term. The question requires a 3-year term for maximum discount with no upfront payment, which On-Demand does not provide.

B

The question requires a 3-year commitment with no upfront payment to minimize costs within a limited budget. Option B is a 1-year term, which does not provide the highest discount over 3 years, and requires upfront payment, which the company cannot afford.

C

The question specifies 'cannot make large upfront payments' and wants to 'commit to a 3-year term to receive the highest possible discount without paying anything upfront.' Option C (3-Year Partial Upfront) requires an upfront payment, which violates the 'no upfront payment' constraint.

158
MCQeasy

Which statement about AWS data transfer pricing is correct?

A.All data transfer into and out of AWS is free
B.Data transfer into AWS from the internet is free; outbound data transfer to the internet is charged
C.Data transfer between EC2 instances in different Availability Zones is free
D.Data transfer between AWS Regions is free because it stays within AWS infrastructure
AnswerB

AWS's pricing model is asymmetric: inbound data transfer from the internet is free, so uploading objects to S3 or sending data into EC2 typically incurs no data transfer fee. Outbound data transfer to the internet, however, is metered by volume and billed per GB, which is why egress-heavy workloads can dominate cost. The correct option captures this central distinction.

Why this answer

AWS does not charge for data transfer into AWS from the internet, but it does charge for outbound data transfer from AWS to the internet. This pricing model is fundamental to AWS's cost structure, encouraging data ingestion while charging for egress. For example, data uploaded to Amazon S3 is free, but downloading that data to the internet incurs per-GB charges.

Exam trap

The trap here is that candidates often assume all data transfer within AWS is free, but AWS charges for inter-AZ and inter-region traffic, and only inbound data from the internet is free.

How to eliminate wrong answers

Option A is wrong because while data transfer into AWS is free, outbound data transfer to the internet is charged, so not all data transfer is free. Option C is wrong because data transfer between EC2 instances in different Availability Zones incurs standard inter-AZ data transfer charges (typically $0.01 per GB in each direction), not free. Option D is wrong because data transfer between AWS Regions is charged at standard inter-region data transfer rates, even though it stays within the AWS global infrastructure.

159
MCQmedium

A company is planning to migrate its on-premises data center to AWS. The finance team needs to compare the current on-premises infrastructure costs (including servers, storage, networking, and personnel) against the projected costs of running identical workloads on AWS over a three-year period. The team wants to input detailed specifications of their existing hardware and get a comprehensive report that highlights potential savings and provides a total cost of ownership (TCO) comparison. Which AWS tool should the finance team use?

A.AWS Pricing Calculator
B.AWS Cost Explorer
C.AWS Total Cost of Ownership (TCO) Calculator
D.AWS Simple Monthly Calculator
AnswerC

The AWS TCO Calculator is specifically designed to help organizations compare the costs of running their current on-premises workloads against AWS. It accepts detailed on-premises specifications and produces a comparative TCO report, including potential savings over multiple years.

Why this answer

The AWS Total Cost of Ownership (TCO) Calculator is specifically designed to compare the costs of on-premises infrastructure with AWS, allowing users to input detailed hardware specifications (servers, storage, networking) and generate a comprehensive report that highlights potential savings over a chosen period (e.g., three years). This tool directly addresses the finance team's need for a TCO comparison, including personnel costs, which is not a feature of other AWS calculators.

Exam trap

The trap here is that candidates often confuse the AWS Pricing Calculator (for estimating future AWS costs) with the TCO Calculator (for comparing on-premises vs. AWS costs), leading them to select option A instead of the correct C.

Why the other options are wrong

A

The AWS Pricing Calculator estimates costs for new AWS architectures but does not compare existing on-premises infrastructure costs or provide a TCO analysis over a three-year period.

B

AWS Cost Explorer is used for analyzing historical cost and usage data, not for comparing on-premises costs with AWS costs before migration.

D

The AWS Simple Monthly Calculator is a legacy tool that provides basic cost estimates for individual AWS services, but it does not accept detailed on-premises hardware specifications or generate a comprehensive TCO comparison report over a multi-year period.

160
MCQmedium

A company has been using AWS for six months and wants to predict their expected spending for the next quarter. They have historical cost data and need to use an AWS tool that can analyze past usage patterns and generate a monthly cost forecast. Which AWS tool should they use?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Trusted Advisor
D.AWS Cost and Usage Report
AnswerA

AWS Cost Explorer includes a forecasting feature that automatically generates monthly cost predictions based on historical usage, making it the correct tool for this requirement.

Why this answer

AWS Cost Explorer provides a pre-built dashboard with historical cost data and the ability to generate forecasts for future spending based on past usage patterns. It uses machine learning models to analyze your historical usage and produce a monthly cost forecast, making it the correct tool for predicting expected spending for the next quarter.

Exam trap

The trap here is that candidates often confuse AWS Budgets (which only alerts on thresholds) with Cost Explorer (which actually analyzes trends and generates forecasts), leading them to select Budgets because they think 'budgeting' implies future planning.

Why the other options are wrong

B

AWS Budgets allows you to set cost and usage alerts, but it does not analyze historical usage patterns or generate cost forecasts. The question specifically asks for a tool that can analyze past data and predict future spending, which is a feature of AWS Cost Explorer, not Budgets.

C

AWS Trusted Advisor provides recommendations for cost optimization, performance, security, and fault tolerance, but it does not generate cost forecasts based on historical usage patterns.

D

AWS Cost and Usage Report (CUR) provides detailed raw cost data but does not generate forecasts or analyze past usage patterns to predict future spending. AWS Cost Explorer is the tool designed for cost forecasting.

161
MCQhard

A company is using Amazon EC2 and wants to understand the difference between Compute Savings Plans and EC2 Instance Savings Plans. Which statement is accurate?

A.Compute Savings Plans provide higher discounts than EC2 Instance Savings Plans
B.EC2 Instance Savings Plans are more flexible and apply across all instance families
C.Compute Savings Plans apply to any EC2 instance, Fargate, and Lambda usage, while EC2 Instance Savings Plans apply to a specific instance family and region
D.Both Savings Plans types require specifying the exact instance size at purchase
AnswerC

Compute Savings Plans deliver maximum flexibility by automatically covering any EC2 instance across all families and regions, as well as AWS Fargate and AWS Lambda usage. EC2 Instance Savings Plans, on the other hand, bind you to a specific instance family in a specific region, which enables the higher discount (up to 72%) because you are surrendering flexibility. This trade-off between flexibility and discount depth is the fundamental distinction between the two products.

Why this answer

Compute Savings Plans offer the broadest flexibility, automatically applying to any EC2 instance (regardless of family, size, or region), as well as AWS Fargate and AWS Lambda usage. In contrast, EC2 Instance Savings Plans are restricted to a specific instance family within a chosen region, providing a narrower scope of coverage. This distinction is fundamental to understanding how each plan optimizes costs based on workload flexibility.

Exam trap

The trap here is that candidates often assume Compute Savings Plans always provide higher discounts due to their broader scope, but in reality, the discount is lower because flexibility is traded for a reduced rate, while EC2 Instance Savings Plans offer higher discounts for committing to a more specific usage pattern.

How to eliminate wrong answers

Option A is wrong because Compute Savings Plans generally provide lower discounts (up to 66%) compared to EC2 Instance Savings Plans (up to 72%), as the trade-off for greater flexibility is a reduced discount rate. Option B is wrong because EC2 Instance Savings Plans are less flexible—they apply only to a specific instance family (e.g., m5) within a single region, not across all instance families. Option D is wrong because neither Savings Plans type requires specifying the exact instance size at purchase; both plans cover all sizes within the chosen instance family (for EC2 Instance Savings Plans) or across all instances (for Compute Savings Plans), with the discount applied at the instance family or compute level.

162
MCQmedium

A company is evaluating a migration of its on-premises data center to AWS. The CIO wants a detailed report that compares the total cost of ownership (TCO) of the current on-premises infrastructure versus running the equivalent workloads on AWS. The report should include costs for hardware, software, labor, power, cooling, and facilities. Which AWS tool should the company use to generate this comparison?

A.AWS Pricing Calculator
B.AWS Total Cost of Ownership (TCO) Calculator
C.AWS Cost Explorer
D.AWS Trusted Advisor
AnswerB

The AWS TCO Calculator is the correct tool for comparing the total cost of ownership between on-premises infrastructure and AWS. It takes on-premises configuration details and produces a report including hardware, software, labor, power, cooling, and facilities costs alongside projected AWS costs.

Why this answer

The AWS Total Cost of Ownership (TCO) Calculator is specifically designed to compare the costs of on-premises infrastructure with AWS, including hardware, software, labor, power, cooling, and facilities. It generates a detailed report that breaks down these cost categories, making it the correct tool for the CIO's requirement.

Exam trap

The trap here is that candidates confuse the AWS Pricing Calculator (which only estimates AWS service costs) with the TCO Calculator (which includes on-premises cost inputs), leading them to choose Option A for a TCO comparison.

Why the other options are wrong

A

The AWS Pricing Calculator estimates costs for individual AWS services but does not compare on-premises TCO with AWS, lacking support for hardware, software, labor, power, cooling, and facilities costs.

C

AWS Cost Explorer analyzes historical costs and usage, but does not compare on-premises TCO with AWS costs; it lacks the ability to model on-premises infrastructure costs.

D

AWS Trusted Advisor provides best practice recommendations for cost optimization, performance, security, and fault tolerance, but it does not generate a detailed TCO comparison report comparing on-premises infrastructure to AWS.

163
MCQmedium

A company runs workloads for multiple teams in a single AWS account and wants to track and report costs per team in their monthly AWS bill. Which feature allows them to categorise and report AWS costs by team?

A.AWS Budgets
B.AWS Cost Allocation Tags
C.AWS Organisations consolidated billing
D.AWS Cost and Usage Report
AnswerB

Cost Allocation Tags let teams tag resources with metadata (e.g., Team=Engineering). After activating these tags in the billing console, AWS includes them in cost reports so spending can be broken down and attributed to each team.

Why this answer

AWS Cost Allocation Tags allow you to tag AWS resources with team-specific metadata (e.g., 'Team: Engineering') and then activate those tags in the Billing and Cost Management console. Once activated, AWS generates cost reports that group and summarize charges by those tags, enabling per-team cost tracking in the monthly bill. This is the correct feature because it directly categorizes costs at the resource level and reports them in billing data.

Exam trap

The trap here is that candidates often confuse AWS Budgets (which only alerts on cost thresholds) with cost categorization features, or assume the Cost and Usage Report inherently groups costs by team without needing tags.

How to eliminate wrong answers

Option A is wrong because AWS Budgets is a tool for setting cost thresholds and sending alerts when spending exceeds a defined amount; it does not categorize or report costs by team. Option C is wrong because AWS Organizations consolidated billing aggregates costs across multiple accounts into a single bill but does not inherently tag or categorize costs by team within a single account. Option D is wrong because the AWS Cost and Usage Report (CUR) provides detailed raw cost and usage data in CSV/Parquet format, but it does not automatically categorize costs by team unless you have already applied and activated cost allocation tags; the CUR itself is a reporting mechanism, not a tagging or categorization feature.

164
MCQmedium

A small company operates a single AWS account and currently uses the Basic Support plan. The company's administrator needs to be able to contact AWS Support by phone for urgent billing and account issues. Additionally, the administrator wants to request service limit increases through the AWS Support console. The company wants to minimize costs while meeting these requirements. Which AWS Support plan should the company choose?

A.AWS Basic Support
B.AWS Developer Support
C.AWS Business Support
D.AWS Enterprise Support
AnswerC

AWS Business Support provides 24/7 phone support for billing and account issues, as well as the ability to open support cases for service limit increases. It is the most cost-effective plan that fully meets the company's requirements.

Why this answer

AWS Business Support is the correct choice because it is the lowest-tier plan that provides phone support for urgent billing and account issues, along with the ability to request service limit increases through the AWS Support console. Basic Support does not offer phone support, and Developer Support only provides email-based support for technical issues, not phone support for billing and account matters. Enterprise Support, while offering these features, is significantly more expensive and not necessary for a small company seeking to minimize costs.

Exam trap

The trap here is that candidates often assume Basic Support includes phone support for billing issues because it is the default plan, or they mistakenly think Developer Support provides phone access, when in fact phone support is only available starting from the Business Support plan.

Why the other options are wrong

A

AWS Basic Support does not include phone support for billing and account issues, nor does it allow service limit increases through the Support console; these features require at least Business Support.

B

AWS Developer Support does not include phone access to AWS Support; it only provides email and chat support. The question requires phone support for urgent billing and account issues, which Developer Support does not offer.

D

AWS Enterprise Support includes phone support for billing and account issues and allows service limit increases, but it is more expensive than Business Support. The question emphasizes minimizing costs, so Enterprise Support is not the most cost-effective choice.

165
MCQeasy

Which statement correctly describes how Amazon S3 pricing works?

A.S3 charges a flat monthly fee regardless of storage used
B.S3 charges per GB stored, per request, and for outbound data transfer
C.S3 storage is free; only data transfer is charged
D.S3 charges by the number of files stored, not the size
AnswerB

S3 pricing is comprised of three main components: storage (per GB per month, tiered by volume and storage class), requests and data retrievals (per 1,000 operations, with costs varying by operation type like PUT, GET, or lifecycle transitions), and data transfer out of S3 to the internet or to other AWS Regions (with a free tier for the first 100 GB per month in some cases). Data transfer into S3 is free, but outbound transfer incurs charges that often dominate the bill for large downloads. This three-part structure enables fine-grained cost control and is fundamental to estimating S3 expenses accurately.

Why this answer

Amazon S3 pricing is based on a pay-as-you-go model where you are charged for the amount of storage you use (per GB per month), the number and type of requests (e.g., PUT, GET, LIST), and data transfer out to the internet. This granular billing reflects actual usage, making option B correct.

Exam trap

The trap here is that candidates often assume S3 pricing is purely based on storage volume, forgetting that request costs and data transfer out are significant components, especially for high-traffic or frequently accessed data.

How to eliminate wrong answers

Option A is wrong because S3 does not charge a flat monthly fee; it uses a consumption-based model where costs vary with storage volume, requests, and data transfer. Option C is wrong because S3 storage is not free; you pay for the data stored, and while data transfer out is charged, inbound transfer is typically free, but storage itself incurs costs. Option D is wrong because S3 charges based on the total size of data stored (per GB), not the number of files; the number of objects only affects request costs, not storage costs.

166
MCQmedium

A company manages multiple AWS accounts through AWS Organizations. The finance team wants to receive a consolidated view of costs across all accounts and track costs against a monthly budget of $50,000 for the entire organization. They want to be alerted when actual costs reach 90% of the budget and again when they exceed 100%. Which combination of AWS services should the finance team use?

A.AWS Cost Explorer to create a budget alert and AWS Budgets to view consolidated costs.
B.AWS Budgets to create a budget and configure alerts, and AWS Cost Explorer to view consolidated cost data.
C.AWS Trusted Advisor to set a cost optimization budget and AWS Cost Explorer to send alerts.
D.AWS Cost and Usage Report to generate a daily report and Amazon Simple Email Service (Amazon SES) to send email alerts.
AnswerB

Correct. AWS Budgets allows you to set a monthly budget and configure alerts at specified threshold percentages (e.g., 90% and 100%). AWS Cost Explorer provides a consolidated view of costs across multiple accounts in an organization, enabling the finance team to track spending against the budget.

Why this answer

AWS Budgets is the correct service for setting a monthly budget of $50,000 and configuring alerts at 90% and 100% thresholds. AWS Cost Explorer provides the consolidated view of costs across all accounts in AWS Organizations. Together, they meet both requirements: Budgets handles the alerting, and Cost Explorer provides the consolidated cost visualization.

Exam trap

The trap here is confusing the roles of AWS Cost Explorer (analysis/visualization) and AWS Budgets (budget creation/alerting), leading candidates to reverse their responsibilities or choose Trusted Advisor, which is for optimization recommendations, not budget management.

Why the other options are wrong

A

AWS Cost Explorer does not create budget alerts; it only visualizes cost data. AWS Budgets is the service that creates budgets and sends alerts, not Cost Explorer.

C

AWS Trusted Advisor provides cost optimization recommendations but does not support creating budgets or sending alerts based on budget thresholds. It cannot be used to set a budget or trigger alerts at 90% and 100% of a monthly budget.

D

AWS Cost and Usage Report provides detailed cost data but does not create budgets or send alerts; Amazon SES is an email service but not integrated with AWS Budgets for threshold alerts. The question requires budget creation and alerting, which AWS Budgets handles directly.

167
MCQeasy

A new AWS customer wants to explore AWS services for the first time. They launch a t2.micro EC2 instance and use up to 5 GB of Amazon S3 storage. They want to understand if these will incur charges. Which AWS programme provides limited free usage of many services for new accounts during the first 12 months?

A.AWS Enterprise Support
B.AWS Free Tier
C.AWS Credits Programme
D.Reserved Instance discount
AnswerB

The AWS Free Tier provides 12 months of limited free service usage for new accounts. It includes 750 hours/month of t2.micro or t3.micro EC2 and 5 GB of S3 Standard storage, among many other services.

Why this answer

The AWS Free Tier is designed specifically for new AWS customers, offering limited free usage of select services—including t2.micro EC2 instances and 5 GB of Amazon S3 storage—for the first 12 months after account creation. This program allows users to explore AWS services without incurring charges, as long as they stay within the defined usage limits. The scenario matches the Free Tier's eligibility criteria exactly, making option B correct.

Exam trap

The trap here is that candidates may confuse the AWS Free Tier with promotional credits or support plans, mistakenly thinking that any new account automatically receives free usage through credits or that support plans include free service usage, rather than recognizing the Free Tier as the specific program with defined limits and duration.

How to eliminate wrong answers

Option A is wrong because AWS Enterprise Support is a paid support plan that provides technical assistance and architectural guidance, not free usage of services; it does not include any free tier benefits. Option C is wrong because the AWS Credits Programme provides promotional credits that can be applied to service costs, but it is not a standard program for all new accounts and does not guarantee free usage for 12 months. Option D is wrong because Reserved Instance discounts apply to customers who commit to a specific instance configuration for a 1- or 3-year term, reducing costs but not providing free usage; they are not a program for new accounts to explore services without charges.

168
MCQmedium

A company runs a production web application on Amazon EC2 and Amazon RDS instances. The company's IT team needs technical support from AWS engineers with a guaranteed response time of less than one hour for issues where production systems are impaired. Additionally, the team wants to receive cost optimization recommendations through AWS Trusted Advisor. Which AWS Support plan should the company choose?

A.AWS Basic Support
B.AWS Developer Support
C.AWS Business Support
D.AWS Enterprise Support
AnswerC

AWS Business Support offers a response time of less than one hour for production system impaired cases and includes full access to AWS Trusted Advisor best practice checks, including cost optimization recommendations. This meets all stated requirements.

Why this answer

AWS Business Support provides a response time of less than one hour for production system impaired cases (severity level 'high') and includes full access to AWS Trusted Advisor, which offers cost optimization recommendations. This plan meets both the guaranteed response time and the cost optimization requirements specified in the question.

Exam trap

The trap here is that candidates may confuse the response time tiers between Developer (12 hours for impaired systems) and Business (1 hour for impaired systems), or assume that Enterprise Support is required for any production workload, when Business Support fully satisfies the given requirements at a lower cost.

Why the other options are wrong

A

AWS Basic Support does not provide technical support from AWS engineers with a guaranteed response time, nor does it include cost optimization recommendations from AWS Trusted Advisor. It only offers account and billing support.

B

AWS Developer Support provides a response time of less than one hour only for impaired production systems, but it does not include cost optimization recommendations through AWS Trusted Advisor. The question requires both features, which are available in Business Support.

D

AWS Enterprise Support includes a 15-minute response time for critical production issues, which exceeds the required less-than-one-hour response time, but it is more expensive and provides additional features not needed here. The question specifies a guaranteed response time of less than one hour, which is met by Business Support, making Enterprise Support overkill and not the most cost-effective choice.

169
MCQmedium

A company runs a production web application that uses Amazon EC2 instances, AWS Lambda functions, and Amazon ECS tasks. The application runs 24/7 and the company expects steady usage for the next three years. The company wants to commit to a flexible pricing model that provides significant discounts compared to On-Demand and automatically applies to usage across all three compute services. The company also wants the flexibility to change instance families, regions, or even migrate between compute services (e.g., from EC2 to Lambda) without needing to modify the commitment. Which AWS pricing model should the company choose?

A.Amazon EC2 Reserved Instances (Standard)
B.Amazon EC2 Reserved Instances (Convertible)
C.Compute Savings Plans
D.AWS Savings Plans (EC2 Instance Savings Plans)
AnswerC

Compute Savings Plans are the correct answer because they provide flexible, automatic discounts across Amazon EC2, AWS Lambda, and AWS Fargate usage. You commit to a consistent hourly spend for a 1- or 3-year term, but the plans apply to any instance family, size, or region, and even adapt to containers and serverless workloads without requiring any modifications to your running resources. This makes them ideal for production environments that need both cost savings and operational agility.

Why this answer

Compute Savings Plans offer the required flexibility: they automatically apply to EC2 instances, Lambda functions, and ECS Fargate usage, provide significant discounts (up to 66%) compared to On-Demand, and allow changes to instance families, regions, or compute services without modifying the commitment. This model is ideal for steady 24/7 workloads over a three-year term, as it combines broad compute coverage with automatic discount application.

Exam trap

The trap here is that candidates often confuse Compute Savings Plans with EC2 Instance Savings Plans, mistakenly thinking the latter also covers Lambda and ECS, but EC2 Instance Savings Plans are restricted to a specific instance family and region, and only apply to EC2 usage.

Why the other options are wrong

A

EC2 Reserved Instances (Standard) apply only to EC2 instances, not to Lambda or ECS usage, and do not allow changing instance families or regions without modification. The question requires a plan that covers all three compute services and allows flexibility across services, regions, and instance families.

B

Convertible RIs allow changing instance families but are tied to EC2 only, not Lambda or ECS, and require manual modification of the commitment, lacking the automatic cross-service coverage of Compute Savings Plans.

170
MCQmedium

A company operates 10 AWS accounts under AWS Organizations. Each account runs multiple projects, and the company tags all resources with a 'Project' tag (e.g., 'Project-A', 'Project-B'). The finance team wants to view the consolidated monthly bill broken down by the value of the 'Project' tag across all accounts. Which AWS feature should the team use to achieve this?

A.Create an AWS Budget for each 'Project' tag value and set cost alerts to track spending per project.
B.Activate the 'Project' tag as a cost allocation tag in the AWS Organizations payer account's Billing and Cost Management console.
C.Use AWS Trusted Advisor to generate a cost optimization report that shows which projects are over-spending based on the 'Project' tag.
D.Configure AWS Compute Optimizer to analyze costs per project and recommend resource downsizing based on the 'Project' tag.
AnswerB

This is the correct approach. In the Billing and Cost Management console, you can activate user-defined cost allocation tags. Once activated, AWS includes the tag in your cost and usage reports, allowing you to view costs grouped by the 'Project' tag value in AWS Cost Explorer and the Cost and Usage Report.

Why this answer

Cost allocation tags in the AWS Organizations payer account's Billing and Cost Management console allow you to activate user-defined tags (like 'Project') so that AWS can break down the consolidated monthly bill by those tag values across all linked accounts. Once activated, the cost data is available in Cost Explorer and the Cost & Usage Report, enabling the finance team to view spending per project without manual aggregation.

Exam trap

The trap here is that candidates confuse AWS Budgets (which only set alerts) with cost allocation tags (which enable actual cost breakdowns by tag), or they mistakenly think Trusted Advisor or Compute Optimizer can generate custom billing reports.

Why the other options are wrong

A

AWS Budgets track spending against a budget amount but do not generate a consolidated monthly bill broken down by tag values across multiple accounts. They provide alerts, not a detailed cost breakdown report.

C

AWS Trusted Advisor provides cost optimization recommendations and checks, but it does not generate reports broken down by tag values for consolidated billing across multiple accounts.

D

AWS Compute Optimizer analyzes resource utilization and recommends rightsizing, but it does not provide cost breakdowns by tags or generate consolidated billing reports across accounts.

171
MCQmedium

A company recently signed up for AWS and is using the 12-month Free Tier offer. In the first month, they launched a single Amazon EC2 t2.micro instance and used it for exactly 750 hours. In the second month, they launched a second t2.micro instance and ran both instances simultaneously for 500 hours each (a total of 1,000 instance-hours for the month). Which statement accurately describes the charges for the second month under the Free Tier?

A.The entire 1,000 hours are free because each instance is eligible for 750 free hours per month.
B.The first 500 hours of each instance are free, and the remaining 500 hours are charged.
C.The first 750 hours of combined usage across both instances are free, and the remaining 250 hours are charged.
D.The entire 1,000 hours are charged because the Free Tier only applies to the first month.
AnswerC

The AWS Free Tier for EC2 includes 750 hours of Linux t2.micro (or t3.micro in certain regions) usage per month for the first 12 months, aggregated across all eligible instances. Running two t2.micro instances for 500 hours each totals 1,000 instance-hours; the first 750 are free and the remaining 250 are billed at standard on-demand rates. This aggregation is key: the allowance is a single monthly pool, not a per-instance credit.

Why this answer

The AWS Free Tier for EC2 provides 750 hours of t2.micro (or t3.micro) instance usage per month across all regions, aggregated across all instances. In the second month, the combined usage of both instances is 1,000 hours, so the first 750 hours are free, and the remaining 250 hours are charged at standard On-Demand rates. The Free Tier applies each month for the first 12 months, not just the first month, and the 750-hour limit is a pool shared by all eligible instances.

Exam trap

The trap here is that candidates mistakenly believe the 750 free hours apply per instance rather than as a shared monthly pool, or that the Free Tier only applies to the first month of account creation.

Why the other options are wrong

A

The Free Tier provides 750 hours of Amazon EC2 t2.micro instance usage per month, aggregated across all instances. Running two instances for 500 hours each totals 1,000 hours, so only the first 750 hours are free, not the entire 1,000 hours.

B

The Free Tier provides 750 hours of Amazon EC2 t2.micro instance usage per month, aggregated across all instances. It does not allocate 750 free hours per instance; instead, it covers the first 750 hours of total usage. Running two instances for 500 hours each results in 1,000 total hours, so only the first 750 hours are free, and the remaining 250 hours are charged.

D

The Free Tier offer applies for 12 months, not just the first month. In the second month, the first 750 hours of combined usage across all EC2 instances are free, so the entire 1,000 hours are not charged.

172
MCQmedium

A company has multiple AWS accounts that are consolidated under AWS Organizations. The company uses cost allocation tags to track costs by project. The finance team now wants an interactive tool that can visualize the company's AWS spending over the past 6 months, break down costs by the 'Project' tag, and allow filtering by service, region, and linked account. The team also wants to forecast future spending based on historical trends. Which AWS service or feature should the finance team use?

A.AWS Budgets
B.AWS Cost Explorer
C.AWS Cost and Usage Report (CUR)
D.AWS Trusted Advisor
AnswerB

AWS Cost Explorer is the correct service. It offers an interactive graph-based interface to explore historical cost and usage data, filter by tags (e.g., Project) and other dimensions, and generate forecasts up to 12 months ahead based on past usage.

Why this answer

AWS Cost Explorer is the correct choice because it provides an interactive, pre-built dashboard that visualizes cost and usage data over customizable time periods (up to 12 months), supports filtering by service, region, and linked account, and includes a forecasting feature that uses machine learning to predict future spending based on historical trends. It directly meets the finance team's requirement for an interactive tool with filtering and forecasting capabilities.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer's interactive visualization and forecasting capabilities with AWS Budgets' alerting functionality, or mistakenly think the raw data from AWS Cost and Usage Report (CUR) is an interactive tool, when in fact CUR requires additional services to build dashboards.

Why the other options are wrong

A

AWS Budgets is designed for setting cost thresholds and sending alerts, not for interactive visualization, filtering by multiple dimensions, or forecasting based on historical trends.

D

AWS Trusted Advisor provides best-practice recommendations for cost optimization, performance, security, and fault tolerance, but it does not offer interactive visualization, filtering by tags, or forecasting capabilities for historical spending.

173
MCQmedium

A company's finance team wants to forecast their AWS spending for the next 12 months to set accurate budget targets. Which AWS service provides cost forecasting based on historical usage patterns?

A.AWS Pricing Calculator
B.AWS Cost Explorer
C.AWS Budgets
D.Amazon QuickSight
AnswerB

AWS Cost Explorer is the correct service because it provides native cost forecasting that uses your historical usage and cost data to project future spending. Its forecasting feature leverages machine learning models to generate month-by-month predictions, typically with confidence intervals, allowing you to anticipate budget needs. With Cost Explorer, you can filter forecasts by service, linked account, or tag, and view up to 12 months ahead, making it purpose-built for analyzing and predicting AWS costs.

Why this answer

AWS Cost Explorer provides cost forecasting based on historical usage patterns, allowing you to project your AWS spending for the next 12 months. It uses machine learning to analyze past consumption and generate future cost estimates, which directly supports the finance team's need for accurate budget targets.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer's forecasting capability with AWS Budgets' alerting feature, assuming Budgets can predict future costs when it only monitors against predefined thresholds.

How to eliminate wrong answers

Option A is wrong because AWS Pricing Calculator is a tool for estimating costs for new or planned architectures, not for forecasting based on historical usage. Option C is wrong because AWS Budgets is used to set spending limits and send alerts, but it does not generate forecasts from historical data. Option D is wrong because Amazon QuickSight is a business intelligence service for visualizing data, not a dedicated cost forecasting tool for AWS spending.

174
MCQmedium

A company runs a fleet of production Amazon EC2 instances that operate 24/7 throughout the year. The CFO wants to reduce compute costs by committing to a consistent usage level. The finance team needs a tool that analyzes the company's historical EC2 usage and provides recommendations for the most cost-effective purchase options, including recommendations for both Reserved Instances and Savings Plans, with support for instance size flexibility. Which AWS tool should the finance team use?

A.AWS Budgets
B.AWS Cost Explorer
C.AWS Trusted Advisor
D.AWS Pricing Calculator
AnswerB

Correct. AWS Cost Explorer has a built-in tool that analyzes your historical EC2 (and other service) usage and provides recommendations for purchasing Reserved Instances and Savings Plans, including options with size flexibility to maximize savings.

Why this answer

AWS Cost Explorer provides a comprehensive analysis of historical EC2 usage and generates tailored recommendations for both Reserved Instances (RI) and Savings Plans, including support for instance size flexibility. This directly meets the CFO's requirement to commit to a consistent usage level while optimizing costs based on actual usage patterns.

Exam trap

The trap here is that candidates confuse AWS Cost Explorer (an analysis and recommendation tool) with AWS Budgets (a cost tracking and alerting tool), or assume Trusted Advisor covers purchase recommendations when it only provides generic optimization checks.

Why the other options are wrong

A

AWS Budgets allows you to set cost and usage budgets and receive alerts, but it does not analyze historical EC2 usage or provide recommendations for Reserved Instances or Savings Plans.

C

AWS Trusted Advisor provides general cost optimization checks and recommendations, but it does not offer detailed analysis of historical EC2 usage or specific recommendations for Reserved Instances and Savings Plans with instance size flexibility.

D

AWS Pricing Calculator is used for estimating future costs based on user-defined inputs, not for analyzing historical usage or providing purchase recommendations.

175
MCQmedium

A company runs a production workload on Amazon EC2 instances that must be available continuously. The workload has predictable usage patterns. The company wants to minimize compute costs while maintaining high availability. Which pricing model should they choose?

A.On-Demand Instances
B.Reserved Instances
C.Spot Instances
D.Dedicated Hosts
AnswerB

Reserved Instances are a billing discount applied to matching instance attributes after you commit to a one- or three-year term, offering up to 72% savings over On-Demand. For a production workload running continuously, that steady utilization profile makes RIs the most cost-effective option without sacrificing availability. Standard RIs lock in a fixed instance family and Region, while Convertible RIs allow changing attributes, but both preserve your running instance capacity.

Why this answer

Reserved Instances (RIs) are the correct choice because the workload requires continuous availability and has predictable usage patterns. By committing to a 1- or 3-year term, the company can receive a significant discount (up to 72%) compared to On-Demand pricing, while still ensuring the EC2 instances are always running and highly available. This model directly aligns with the need to minimize compute costs for a steady-state, always-on production workload.

Exam trap

The trap here is that candidates often choose On-Demand Instances because they assume 'continuous availability' requires the flexibility of no commitment, overlooking that Reserved Instances provide the same availability at a much lower cost for predictable workloads.

Why the other options are wrong

A

On-Demand Instances are not cost-minimizing for predictable, continuously running workloads; they have higher per-hour costs compared to Reserved Instances, which offer significant discounts for steady-state usage.

C

Spot Instances can be interrupted with a 2-minute notice, making them unsuitable for a production workload that must be available continuously.

D

Dedicated Hosts provide physical servers dedicated for your use, which is unnecessary for high availability and cost minimization. They are more expensive and do not offer the cost savings of Reserved Instances for predictable workloads.

176
MCQmedium

A company wants to receive alerts when their AWS spend exceeds a specific threshold. Which AWS service should they use to configure these alerts?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Cost and Usage Report
D.Amazon CloudWatch Billing alarms
AnswerB

AWS Budgets is the purpose-built service for creating cost, usage, and reservation budgets. Unlike generic monitoring tools, it lets you set custom threshold alerts based on actual spend or forecasts, and triggers Amazon SNS notifications or automated actions like stopping EC2 instances when thresholds are exceeded. AWS recommends Budgets as the primary solution for proactive spend alerting.

Why this answer

AWS Budgets allows you to set custom cost and usage budgets and receive alerts when your actual or forecasted spend exceeds a defined threshold. It is the primary service designed for proactive cost monitoring and alerting, supporting both monthly and daily budget tracking with configurable actions such as email notifications or automated responses via AWS Chatbot.

Exam trap

The trap here is that candidates often confuse CloudWatch Billing alarms (which only monitor total estimated charges) with AWS Budgets (which supports per-service, custom threshold, and forecast-based alerts), leading them to select the legacy option D instead of the more capable and recommended service B.

How to eliminate wrong answers

Option A is wrong because AWS Cost Explorer is a visualization and analytics tool for exploring historical cost data, not a service for setting threshold-based alerts. Option C is wrong because AWS Cost and Usage Report (CUR) provides detailed, granular billing data for analysis in external tools like Amazon Athena or QuickSight, but it does not generate real-time alerts. Option D is wrong because Amazon CloudWatch Billing alarms are a legacy feature that only monitor estimated charges for the total AWS bill and cannot be used for per-service or custom budget thresholds; AWS Budgets is the recommended and more flexible alternative.

177
MCQeasy

Which AWS service provides detailed billing reports that can be delivered hourly to Amazon S3 for custom analysis with tools like Amazon Athena or Redshift?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Cost and Usage Report (CUR)
D.Amazon CloudWatch Billing Metrics
AnswerC

The AWS Cost and Usage Report (CUR) is the definitive billing data source, containing the most granular line items for every service, usage type, and resource, including tags, pricing, and savings plan details. It can be delivered to an Amazon S3 bucket at hourly intervals in a gzipped CSV or Parquet format, making it directly queryable by Amazon Athena and compatible with AWS Glue and Amazon QuickSight. For deep, custom analytics of historical cost and usage data, CUR is the standard foundation because it provides the raw, comprehensive data that other tools lack.

Why this answer

AWS Cost and Usage Report (CUR) is the correct service because it provides the most granular billing data, including hourly usage and cost details, which can be delivered to an Amazon S3 bucket. This allows you to use analytics tools like Amazon Athena or Amazon Redshift to run custom queries and perform in-depth analysis on the raw billing data.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer (which provides visual reports) with the Cost and Usage Report (which provides raw data for custom analysis), or they mistakenly think CloudWatch Billing Metrics offer the same level of detail as CUR.

How to eliminate wrong answers

Option A is wrong because AWS Cost Explorer provides visual dashboards and pre-built reports for cost analysis, but it does not deliver raw billing data to S3 for custom querying with Athena or Redshift. Option B is wrong because AWS Budgets is used to set spending limits and receive alerts, not to generate detailed billing reports for custom analysis. Option D is wrong because Amazon CloudWatch Billing Metrics only publish basic billing metrics (e.g., estimated charges) to CloudWatch, not the detailed hourly usage data required for custom analysis with Athena or Redshift.

178
MCQmedium

A company expects a steady baseline usage of AWS compute services (Amazon EC2, AWS Lambda, and AWS Fargate) over the next three years. They want to reduce costs compared to On-Demand pricing while maintaining the flexibility to change instance families, regions, or even switch between compute services (e.g., from EC2 to Lambda) without losing their discount. Which AWS pricing option should the company choose?

A.Reserved Instances (Standard)
B.Reserved Instances (Convertible)
C.Compute Savings Plan
D.EC2 Instance Savings Plan
AnswerC

The Compute Savings Plan offers the highest flexibility among AWS savings options. It applies to all compute services (EC2, Lambda, Fargate), all regions, and all instance families. The discount applies to usage up to the committed amount ($/hour), and any usage beyond the commitment is charged at On-Demand rates. This matches the company's need for both savings and flexibility across compute services.

Why this answer

The Compute Savings Plan offers the highest flexibility, automatically applying discounts to any compute usage across EC2, Lambda, and Fargate, regardless of instance family, region, or compute service. It provides up to 66% savings over On-Demand while allowing the company to change instance types, regions, or switch between compute services without losing the discount. This matches the requirement for steady baseline usage with maximum flexibility.

Exam trap

The trap here is that candidates often confuse Convertible Reserved Instances with Compute Savings Plans, thinking that Convertible RIs offer similar flexibility, but they are limited to EC2 and cannot switch to Lambda or Fargate, nor change regions.

Why the other options are wrong

A

Standard Reserved Instances lock you to a specific instance family and region for the term, and they cannot be exchanged. The company needs flexibility to change instance families, regions, or switch between compute services (EC2, Lambda, Fargate) without losing the discount, which Standard RIs do not allow.

B

Convertible Reserved Instances allow changing instance families but do not permit switching between different compute services (e.g., from EC2 to Lambda) or changing regions without losing the discount, which the company requires.

D

The EC2 Instance Savings Plan only applies to EC2 instance usage, not to AWS Lambda or AWS Fargate. The question requires flexibility across compute services, so this plan does not meet the requirement.

179
MCQmedium

A company runs a variety of workloads on AWS and wants to be notified when their monthly spending behaves unusually compared to past patterns. They want a managed service that uses machine learning to detect cost anomalies and provides root cause analysis. Which AWS service or feature should they use?

A.AWS Budgets
B.AWS Cost Anomaly Detection
C.AWS Cost Explorer
D.AWS Trusted Advisor
AnswerB

AWS Cost Anomaly Detection applies machine learning classifiers to your historical AWS usage and cost data to detect pattern deviations such as spikes in compute spending, storage growth, or other unexpected usage across services, accounts, or cost allocation tags. When an anomaly group is confirmed, it surfaces a root-cause analysis with suspected drivers (for example, a newly created resource or a change in region) and sends actionable alerts through Amazon EventBridge and Amazon SNS. Its detection logic is adaptive and does not require preset thresholds, so it continuously learns from your actual spending history and catches anomalies that would otherwise bypass static budget limits.

Why this answer

AWS Cost Anomaly Detection is a managed service that leverages machine learning to continuously monitor your cost and usage patterns, detect anomalies, and provide root cause analysis. It automatically establishes a baseline from historical spending data and alerts you when actual spending deviates from expected patterns, making it the correct choice for this use case.

Exam trap

The trap here is that candidates often confuse AWS Budgets (a simple threshold alerting tool) with AWS Cost Anomaly Detection (an ML-driven anomaly detection service), because both can send cost alerts, but only the latter provides automated root cause analysis and pattern-based detection.

Why the other options are wrong

A

AWS Budgets allows you to set cost thresholds and receive alerts, but it does not use machine learning to detect anomalies or provide root cause analysis. It relies on static budget limits, not pattern-based anomaly detection.

C

AWS Cost Explorer provides visualization and analysis of historical cost data but does not use machine learning to detect anomalies or provide root cause analysis for unusual spending patterns.

D

AWS Trusted Advisor provides best practice checks and recommendations for cost optimization, but it does not use machine learning to detect cost anomalies or provide root cause analysis for unusual spending patterns.

180
MCQmedium

A company tags all Amazon EC2 instances with a 'Project' tag to track costs. The finance team reviews cost data in AWS Cost Explorer but cannot filter or group by the 'Project' tag. The tags are visible in the EC2 console. What is the most likely reason the tags are not appearing in Cost Explorer?

A.The tags are not applied to the root volumes of the EC2 instances.
B.The tags have not been activated as cost allocation tags in the Billing and Cost Management console.
C.Cost Explorer requires at least 30 days of tag usage data before tags become available.
D.The finance team does not have the iam:ListAccountAliases permission.
AnswerB

Correct. Tags that you apply to resources are not automatically available for cost tracking. You must activate them as cost allocation tags in the Billing and Cost Management console. After activation, tags appear in Cost Explorer and other cost management tools.

Why this answer

B is correct because cost allocation tags must be explicitly activated in the Billing and Cost Management console before they appear in AWS Cost Explorer. Even though the 'Project' tag is applied to EC2 instances and visible in the EC2 console, AWS does not automatically treat resource tags as cost allocation tags; activation is a separate, required step. Without activation, Cost Explorer cannot filter or group by that tag.

Exam trap

The trap here is that candidates assume that because tags are visible in the EC2 console, they are automatically available for cost tracking in Cost Explorer, but AWS requires an explicit activation step in the Billing console to designate them as cost allocation tags.

Why the other options are wrong

A

Root volume tags are separate from instance tags; Cost Explorer uses instance tags, not volume tags. The issue is that the tags are not activated as cost allocation tags, not that they are missing from volumes.

C

Cost Explorer can display tag data as soon as tags are activated as cost allocation tags; there is no mandatory 30-day waiting period for tags to appear.

D

The iam:ListAccountAliases permission is unrelated to tag visibility in Cost Explorer; it controls listing account aliases, not cost allocation tags.

181
MCQeasy

Which statement about Amazon EC2 On-Demand pricing is accurate?

A.On-Demand instances require a minimum commitment of one month
B.On-Demand instances are billed per second with no upfront commitment or termination fees
C.On-Demand instances are the cheapest pricing option for all workloads
D.On-Demand instances must be running continuously once launched
AnswerB

Correct: Linux On-Demand EC2 instances are billed per-second, with a minimum charge of 60 seconds after you launch, and you pay no upfront fees and no termination charges when you stop or terminate. This pay-as-you-go model provides maximum flexibility for unpredictable workloads, letting you scale up and down without long-term commitments. In contrast, Reserved Instances and Savings Plans require a 1- or 3-year commitment to unlock discounts.

Why this answer

Amazon EC2 On-Demand instances are billed per second (with a minimum of 60 seconds) for Linux instances, and per hour for other operating systems, with no upfront payment or termination fees. This model provides maximum flexibility, allowing you to launch and stop instances as needed without any long-term commitment or penalty.

Exam trap

The trap here is that candidates often assume On-Demand instances require a minimum commitment (like one month) or that they must run continuously, confusing them with Reserved Instances or forgetting the per-second billing flexibility for Linux instances.

How to eliminate wrong answers

Option A is wrong because On-Demand instances require no upfront commitment or minimum term (e.g., one month); you pay only for what you use. Option C is wrong because On-Demand pricing is typically the most expensive per-hour cost; Savings Plans, Reserved Instances, and Spot Instances offer lower rates for steady-state or flexible workloads. Option D is wrong because On-Demand instances can be stopped and started at any time; they do not need to run continuously once launched.

182
MCQmedium

A company runs a business-critical workload on AWS. The workload must have a 15-minute response time from AWS Support if it becomes unavailable. Additionally, the company wants a dedicated technical account manager (TAM) who will proactively review the architecture and provide best practice recommendations. Which AWS Support plan should the company choose?

A.Basic Support
B.Developer Support
C.Business Support
D.Enterprise Support
AnswerD

The Enterprise Support plan is designed for customers running business-critical workloads. It offers a 15-minute response time for critical system down issues, a dedicated Technical Account Manager (TAM) who provides proactive architectural guidance, and access to a Concierge Support Team. This plan meets all stated requirements.

Why this answer

The Enterprise Support plan is the only AWS Support plan that provides a 15-minute response time for business-critical workloads and includes a dedicated Technical Account Manager (TAM). The TAM proactively reviews the architecture and offers best practice recommendations, which directly matches the company's requirements.

Exam trap

The trap here is that candidates often confuse the Business Support plan's 1-hour response time for production system down with the Enterprise plan's 15-minute response time, and overlook that only Enterprise includes a dedicated TAM.

Why the other options are wrong

A

Basic Support does not provide a 15-minute response time for business-critical workloads or a dedicated Technical Account Manager (TAM). It only offers basic account and billing support with no SLA for production issues.

B

Developer Support does not include a dedicated Technical Account Manager (TAM) or a 15-minute response time for business-critical workloads; its fastest response time is 4 hours for system impaired issues.

C

Business Support provides 1-hour response time for critical system failures, not the required 15-minute response, and does not include a dedicated Technical Account Manager (TAM).

183
MCQmedium

A company processes large amounts of data with Amazon EC2 and exports the results to customers globally via the internet. Which AWS cost component will be their largest variable cost?

A.Data transfer into AWS (inbound)
B.Data transfer out of AWS to the internet (outbound)
C.Data transfer between EC2 instances in the same Availability Zone
D.API calls to AWS services
AnswerB

Data transfer out of AWS to the internet is metered per gigabyte and is the primary cost associated with exporting large amounts of data to end users. AWS uses a tiered pricing model where the per-GB rate decreases with monthly volume, but even at the lowest tiers, egress remains a substantial operational expense for data-intensive workloads. Services like Amazon S3, EC2, and CloudFront all apply this charge for data leaving AWS, which is why this is the correct answer.

Why this answer

Data transfer out of AWS to the internet (outbound) is typically the largest variable cost for workloads that export large results to global customers. AWS charges per GB for outbound data transfer, and rates increase with volume, while inbound data transfer is free. For a company processing large datasets on EC2 and sending results to customers via the internet, outbound traffic dominates the data transfer bill.

Exam trap

The trap here is that candidates often assume inbound data transfer is costly or that inter-instance traffic incurs charges, but AWS specifically makes inbound free and same-AZ traffic free, so outbound internet transfer is the only significant variable cost among the options.

How to eliminate wrong answers

Option A is wrong because data transfer into AWS (inbound) is always free, so it cannot be the largest variable cost. Option C is wrong because data transfer between EC2 instances in the same Availability Zone is free (no charge), so it contributes nothing to variable costs. Option D is wrong because API calls to AWS services are billed per request (e.g., $0.01 per 1,000 requests for certain APIs), but these costs are negligible compared to the volume of outbound data transfer in a data-heavy export scenario.

184
MCQmedium

A company runs separate AWS accounts for development, testing, and production workloads. The finance team wants a single view that shows the total spending across all accounts. Additionally, the team wants to benefit from volume discount pricing by aggregating usage across all accounts. The team also needs to allocate costs to individual projects based on custom tags applied to resources. Which AWS feature should the finance team use to meet all these requirements?

A.AWS Cost Explorer
B.AWS Organizations consolidated billing
C.AWS Budgets
D.AWS Trusted Advisor
AnswerB

Consolidated billing is a feature of AWS Organizations that aggregates costs across all member accounts, enabling volume discounts based on combined usage. It also supports cost allocation tags, allowing the finance team to track costs by project. This meets all the stated requirements.

Why this answer

AWS Organizations consolidated billing allows you to aggregate usage across all linked accounts, enabling volume discount pricing (e.g., lower S3 storage rates or EC2 Reserved Instance tiers) based on combined usage. It also provides a single payer account that can view total spending across all accounts, and supports cost allocation using custom tags (e.g., Project or CostCenter) via AWS Cost Explorer or AWS Cost and Usage Reports. This directly meets the finance team's requirements for unified spending visibility, volume discounts, and tag-based cost allocation.

Exam trap

The trap here is that candidates often pick AWS Cost Explorer because it shows spending, but they miss that it cannot aggregate accounts or provide volume discounts without consolidated billing being enabled first.

Why the other options are wrong

A

AWS Cost Explorer provides visualization and analysis of costs but does not aggregate usage across accounts for volume discount pricing or enable consolidated billing.

C

AWS Budgets allows you to set spending limits and receive alerts, but it does not provide a single aggregated view of spending across multiple accounts, nor does it enable volume discount pricing or cost allocation based on custom tags.

D

AWS Trusted Advisor provides recommendations for cost optimization, performance, security, and fault tolerance, but it does not aggregate spending across multiple accounts or enable volume discount pricing through consolidated billing.

185
MCQmedium

A company runs a mix of Amazon EC2 instances, AWS Fargate containers, and AWS Lambda functions across multiple AWS Regions. The company wants to reduce costs by making a 1-year commitment for compute usage. The company needs a flexible purchasing option that automatically applies the discounted rate to any EC2 instance, Fargate, or Lambda usage, regardless of region, instance family, or size. Which AWS purchasing option should the company use?

A.Compute Savings Plan
B.EC2 Instance Savings Plan
C.Standard Reserved Instance
D.Convertible Reserved Instance
AnswerA

A Compute Savings Plan applies to any EC2 instance (any family, size, region), as well as to AWS Fargate and AWS Lambda usage. It provides the highest flexibility and matches the requirement of covering all compute services across regions.

Why this answer

A Compute Savings Plan is the correct choice because it offers the most flexibility, automatically applying discounted rates to any EC2 instance, Fargate, or Lambda usage across any AWS Region, instance family, or size. This matches the company's requirement for a 1-year commitment that covers diverse compute services without regional or instance constraints.

Exam trap

The trap here is that candidates often confuse Savings Plans with Reserved Instances, assuming Reserved Instances offer similar flexibility, but Reserved Instances are tied to specific instance attributes and do not cover Fargate or Lambda, making them unsuitable for this multi-service, multi-Region scenario.

Why the other options are wrong

B

EC2 Instance Savings Plan applies only to EC2 instance usage, not to Fargate or Lambda, and is limited to a specific instance family within a region, failing to meet the requirement for flexible compute across all services and regions.

C

Standard Reserved Instances require a commitment to a specific instance family and region, and they do not cover AWS Fargate or Lambda usage. The question requires a flexible option that applies to any EC2, Fargate, or Lambda usage across regions.

D

Convertible Reserved Instances apply only to EC2 instances, not to Fargate or Lambda usage, and they are region-specific, not flexible across multiple Regions.

186
MCQeasy

Which AWS support plan provides access to a Technical Account Manager (TAM) and proactive guidance for workload optimization?

A.Developer Support
B.Business Support
C.Enterprise Support
D.Basic Support
AnswerC

Enterprise Support is the highest tier of AWS Support and includes a dedicated Technical Account Manager (TAM) who acts as a proactive technical point of contact. The TAM provides personalized guidance, architectural reviews, and continuous optimization of workloads, along with access to the Concierge team for billing and account assistance. This plan is specifically designed for large-scale, mission-critical deployments that need proactive support and deep technical engagement.

Why this answer

The Enterprise Support plan is the only AWS support plan that includes a designated Technical Account Manager (TAM) who provides proactive guidance, including architectural reviews and workload optimization recommendations. This plan is designed for large-scale enterprises that require personalized, ongoing support to align AWS services with business outcomes.

Exam trap

The trap here is that candidates often confuse the Business Support plan's access to Cloud Support Engineers with the dedicated TAM and proactive guidance that only the Enterprise Support plan provides.

How to eliminate wrong answers

Option A is wrong because Developer Support provides best-practice guidance and general support but does not include a TAM or proactive workload optimization. Option B is wrong because Business Support offers 24/7 access to Cloud Support Engineers and third-party software support, but it lacks a dedicated TAM and the proactive guidance found in Enterprise Support. Option D is wrong because Basic Support only includes access to documentation, whitepapers, and the AWS Health Dashboard; it provides no technical support, TAM, or proactive guidance.

187
MCQmedium

A company has been running multiple workloads on AWS for over six months. The finance team needs to gain visibility into historical cost and usage data, identify which services are driving the most spend, forecast future monthly costs, and receive recommendations for purchasing Reserved Instances to achieve the highest savings. The team wants to use a native AWS tool that provides this functionality without requiring any third-party software. Which AWS tool should the finance team use?

A.AWS Trusted Advisor
B.AWS Budgets
C.AWS Cost Explorer
D.AWS Pricing Calculator
AnswerC

AWS Cost Explorer has a default dashboard that gives you a view of your cost and usage over time. It enables you to filter by service, linked account, or tags, and provides forecasting up to 12 months ahead. Cost Explorer also provides Reserved Instance purchase recommendations based on your actual usage patterns, helping you maximize savings. This matches the finance team's requirements exactly.

Why this answer

AWS Cost Explorer is the correct choice because it provides a native interface for visualizing historical cost and usage data, identifying top spend drivers, forecasting future costs up to 12 months, and generating Reserved Instance (RI) purchase recommendations based on actual usage patterns. It meets all the finance team's requirements without any third-party software.

Exam trap

The trap here is that candidates often confuse AWS Budgets with Cost Explorer because both deal with cost management, but Budgets is for setting limits and alerts, not for in-depth historical analysis, forecasting, or RI recommendations.

Why the other options are wrong

A

AWS Trusted Advisor provides best-practice recommendations for cost optimization, performance, security, and fault tolerance, but it does not offer historical cost and usage data, forecasting, or Reserved Instance purchase recommendations.

B

AWS Budgets allows you to set cost and usage budgets and receive alerts, but it does not provide historical cost and usage data, forecasting, or Reserved Instance recommendations.

D

AWS Pricing Calculator is used for estimating future costs based on planned usage, not for analyzing historical cost and usage data or providing Reserved Instance recommendations.

188
MCQeasy

Which AWS service provides a marketplace where customers can find, buy, and deploy software from third-party vendors that runs on AWS infrastructure?

A.AWS Service Catalog
B.AWS Marketplace
C.AWS Partner Network
D.Amazon AppFlow
AnswerB

AWS Marketplace is the official digital store where customers can discover, subscribe to, and deploy third-party software, including SaaS applications, Amazon Machine Images (AMIs), container images, and CloudFormation templates, from thousands of independent software vendors. It supports multiple pricing models—hourly, monthly, annual, and bring-your-own-license—and charges usage to the customer's AWS bill, enabling consolidated billing and centralized procurement. This makes AWS Marketplace the correct service for purchasing and managing third-party software in an AWS environment.

Why this answer

AWS Marketplace is the correct service because it is a curated digital catalog that enables customers to find, buy, and deploy third-party software solutions that run on AWS infrastructure. It offers pre-configured software, including AMIs, SaaS subscriptions, and container images, with integrated billing through AWS. This directly matches the question's requirement for a marketplace for third-party software deployment.

Exam trap

The trap here is that candidates often confuse AWS Service Catalog (which also manages software) with AWS Marketplace, but Service Catalog is for internal governance and approval of pre-selected products, not for discovering and purchasing third-party software from an external marketplace.

How to eliminate wrong answers

Option A is wrong because AWS Service Catalog is an internal service that allows organizations to create and manage a catalog of approved IT services (including both AWS resources and third-party software) for internal use, but it is not a marketplace for discovering and purchasing software from third-party vendors. Option C is wrong because the AWS Partner Network (APN) is a global partner program that provides business, technical, and marketing support to AWS partners, but it is not a marketplace for customers to buy and deploy software. Option D is wrong because Amazon AppFlow is a fully managed integration service that enables customers to securely transfer data between SaaS applications and AWS services, not a marketplace for purchasing software.

189
MCQhard

A company has unpredictable, short-lived batch processing workloads that can be interrupted. Which EC2 purchasing option would provide the lowest cost for these workloads?

A.On-Demand Instances
B.Reserved Instances (1-year, No Upfront)
C.Spot Instances
D.Dedicated Hosts
AnswerC

Spot Instances offer EC2 compute capacity at up to a 90% discount compared to On-Demand because AWS can reclaim that capacity with a two-minute warning when it needs the resources back. For a batch job that can save its progress and resume after interruption, Spot Instances are the ideal match because the workload's fault tolerance makes the risk of interruption acceptable. There is no long-term commitment, and you pay per second only for the time the instance actually runs, making Spot the lowest-cost choice for fault-tolerant, transient, or checkpointable workloads.

Why this answer

Spot Instances (Option C) are the correct choice because they offer unused EC2 capacity at steep discounts (up to 90% off On-Demand) and are ideal for fault-tolerant, flexible, short-lived, or interruptible workloads. Since the company's batch processing jobs are unpredictable and can be interrupted, Spot Instances provide the lowest cost while tolerating the risk of termination when AWS needs the capacity back.

Exam trap

The trap here is that candidates often choose On-Demand Instances (Option A) because they assume 'unpredictable' workloads require full pricing flexibility, but they overlook that Spot Instances are explicitly designed for interruptible, short-lived workloads at the lowest cost.

How to eliminate wrong answers

Option A is wrong because On-Demand Instances provide full pricing flexibility but are significantly more expensive than Spot Instances, making them unsuitable for cost-sensitive interruptible workloads. Option B is wrong because Reserved Instances require a 1-year or 3-year commitment and are designed for steady-state, predictable usage, not for short-lived, unpredictable batch jobs that can be interrupted. Option D is wrong because Dedicated Hosts provide physical servers dedicated for your use, which is the most expensive option and is intended for regulatory or licensing requirements, not for cost optimization on interruptible workloads.

190
MCQmedium

A company runs a steady, predictable workload on a diverse mix of Amazon EC2 instances spanning multiple instance families (e.g., M5, C5, R5) and AWS Regions. The company wants to maximize cost savings while retaining the ability to freely change instance families and Regions during the commitment term without losing the discount. Which AWS pricing model should the company use?

A.On-Demand Instances
B.Reserved Instances
C.Spot Instances
D.Compute Savings Plans
AnswerD

Compute Savings Plans provide the same discounts as Reserved Instances but with greater flexibility. They apply to any EC2 instance usage regardless of instance family, size, or Region, as long as the usage is within the committed dollar-per-hour amount. This matches the company's need for both cost savings and flexibility.

Why this answer

Compute Savings Plans (D) offer the highest flexibility by applying a discounted hourly commitment across any EC2 instance family, size, OS, tenancy, and region, automatically covering usage changes without losing the discount. This matches the requirement to freely change instance families and regions during the term while maximizing savings over On-Demand pricing.

Exam trap

The trap here is that candidates often confuse Reserved Instances with Savings Plans, assuming RIs offer similar flexibility, but RIs are region- and family-specific, whereas Compute Savings Plans provide full flexibility across families and regions.

Why the other options are wrong

A

On-Demand Instances do not provide any discount; they charge full price per hour, so they cannot maximize cost savings for a steady, predictable workload.

B

Reserved Instances require a commitment to a specific instance family and Region; they do not allow changing instance families or Regions without losing the discount, which contradicts the company's requirement for flexibility.

191
MCQmedium

A solutions architect is planning a new web application on AWS. The workload will include 3 Amazon EC2 instances (t3.medium) running 24/7, an Application Load Balancer, and an Amazon RDS for MySQL db.t3.small database. The architect needs to estimate the monthly cost for the first year, considering different purchasing options (On-Demand, 1-year All Upfront Reserved Instance, and Compute Savings Plan). Which AWS tool should the architect use to create this estimate?

A.AWS Total Cost of Ownership (TCO) Calculator
B.AWS Pricing Calculator
C.AWS Cost Explorer
D.AWS Budgets
AnswerB

The AWS Pricing Calculator is a web-based tool for building a cost estimate for a new AWS workload before any resources are provisioned. You can select services, configure compute, storage, and data transfer parameters, and choose purchasing options like On-Demand, Reserved Instances, or Savings Plans to see a line-item monthly and annual estimate. It directly addresses the scenario of planning a new web application with no existing usage data.

Why this answer

The AWS Pricing Calculator (formerly Simple Monthly Calculator) is the correct tool for estimating monthly costs for specific AWS resources like EC2 instances, ALB, and RDS under different purchasing options (On-Demand, Reserved Instances, Savings Plans). It allows you to input exact instance types, quantities, and commitment terms to generate a detailed cost estimate for the first year.

Exam trap

The trap here is that candidates confuse the AWS Pricing Calculator (for future estimates) with AWS Cost Explorer (for past analysis) or the TCO Calculator (for on-premises comparison), leading them to select a tool that cannot generate a forward-looking cost estimate for a planned workload.

Why the other options are wrong

A

The TCO Calculator compares on-premises vs. AWS costs, not estimating monthly costs for a new AWS-only workload with different purchasing options.

C

AWS Cost Explorer is used for analyzing historical costs and usage, not for creating upfront cost estimates for new workloads with different purchasing options.

D

AWS Budgets is used to set spending limits and receive alerts, not to create cost estimates for specific resource configurations.

192
MCQmedium

A company runs a mix of Amazon EC2 instances across multiple AWS Regions to support its e-commerce platform. The finance team wants to reduce compute costs by right-sizing resources. They need a managed tool that analyzes historical CPU and memory utilization over 30 days, uses machine learning to identify over-provisioned and under-provisioned instances, and provides actionable recommendations to adjust instance sizes. Which AWS tool should the finance team use?

A.AWS Trusted Advisor
B.AWS Cost Explorer
C.AWS Compute Optimizer
D.AWS Budgets
AnswerC

AWS Compute Optimizer is a service that uses machine learning to analyze historical utilization metrics (CPU, memory, network throughput) for EC2 instances and other resources. It identifies over- and under-provisioned instances and provides specific recommendations to change instance types or sizes to reduce costs or improve performance. This directly matches the finance team's requirement for ML-based right-sizing based on 30-day utilization data.

Why this answer

AWS Compute Optimizer is the correct choice because it is a managed service that uses machine learning to analyze historical utilization metrics (CPU, memory, etc.) over up to 93 days, identifies over-provisioned and under-provisioned EC2 instances, and generates actionable rightsizing recommendations. The question specifically requires a tool that analyzes 30 days of historical CPU and memory data with ML-driven insights, which aligns exactly with Compute Optimizer's core functionality.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer's cost-based rightsizing recommendations (which are purely financial) with Compute Optimizer's utilization-based ML recommendations, leading them to select Cost Explorer despite the question explicitly requiring CPU and memory analysis.

Why the other options are wrong

A

AWS Trusted Advisor provides general best-practice checks for cost optimization, but it does not use machine learning to analyze historical CPU and memory utilization over 30 days to right-size instances. It offers static recommendations based on rules, not ML-driven analysis.

B

AWS Cost Explorer provides cost and usage data but does not analyze historical CPU/memory utilization or use machine learning to right-size instances; it lacks the specific resource utilization analysis needed.

193
MCQmedium

A company wants to implement governance controls that prevent their developers from provisioning expensive instance types. Which approach is most effective?

A.Set an AWS Budget alert for when expensive instances are launched
B.Apply an SCP or IAM policy that denies launching specific expensive instance types
C.Enable AWS Cost Explorer recommendations
D.Enable Trusted Advisor and review weekly
AnswerB

This is a preventive control because it denies the action before it happens. In IAM, you can attach a policy with a Condition that uses the ec2:InstanceType key to deny the ec2:RunInstances action for specific expensive types, such as p4d.24xlarge. At the organization level, an SCP with the same condition can enforce this across all child accounts, and it cannot be overridden by the account's own IAM policies. For an SCP to be effective, the root user must not be able to bypass it, which is the case for IAM-user actions.

Why this answer

Service Control Policies (SCPs) or IAM policies can explicitly deny the launch of specific expensive instance types (e.g., `p3.2xlarge` or `x1e.32xlarge`) at the API level, preventing the action before any resources are created. This proactive governance approach enforces compliance in real time, unlike reactive or advisory methods. By attaching a deny effect for `ec2:RunInstances` with a condition on `ec2:InstanceType`, the policy blocks unauthorized instance provisioning regardless of the user's role or account.

Exam trap

The trap here is that candidates confuse reactive cost management tools (like budgets and Cost Explorer) with proactive governance controls, assuming alerts or recommendations can prevent actions rather than just monitor or advise.

How to eliminate wrong answers

Option A is wrong because AWS Budget alerts are reactive notifications that only inform after an instance is launched and costs are incurred, not a preventive control that stops provisioning. Option C is wrong because AWS Cost Explorer recommendations are advisory tools that suggest cost optimizations based on historical data, but they do not enforce any restrictions on instance type selection. Option D is wrong because Trusted Advisor provides best-practice checks and weekly reviews, but it does not actively block API calls or prevent developers from launching expensive instances.

194
MCQmedium

A company runs hundreds of Amazon EC2 instances across multiple accounts. The finance team wants to identify over-provisioned instances that are using more memory or CPU than necessary, so that they can downsize them and reduce monthly costs. The team needs automated, ongoing recommendations based on the actual utilization metrics of the instances. Which AWS service should the team use to meet these requirements?

A.AWS Cost Explorer
B.AWS Compute Optimizer
C.AWS Trusted Advisor
D.AWS Budgets
AnswerB

AWS Compute Optimizer uses machine learning to analyze historical utilization metrics of EC2 instances (CPU, memory, network, etc.) and delivers actionable recommendations to downsize or modify instance types to lower costs while maintaining performance. It provides ongoing, automated recommendations.

Why this answer

AWS Compute Optimizer is the correct service because it uses machine learning to analyze historical utilization metrics (CPU, memory, and network) of EC2 instances and generates automated, ongoing recommendations for right-sizing or downsizing over-provisioned instances. This directly meets the finance team's requirement for automated, continuous recommendations based on actual utilization to reduce monthly costs.

Exam trap

The trap here is that candidates often confuse AWS Trusted Advisor's cost optimization checks (which are static and limited to idle instances) with Compute Optimizer's dynamic, ML-driven right-sizing recommendations, leading them to choose Trusted Advisor instead of the more precise Compute Optimizer.

Why the other options are wrong

A

AWS Cost Explorer provides cost and usage data but does not analyze instance utilization (CPU/memory) to generate downsizing recommendations. It lacks the automated, ongoing optimization suggestions based on actual metrics that the question requires.

C

AWS Trusted Advisor provides cost optimization checks, but it does not offer automated, ongoing recommendations based on actual utilization metrics for EC2 instances. It gives static checks like idle instances or underutilized Amazon EBS volumes, not dynamic rightsizing recommendations.

D

AWS Budgets is used for setting cost and usage budgets and receiving alerts, not for analyzing instance utilization to recommend downsizing. It does not provide recommendations based on memory or CPU metrics.

195
MCQmedium

A company wants to use AWS free tier for testing new services. Which statement about the AWS Free Tier is accurate?

A.The Free Tier is available indefinitely for all AWS services
B.The Free Tier includes a mix of 12-month free, always free, and short-term trial offers
C.The Free Tier applies equally to all AWS accounts including Enterprise support customers
D.AWS does not charge if you stay within Free Tier limits for any service
AnswerB

The AWS Free Tier is a promotional bundle with three distinct categories: 12-month free offers (e.g., 750 hours of EC2 t2.micro per month), Always Free offers (e.g., 10 GB of Amazon DynamoDB storage), and short-term trials (e.g., 30-day free trial for Amazon Redshift). These categories are not interchangeable; each has its own duration and eligibility criteria. This mix is designed to let new customers explore a range of services without immediate cost, but it does not apply uniformly across all services.

Why this answer

The AWS Free Tier is structured into three categories: 12-month free offers (e.g., 750 hours of EC2 t2.micro per month), always free offers (e.g., 1 million Lambda requests per month), and short-term trials (e.g., 30-day free trial of Amazon Inspector). This mix allows customers to test services without incurring costs for the specified limits and durations.

Exam trap

The trap here is that candidates assume the Free Tier covers all usage within limits for any service, but AWS explicitly excludes certain services (e.g., data transfer out beyond 1 GB) and imposes time-bound offers, leading to unexpected charges if not carefully monitored.

How to eliminate wrong answers

Option A is wrong because the Free Tier is not available indefinitely for all services; only 'always free' offers are permanent, while 12-month free offers expire after one year and short-term trials have a fixed duration. Option C is wrong because the Free Tier does not apply equally to all accounts; Enterprise support customers may have additional costs (e.g., support fees) and the Free Tier limits are per account, not per support plan. Option D is wrong because AWS does charge if you exceed the Free Tier limits for any service, and some services (e.g., data transfer out) may incur costs even within Free Tier limits if usage patterns violate the terms.

196
MCQmedium

A company operates separate AWS accounts for its engineering, marketing, and finance departments. The CFO wants to consolidate billing to receive a single monthly invoice and to benefit from volume pricing discounts. The security team also requires a centralized mechanism to prevent users in any department from launching Amazon EC2 instances outside of the us-east-1 and eu-west-1 Regions to meet data residency compliance. Which AWS service or feature should the company use to meet both requirements?

A.AWS Budgets
B.AWS Organizations with Service Control Policies (SCPs)
C.AWS Identity and Access Management (IAM) cross-account roles
D.AWS Cost and Usage Reports
AnswerB

AWS Organizations provides consolidated billing for a single invoice and volume discounts, and SCPs allow you to centrally define and enforce permission guardrails (e.g., restricting Regions) across all member accounts. This directly meets both requirements.

Why this answer

AWS Organizations allows the company to consolidate multiple AWS accounts under a single management account, enabling consolidated billing for a single monthly invoice and volume pricing discounts. Service Control Policies (SCPs) provide centralized governance by restricting the AWS services and Regions that member accounts can use, such as preventing EC2 instances from being launched outside us-east-1 and eu-west-1. This combination directly addresses both the CFO's billing consolidation needs and the security team's data residency compliance requirements.

Exam trap

The trap here is that candidates may confuse AWS Budgets with billing consolidation, or think IAM cross-account roles can enforce regional restrictions, but only AWS Organizations with SCPs provides both centralized billing control and policy-based resource governance across multiple accounts.

Why the other options are wrong

A

AWS Budgets only provides cost monitoring and alerts, not consolidated billing or preventive policy enforcement to restrict EC2 instance launches by Region.

C

IAM cross-account roles allow users to assume roles in other accounts to access resources, but they do not provide consolidated billing or centralized policy enforcement to restrict EC2 regions across all accounts.

197
MCQmedium

A company uses AWS Organizations with separate accounts for development, testing, and production. The finance team wants to track monthly spending by internal project, but a single project may use resources across multiple accounts. The team has applied a 'Project' tag to all resources. They need a detailed billing report that shows costs grouped by this Project tag, combining data from all accounts. Which AWS feature should they enable to meet this requirement?

A.AWS Consolidated Billing
B.AWS Cost Explorer with tag filtering
C.AWS Budgets with tag-based alerts
D.AWS Cost and Usage Reports with cost allocation tags activated
AnswerD

The AWS Cost and Usage Reports (CUR) provides the most detailed billing data available. When cost allocation tags are activated and the CUR is configured to include those tags, the resulting CSV report contains line items tagged with the 'Project' values. This report can be generated regularly and includes data from all accounts in the organization, allowing the finance team to group and analyze costs by project across all accounts.

Why this answer

AWS Cost and Usage Reports (CUR) with cost allocation tags activated is the correct choice because it provides the most detailed billing data, including all tags, and can be delivered to an S3 bucket for analysis. This allows the finance team to group costs by the 'Project' tag across all accounts in the AWS Organization, meeting the requirement for a detailed, combined report.

Exam trap

The trap here is that candidates confuse the ability to filter or visualize costs in Cost Explorer with the need for a detailed, exportable report that groups costs by tags across all accounts, which only CUR provides.

Why the other options are wrong

A

AWS Consolidated Billing combines charges across accounts but does not provide detailed cost allocation by tags; it only aggregates costs without the granularity needed to group by Project tag across accounts.

B

AWS Cost Explorer with tag filtering can display costs by tag, but it does not produce a detailed billing report that can be exported or shared. The requirement is for a detailed billing report, which is provided by AWS Cost and Usage Reports, not Cost Explorer.

C

AWS Budgets with tag-based alerts can send notifications when costs exceed thresholds, but it does not generate detailed billing reports grouped by tags across accounts. The requirement is for a report, not alerts.

198
MCQmedium

A company runs a web application on Amazon EC2 instances. The finance team wants to set a monthly spending limit for the application and receive email alerts when the actual cost exceeds 80% of that limit. Additionally, they want the system to automatically stop non-critical EC2 instances if the cost exceeds the limit. Which AWS service should they use to meet these requirements?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Trusted Advisor
D.AWS Pricing Calculator
AnswerB

AWS Budgets enables you to set custom budgets (e.g., monthly spending limits) and receive alerts when your actual or forecasted costs exceed defined thresholds. With budget actions, you can also automate responses such as stopping EC2 instances when a budget is exceeded. This directly meets both requirements.

Why this answer

AWS Budgets allows you to set a monthly spending limit (budget) and configure cost alerts that trigger when actual or forecasted costs exceed a specified threshold (e.g., 80% of the limit). It also integrates with AWS Actions to automatically stop non-critical EC2 instances when the budget limit is exceeded, meeting both the alert and automated remediation requirements.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer's forecasting capabilities with the ability to set budgets and trigger automated actions, but Cost Explorer is read-only and lacks alerting and remediation features.

Why the other options are wrong

A

AWS Cost Explorer provides cost visualization and analysis but does not support setting spending limits, triggering actions like stopping EC2 instances, or sending alerts based on cost thresholds.

C

AWS Trusted Advisor provides recommendations for cost optimization, performance, security, and fault tolerance, but it does not support setting spending limits, triggering alerts based on cost thresholds, or automatically stopping EC2 instances.

D

AWS Pricing Calculator is used to estimate costs before running resources, not to set budgets, track actual spending, or trigger actions based on cost thresholds.

199
MCQeasy

Which AWS feature allows multiple AWS accounts to be managed under one umbrella, receive a single consolidated bill, and potentially share volume discounts?

A.AWS Control Tower
B.AWS Organizations
C.AWS IAM Identity Center
D.AWS Cost Explorer
AnswerB

AWS Organizations is the correct answer because it natively provides consolidated billing across all member accounts, producing a single bill for the entire organization. It also automatically pools Reserved Instance and Savings Plans discount usage so that any account can benefit from discounts applied by another account. In addition, organizations can enforce centralized policies, but billing and cost-sharing are its unique features relevant here.

Why this answer

AWS Organizations is the correct service because it provides centralized management of multiple AWS accounts, enabling a single consolidated bill and the ability to aggregate usage across accounts to qualify for volume discounts. It allows you to create a hierarchy of accounts with organizational units (OUs) and apply service control policies (SCPs) for governance, while the consolidated billing feature combines all usage into a single payer account for pricing benefits.

Exam trap

The trap here is that candidates often confuse AWS Control Tower (which manages account governance) with AWS Organizations (which handles billing consolidation and account management), leading them to pick Control Tower because it sounds like a broader management umbrella.

How to eliminate wrong answers

Option A is wrong because AWS Control Tower is a service for setting up and governing a secure, multi-account AWS environment using AWS Organizations as a foundation, but it does not itself provide consolidated billing or volume discount sharing—it orchestrates account creation and compliance policies. Option C is wrong because AWS IAM Identity Center (formerly AWS SSO) is a service for managing user identities and single sign-on across AWS accounts and applications, not for billing consolidation or discount aggregation. Option D is wrong because AWS Cost Explorer is a tool for visualizing and analyzing your AWS costs and usage over time, but it does not manage multiple accounts under one umbrella or enable consolidated billing—it only reports on existing cost data.

200
MCQmedium

A company is using several AWS services and has noticed their bill has been increasing. They want to identify which team or project is responsible for each cost. Which AWS feature enables tracking costs by team, project, or environment?

A.AWS Organizations consolidated billing
B.AWS Cost Allocation Tags
C.AWS Budgets
D.AWS Config tags
AnswerB

AWS Cost Allocation Tags let you attach user-defined metadata (e.g., team, project, environment) to resources, and once activated, AWS incorporates these tags into your billing reports and Cost Explorer. This enables accurate cost breakdown and chargeback by any business dimension, such as team or project, which directly addresses the requirement. Because the tags themselves are the mechanism that carries attribution data into your billing data, this is the service that fulfills the need to identify which team or project incurred costs.

Why this answer

AWS Cost Allocation Tags allow you to tag AWS resources with metadata (e.g., team, project, environment) and then activate those tags in the Billing and Cost Management console. Once activated, AWS generates cost reports that break down charges by those tag values, enabling you to attribute costs to specific teams or projects. This is the native AWS feature designed specifically for cost allocation and tracking.

Exam trap

The trap here is that candidates confuse AWS Config tags (used for compliance and resource tracking) with Cost Allocation Tags, or assume that consolidated billing alone provides per-team cost visibility without the need for tagging.

How to eliminate wrong answers

Option A is wrong because AWS Organizations consolidated billing aggregates costs across multiple accounts for a single monthly bill, but it does not provide granular tagging or per-team cost breakdowns without additional tagging features. Option C is wrong because AWS Budgets is a tool for setting spending limits and receiving alerts when costs exceed thresholds; it does not track or attribute costs to specific teams or projects. Option D is wrong because AWS Config tags are used for resource configuration compliance and auditing, not for cost allocation or billing analysis.

201
MCQmedium

A startup wants to receive alerts when their AWS spending approaches a set threshold. Which AWS service should they use?

A.AWS Cost Explorer
B.AWS Billing Dashboard
C.AWS Budgets
D.AWS Trusted Advisor
AnswerC

AWS Budgets is purpose-built for setting custom cost and usage budgets, then alerting when actual or forecasted spending reaches a defined percentage of that budget. It monitors your account's financial thresholds continuously and can send notifications via Amazon SNS, email, or even trigger automated responses like blocking actions. For the scenario of receiving an alert when charges approach a threshold, AWS Budgets is the correct service because it combines both monitoring and alerting.

Why this answer

AWS Budgets allows you to set custom cost and usage budgets and receive alerts when your actual or forecasted spending exceeds (or is forecasted to exceed) the budgeted amount. For this startup, they can configure a cost budget with a threshold (e.g., 80% of the set amount) and have Amazon SNS send notifications via email or SMS when spending approaches that threshold.

Exam trap

The trap here is that candidates often confuse AWS Cost Explorer's ability to view cost trends with the proactive alerting capability of AWS Budgets, assuming that a visualization tool can also send notifications, but AWS Budgets is the only service that provides configurable threshold-based alerts.

How to eliminate wrong answers

Option A is wrong because AWS Cost Explorer is a visualization and analysis tool for exploring historical cost data and usage patterns, but it does not natively send proactive alerts when spending approaches a threshold. Option B is wrong because the AWS Billing Dashboard provides a high-level overview of current month-to-date charges and invoices, but it lacks the ability to configure custom threshold-based alerts. Option D is wrong because AWS Trusted Advisor inspects your AWS environment for cost optimization, performance, security, and fault tolerance recommendations, but it does not provide configurable spending threshold alerts.

202
MCQmedium

A company has been running workloads on AWS for over a year. The finance team needs to analyze historical spending patterns. They want a graphical dashboard that shows costs by service (e.g., EC2, S3), by AWS Region, and by custom cost allocation tags over the last 12 months. Additionally, they need to generate a 3-month cost forecast based on this historical data. Which AWS tool should the finance team use to meet these requirements?

A.AWS Budgets
B.AWS Cost Explorer
C.AWS Trusted Advisor
D.AWS Consolidated Billing
AnswerB

AWS Cost Explorer is the correct tool for this scenario. It offers pre-built reports, filters, and graphs to view cost and usage data by service, region, and tags. It also includes cost forecasting capabilities based on historical usage patterns.

Why this answer

AWS Cost Explorer provides a pre-built graphical dashboard that allows you to visualize, understand, and manage AWS costs and usage over time. It supports filtering by service (e.g., EC2, S3), AWS Region, and custom cost allocation tags, and it includes a built-in forecasting feature that can generate a 3-month cost forecast based on historical data. This directly meets all the requirements for analyzing historical spending patterns and generating a forecast.

Exam trap

The trap here is that candidates often confuse AWS Budgets (which only alerts on thresholds) with Cost Explorer (which provides historical analysis and forecasting), leading them to select AWS Budgets for a task it cannot perform.

Why the other options are wrong

A

AWS Budgets allows you to set cost and usage budgets and receive alerts, but it does not provide a graphical dashboard for historical cost analysis by service, region, or tags, nor does it generate cost forecasts.

C

AWS Trusted Advisor provides recommendations for cost optimization, performance, security, and fault tolerance, but it does not offer a graphical dashboard for analyzing historical spending by service, region, or tags, nor does it generate cost forecasts.

D

AWS Consolidated Billing aggregates costs across multiple accounts but does not provide a graphical dashboard, cost breakdown by service/region/tags, or cost forecasting.

← PreviousPage 3 of 3 · 202 questions total

Ready to test yourself?

Try a timed practice session using only Billing, Pricing, and Support questions.