We have multiple CloudFormation scripts to create our stack.
Now, we want to write (automate) new scripts which will be used just to updated 1 specific resource (business requirement).
The thing which i am stuck at is how to refer to an existing resource in my update script? I know there is REF
function but i believe this is used just to refer resources with in the same script. Is there something that AWS provide to refer to an existing resource?
I have read that we can use parameters
but is there any other option?