Topic 1 Question 31
A company that hosts its web application on AWS wants to ensure all Amazon EC2 instances. Amazon RDS DB instances. and Amazon Redshift clusters are configured with tags. The company wants to minimize the effort of configuring and operating this check. What should a solutions architect do to accomplish this?
Use AWS Config rules to define and detect resources that are not properly tagged.
Use Cost Explorer to display resources that are not properly tagged. Tag those resources manually.
Write API calls to check all resources for proper tag allocation. Periodically run the code on an EC2 instance.
Write API calls to check all resources for proper tag allocation. Schedule an AWS Lambda function through Amazon CloudWatch to periodically run the code.
ユーザの投票
コメント(17)
Answer from ChatGPT:
Yes, you can use AWS Config to create tags for your resources. AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. You can use AWS Config to create rules that automatically tag resources when they are created or when their configurations change.
To create tags for your resources using AWS Config, you will need to create an AWS Config rule that specifies the tag key and value you want to use and the resources you want to apply the tag to. You can then enable the rule and AWS Config will automatically apply the tag to the specified resources when they are created or when their configurations change.
👍 10kurinei0212022/12/23- 正解だと思う選択肢: A
To minimize the effort of ensuring that all Amazon EC2 instances, Amazon RDS DB instances, and Amazon Redshift clusters are properly tagged, a solutions architect should use AWS Config rules to define and detect resources that are not properly tagged.
AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. You can use Config rules to define conditions for resources in your AWS environment and then automatically check whether those conditions are met. If a resource does not meet the conditions specified by a Config rule, the rule can trigger an AWS Config event that can be used to take corrective action.
👍 4Buruguduystunstugudunstuy2022/12/19 - 正解だと思う選択肢: A
Easiest option is A
👍 3backbencher20222022/11/03
シャッフルモード