Topic 1 Question 313
A company wants to track its expenditures for Amazon EC2 and Amazon RDS within AWS. The company decides to implement more rigorous tagging requirements for resources in its AWS accounts. A SysOps administrator needs to identify all noncompliant resources.
What is the MOST operationally efficient solution that meets this requirement?
Create a rule in Amazon EventBridge that invokes a custom AWS Lambda function that will evaluate all created or updated resources for the specified tags.
Create a rule in AWS Config that invokes a custom AWS Lambda function that will evaluate all resources for the specified tags.
Create a rule in AWS Config with the required-tags managed rule to evaluate all resources for the specified tags.
Create a rule in Amazon EventBridge with a managed rule to evaluate all created or updated resources for the specified tags.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C
required-tags "Checks if your resources have the tags that you specify. For example, you can check whether your Amazon EC2 instances have the CostCenter tag." https://docs.aws.amazon.com/config/latest/developerguide/required-tags.html
👍 6Gomer2023/06/12 - 正解だと思う選択肢: C👍 1Max19482023/06/23
- 正解だと思う選択肢: B
Not C because the required-tags rule does not prevent you from creating resources with incorrect tags.
👍 1Benly2023/11/01
シャッフルモード