How to automatically patch EC2 instances created from CloudFormation Stacks using SSM patch manager

0

We have EC2 instances created via CloudFormation. If we use SSM patch manager to automatically patch these instances, will that cause drifts to the CF stack?

AWS2024
asked 3 months ago196 views
1 Answer
0
Accepted Answer

Hello.

CloudFormation drift checks differences in AWS settings (instance type, EBS type, etc.), so drift does not occur with information inside the EC2 OS.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html

CloudFormation detects drift on those AWS resources that support drift detection. Resources that don't support drift detection are assigned a drift status of NOT_CHECKED. For a list of AWS resources that support drift detection, see Resources that support import and drift detection operations.

profile picture
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions