Exam DOP-C02 All QuestionsBrowse all questions from this exam
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?

    Correct Answer: C

    To bootstrap physical laptops using AWS Systems Manager documents with the bootstrap code stored in GitHub, the proper approach is to use the aws-downloadContent plugin. This plugin allows for directly downloading content from various sources, including GitHub. Configuring the Systems Manager document with a sourceType of GitHub and providing the repository details in sourceInfo will enable the laptops to retrieve the bootstrap code directly from GitHub.

Discussion
tgvOption: C

---> C

trungtdOption: 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.

getadroit

c https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-running-remote-github-s3.html