Gary Sieling

Use “describe-stack-resources” on a nested stack

If you look up a nested stack in Cloudformation using “–physical-resource-id”, it won’t return anything. If you instead switch to –stack-name, you can find it.

aws cloudformation describe-stack-resources --stack-name $STACK
Exit mobile version