Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with SQS when deploying a new but identical stack. #278

Open
paulpilone opened this issue Mar 7, 2023 · 0 comments
Open

Issue with SQS when deploying a new but identical stack. #278

paulpilone opened this issue Mar 7, 2023 · 0 comments

Comments

@paulpilone
Copy link
Collaborator

I ran into this issue when deploying the new production stack where the deployment tries to attach a second SQS endpoint when one already exists (e.g. the dev stack existed when trying to deploy the prod stack). I believe the issue comes from here:

privateDnsEnabled: false,
.

The quick fix was to comment out privateDnsEnabled but I don't think that's the permanent solution. This should be addressed or else it might be difficult to spin up a new environment if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant