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

[Bug]: Can't delete service DELETE_FAILED on EnvControllerAction because Response object is too long. #5776

Open
ssyberg opened this issue Apr 12, 2024 · 2 comments
Labels
guidance Issue requesting guidance or information about usage

Comments

@ssyberg
Copy link

ssyberg commented Apr 12, 2024

I'm tried to delete one of my services with copilot svc delete and it keeps failing. When I check the CFN events I see this: DELETE_FAILED on EnvControllerAction because "Response object is too long"

I tried deleting a few other services and they are having the same issue.

@iamhopaul123
Copy link
Contributor

Hello @ssyberg. When the env controller is triggered at svc delete, essentially we just update the env stack to delete the service info from there. Can you check the env stack and see why the env stack update failed?

@ssyberg
Copy link
Author

ssyberg commented Apr 12, 2024

Ahh that makes sense! And the env update is failing because of that ssm issue!

@dannyrandall dannyrandall added guidance Issue requesting guidance or information about usage and removed type/bug Issues that are bugs. labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Issue requesting guidance or information about usage
Projects
None yet
Development

No branches or pull requests

3 participants