
Explanation:
AWS Systems Manager Distributor enables you to securely package and publish software to managed instances. Systems Manager State Manager allows you to automate the process of keeping instances in a defined state, such as applying updates to the third-party agent using the AWS-ConfigureAWSPackage document targeted by specific resource tags.
Ultimate access to all questions.
No comments yet.
Question #13 A company must ensure that all Amazon EC2 Windows instances that are launched in an AWS account have a third-party agent installed. The company uses AWS Systems Manager, and the Windows instances are tagged appropriately. The company must deploy periodic updates to the third-party agent when the updates become available. Which combination of steps will meet these requirements with the LEAST operational effort? (Choose two.)
A
Create a Systems Manager Distributor package for the third-party agent.
B
Create a Systems Manager Opsitem that includes the tag value for Windows. Attach the Systems Manager inventory to the Opsitem.
C
Create an AWS Lambda function. Program the Lambda function to log in to each instance and to install or update the third-party agent as needed.
D
Create a Systems Manager State Manager association to run the AWS-RunRemoteScript document. Populate the details of the third-party agent package.
E
Create a Systems Manager State Manager association to run the AWS-ConfigureAWSPackage document. Populate the details of the third-party agent package. Specify instance tags based on the appropriate tag value for Windows.