nerdexam
Amazon

DOP-C02 · Question #67

A company that uses electronic health records is running a fleet of Amazon EC2 instances with an Amazon Linux operating system. As part of patient privacy requirements, the company must ensure continu

The correct answer is A. Use AWS Systems Manager to create a new patch baseline including the custom repository. Run. To automate the deployment of operating system and application patches using a default and custom repository in Amazon EC2 instances with Amazon Linux operating systems, you can use AWS Systems Manager. You can create a new patch baseline in Systems Manager that includes the cust

Submitted by daniela_cl· Mar 6, 2026Configuration Management & Infrastructure as Code

Question

A company that uses electronic health records is running a fleet of Amazon EC2 instances with an Amazon Linux operating system. As part of patient privacy requirements, the company must ensure continuous compliance for patches for operating system and applications running on the EC2 instances. How can the deployments of the operating system and application patches be automated using a default and custom repository?

Options

  • AUse AWS Systems Manager to create a new patch baseline including the custom repository. Run
  • BUse AWS Direct Connect to integrate the corporate repository and deploy the patches using
  • CUse yum-config-manager to add the custom repository under /etc/yum.repos.d and run yum-
  • DUse AWS Systems Manager to create a new patch baseline including the corporate repository.

How the community answered

(29 responses)
  • A
    76% (22)
  • B
    7% (2)
  • C
    14% (4)
  • D
    3% (1)

Explanation

To automate the deployment of operating system and application patches using a default and custom repository in Amazon EC2 instances with Amazon Linux operating systems, you can use AWS Systems Manager. You can create a new patch baseline in Systems Manager that includes the custom repository, then run the AWS-RunPatchBaseline document using the run command to verify and install patches. This allows you to ensure continuous compliance for patches while also automating the patch deployment process.

Topics

#Systems Manager Patch Manager#patch management#EC2 patching#custom repositories

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice