AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 238

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows the Systems Manager document to directly pull the bootstrap code from GitHub using the aws-downloadContent plugin, which is specifically designed for this purpose. Options A and B do not utilize the GitHub repository directly, and option D is not suitable as it focuses on software inventory rather than executing bootstrap scripts from a Git repository.