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
已提问 3 个月前206 查看次数
1 回答
0
已接受的回答

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
专家
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则