Topic 1 Question 258
A company wants to use AWS Systems Manager documents to bootstrap physical laptops for developers. The bootstrap code is stored in GitHub. A DevOps engineer has already created a Systems Manager activation, installed the Systems Manager agent with the registration code, and installed an activation ID on all the laptops.
Which set of steps should be taken next?
Configure the Systems Manager document to use the AWS-RunShellScript command to copy the files from GitHub to Amazon S3, then use the aws-downloadContent plugin with a sourceType of S3.
Configure the Systems Manager document to use the aws-configurePackage plugin with an install action and point to the Git repository.
Configure the Systems Manager document to use the aws-downloadContent plugin with a sourceType of GitHub and sourceInfo with the repository details.
Configure the Systems Manager document to use the aws:softwareInventory plugin and run the script from the Git repository.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
The aws-downloadContent plugin is specifically designed to download content from various sources, including GitHub. Setting the sourceType to GitHub and providing the repository details in sourceInfo to directly download the bootstrap code from GitHub to the laptops.
👍 4trungtd2024/07/14 - 正解だと思う選択肢: C
---> C
👍 3tgv2024/07/16 - 正解だと思う選択肢: C
aws:downloadContent (Schema version 2.0 or later) Download SSM documents and scripts from remote locations. GitHub Enterprise repositories are not supported. This plugin is supported on Linux and Windows Server operating systems.
👍 3jamesf2024/07/31
シャッフルモード