hey all - So i think my issues are because my AWS ...
# help
k
hey all - So i think my issues are because my AWS account is quite new. And looks like Im triggering amazon. They are sorting it out for me. Quick question on the stacks. If i remove something from stacks out of index.js - does it automatically rollback from AWS or would that be a manual thing? If its manual how would you rollback stack items? I would assume it would be a rollback, update the stack then re-release?
t
If you remove an entire stack AWS won't delete it
Have to do it from cfn console manually
If you remove an item from the stack it usually will be deleted but some things like Table have a renetion policy so they stick around
So you don't accidentally wipe your data
k
ah okay thanks