How to detect drifts of Cloudformation Custom Resource?

0

Hello, I create one Cloudformatin resource where I am creating custom resources by following:-

AWS::CloudFormation::CustomResource

Now I made a few manual changes in created resource and when I am checking the drift of CloudFormation template, It is showing InSync, So how can I check the drift of custom resources?

  • Please share your custom resource cloudformation code and also write in detail what changes have you made specifically.

質問済み 2年前606ビュー
1回答
0

This feature isn't currently available, you can only detect drift on supported resource types. So you'd have to handle this outside of CloudFormation, using a custom solution.

AWS
エキスパート
Raphael
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ