
Ultimate access to all questions.
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?
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.