Topic 1 Question 207
2 つ選択A company’s SysOps administrator must ensure that all Amazon EC2 Windows instances that are launched in an AWS account have a third-party agent installed. The third-party agent has an .msi package. The company uses AWS Systems Manager for patching, and the Windows instances are tagged appropriately. The third-party agent requires periodic updates as new versions are released. The SysOps administrator must deploy these updates automatically.
Which combination of steps will meet these requirements with the LEAST operational effort?
Create a Systems Manager Distributor package for the third-party agent.
Make sure that Systems Manager Inventory is configured. If Systems Manager Inventory is not configured, set up a new inventory for instances that is based on the appropriate tag value for Windows.
Create a Systems Manager State Manager association to run the AWS-RunRemoteScript document. Populate the details of the third-party agent package. Specify instance tags based on the appropriate tag value for Windows with a schedule of 1 day.
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 with a schedule of 1 day.
Create a Systems Manager OpsItem with the tag value for Windows. Attach the Systems Manager Distributor package to the OpsItem. Create a maintenance window that is specific to the package deployment. Configure the maintenance window to cover 24 hours a day.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: AD👍 4zolthar_z2022/12/21
AC Not D, it is not the AWS-ConfigureAWSPackage document. The AWS-ConfigureAWSPackage document is used to install, uninstall, or update an AWS-provided package or application. In this scenario, the SysOps administrator is trying to install a third-party agent, which is not an AWS-provided package or application. Therefore, the AWS-RunRemoteScript document is the appropriate choice to install and update the third-party agent.
👍 3awsguru19982023/02/13- 正解だと思う選択肢: AC
Option D is incorrect because AWS-ConfigureAWSPackage document is used to install and configure AWS packages, not third-party packages. It is used to install packages from the Amazon Linux Extras library, AWS services such as the SSM agent, and third-party software provided by AWS Partners.
To install the third-party agent on EC2 instances, the best approach is to create a Systems Manager Distributor package for the third-party agent, as mentioned in option A. The Distributor package allows you to centrally manage software deployment across your Amazon EC2 instances or on-premises servers. You can use this feature to deploy both AWS and third-party software. Once you create the package, you can use State Manager associations to schedule and deploy the package to EC2 instances based on instance tags, as mentioned in option C.
👍 3Vivec2023/03/10
シャッフルモード