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.

asked 2 years ago581 views
1 Answer
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
EXPERT
Raphael
answered 2 years 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