Reattaching a retained cloudformation resources, back to a cloudformation stack

Viewed 49

We are retaining some of the cloudformation resources for safety reasons.

This is achieved using DeletionPolicy: Retain

Is there any way to reattach those retained resources to a new/existing stack?

1 Answers
Related