Topic 1 Question 316
2 つ選択A company’s SysOps administrator manages a fleet of Windows Amazon EC2 instances that run in a single AWS account. The instances have a tag that includes a key of “OS" and a value of "Windows." The company uses AWS Systems Manager to patch the instances.
The company has installed the Amazon CloudWatch agent on the instances, but the configuration is inconsistent. The SysOps administrator needs to reconfigure every instance to use the same predefined CloudWatch configuration.
Which combination of steps will meet these requirements?
Store the CloudWatch agent configuration file in an Amazon S3 bucket.
Store the contents of the CloudWatch agent configuration file in Systems Manager OpsCenter.
Store the contents of the CloudWatch agent configuration file in Systems Manager Parameter Store.
Create a Systems Manager State Manager association to run the AmazonCloudWatch-ManageAgent Systems Manager Run Command document. Select Systems Manager as an optional configuration source. Target the instances based on tag values.
Create a Systems Manager State Manager association to run the AmazonCloudWatch-ManageAgent Systems Manager Run Command document. Configure the document to use the S3 bucket location as the configuration source. Target the instances based on tag value.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: AD
Step A involves storing the CloudWatch agent configuration file in an Amazon S3 bucket. This allows for centralized storage of the configuration file, making it easily accessible. Step D involves creating a Systems Manager State Manager association to run the AmazonCloudWatch-ManageAgent Systems Manager Run Command document. By selecting Systems Manager as an optional configuration source and targeting the instances based on tag values, you can ensure that every instance with the specified tag (in this case, "OS" tag with a value of "Windows") will be reconfigured to use the predefined CloudWatch configuration. These steps ensure that the CloudWatch agent configuration is consistent across all Windows EC2 instances by leveraging Systems Manager and the predefined configuration stored in an S3 bucket.
Therefore, the correct choices are A and D.
👍 1Shoppe2023/06/01
シャッフルモード