A company will use AWS Systems Manager documents to bootstrap developers' physical laptops. Bootstrap code resides in GitHub. The Systems Manager agent is installed and registered on all laptops via an activation and activation ID. What should the DevOps engineer configure next in the Systems Manager document to retrieve the bootstrap code from GitHub?
Choose an answer
Tap an option to check your answer.
Correct answer: Use the aws-downloadContent plugin with sourceType set to GitHub and include sourceInfo describing the repository details..
Why this is the answer
The aws-downloadContent plugin is designed for this exact purpose. By setting sourceType to GitHub and providing the repository details in sourceInfo, the Systems Manager agent can directly download content from a GitHub repository to the laptop. This is the most direct and efficient method. Incorrect options: Copying files to S3 first and then downloading them adds unnecessary complexity and steps. The aws-downloadContent plugin can handle GitHub directly. The aws-configurePackage plugin is for installing packages, not for directly downloading arbitrary content from a Git repository. The aws:softwareInventory plugin is used for collecting software inventory, not for executing scripts or downloading content from a Git repository.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed