
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company uses Amazon EC2 instances in its AWS account for several workloads. The company needs to perform an analysis to understand the cost of each workload. What is the MOST operationally efficient way to meet this requirement?
A
Move the EC2 instances for each workload into separate accounts.
B
Use a different EC2 instance family for each workload.
C
Add cost allocation tags to each EC2 instance. Activate the tags.
D
Update any workload applications to publish usage data to a cost allocation database.
Explanation:
Correct Answer: C - Add cost allocation tags to each EC2 instance. Activate the tags.
AWS Cost Allocation Tags: AWS provides built-in cost allocation tagging that allows you to categorize and track your AWS costs at a granular level. By adding tags to EC2 instances (such as Environment=Production, Project=WorkloadA, Department=Marketing), you can easily identify costs associated with specific workloads.
Minimal Operational Overhead:
Native AWS Integration: Cost allocation tags integrate directly with AWS Cost Explorer, AWS Budgets, and AWS Cost and Usage Reports, providing comprehensive cost analysis capabilities without additional infrastructure.
Activation Requirement: After creating tags, you must activate them in the AWS Billing and Cost Management console to include them in cost allocation reports.
Workload=Analytics, Workload=WebApp)This approach provides the most efficient way to track workload-specific costs while leveraging AWS's native cost management capabilities.