ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

6 / 500

Question 6:

You just join a company as a DevOps engineer and you need to manage an AWS account. A big number of AWS resources are deployed in the account such as Auto Scaling groups, S3 buckets, etc. In order to better understand the cost spent in the account, every department starts to attach a user-defined tag CostCenter:xxxx to its AWS resources. You also configured the AWS Cost and Usage Reports and used an S3 bucket to save the reports. After several days, you check the reports in the S3 bucket and find that the reports do not use the CostCenter tag to organize the resources or track the AWS costs. Which of the following steps do you miss?

Answer options:

A.Activate the CostCenter tag in the Billing and Cost Management console then the usage and costs will be grouped by the tag.
B.Modify the S3 bucket policy to allow the AWS Cost Allocation Tags service to write objects in the S3 bucket.
C.AWS Cost and Usage Reports only support AWS-Generated Cost Allocation Tags. User-defined tags are not supported.
D.User-defined tags have specific formats in AWS Cost and Usage Reports. The tag keys must have a prefix of “aws:” otherwise the tags are not applied in the reports.