I have a pipeline.yaml file that creates 3 stacks for me:
- backend-ci
- backend-staging
- backend-prod
The backend-ci and backend-staging stacks get created successfully but the backend-prod does not. My hunch is that it's not being created due to the fact that I've created a stack previously by the same name. The stack gets stuck in the REVIEW_IN_PROGRESS status and never moves forward. Further, I have zero insight into the reason this is happening because there are no entries in the stack's Events.
Am I correct to think that this is because I've created a stack previously by the same name? If so, how can I confirm this? That is, is there another AWS service I should be using that will show me my error? Lastly, how do I get past this?
Thanks in advance.