55. A company uses AWS Organizations to run workloads within multiple AWS accounts. A tagging policy adds department tags to AWS resources
when the company creates tags.
An accounting team needs to determine spending on Amazon EC2 consumption. The accounting team must determine which departments are
responsible for the costs regardless ofAWS account. The accounting team has access to AWS Cost Explorer for all AWS accounts within the
organization and needs to access all reports from Cost Explorer.
Which solution meets these requirements in the MOST operationally e cient way?
A. From the Organizations management account billing console, activate a user-de ned cost allocation tag named department. Create
one cost report in Cost Explorer grouping by tag name, and lter by EC2.
B. From the Organizations management account billing console, activate an AWS-de ned cost allocation tag named department. Create
one cost report in Cost Explorer grouping by tag name, and lter by EC2.
C. From the Organizations member account billing console, activate a user-de ned cost allocation tag named department. Create one cost
report in Cost Explorer grouping by the tag name, and lter by EC2.
D. From the Organizations member account billing console, activate an AWS-de ned cost allocation tag named department. Create one
cost report in Cost Explorer grouping by tag name, and lter by EC2.
一家公司使用AWS组织在多个AWS账户中运行工作负载。当公司创建标签时,标记策略会向AWS资源添加部门标签。
会计团队需要确定Amazon EC2消耗的支出。会计团队必须确定哪些部门应对成本负责,而不考虑AWS账户。会计团队有权访问组织内所有AWS账户的AWS成本资源管理器,并需要从成本资源管理器中获取所有报告。
哪种解决方案能以最具操作效率的方式满足这些要求?
A. 从组织管理账户的账单控制台,激活名为”department”的用户定义成本分配标签。在成本资源管理器中创建一个按标签名称分组并筛选EC2的成本报告。
B. 从组织管理账户的账单控制台,激活名为”department”的AWS定义成本分配标签。在成本资源管理器中创建一个按标签名称分组并筛选EC2的成本报告。
C. 从组织成员账户的账单控制台,激活名为”department”的用户定义成本分配标签。在成本资源管理器中创建一个按标签名称分组并筛选EC2的成本报告。
D. 从组织成员账户的账单控制台,激活名为”department”的AWS定义成本分配标签。在成本资源管理器中创建一个按标签名称分组并筛选EC2的成本报告。
正确答案是A,从Organizations管理账户的账单控制台激活一个名为department的用户定义的成本分配标签,然后在Cost Explorer中创建一个按标签名称分组并按EC2筛选的成本报告。
解析:
1. 题目要求通过部门标签来追踪EC2的成本,而部门标签是通过tagging policy自动添加的用户定义标签,所以需要激活用户定义的成本分配标签,而不是AWS定义的成本分配标签(AWS定义的成本分配标签是AWS自动添加的,如aws:createdBy等)。因此可以排除B和D选项。
2. 由于成本分配标签需要在整个组织范围内生效,所以应该从Organizations管理账户激活标签,而不是从成员账户激活(成员账户激活的标签只在该账户内有效)。因此可以排除C选项。
3. 选项A满足所有要求:在管理账户激活用户定义的成本分配标签(department),然后在Cost Explorer中创建按标签分组并按EC2筛选的报告,可以最有效地实现跨账户的部门成本追踪。
评论0