-
Notifications
You must be signed in to change notification settings - Fork 51
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
You can end up with an impossible to delete service #44
Comments
Hello Richard, Can you provide the ARNs of the services that are stuck? If not can you provide the name and region? Also can you be more specific on when / where you deleted the |
Hello Ryan thanks for getting back to me so quick the arns are:
Account numbers are the same as with my previous tickets Well to actually be specific what I did was try writing some infra using the java CDK and forgot to update my manifest accordingly so what I actually did was not include a |
As for the 3rd instance, you would have to investigate the errors thrown during the CodeBuild job run. The only error we can see on our side is:
Investigating the root cause of that error should hopefully lead you to the updates you need to make to your instance to be able to delete it. |
I'd assume the solution would be updating your service to include a package.json, but let me consult with the rest of the team and get back to you with other possible solutions. |
See I understand why it's failing but it's that last suggestion I can't seem to do. Like I know what I would have to do to fix them so they can be deleted but when I push the new version with the fix I can't update the failed service to it because you can't update a failed service to the next minor version if I could I'd do as you say or just fix the manifest and then delete it |
Hello Richard, After consulting the team, this is actually related to an issue we have resolved recently. You should be able to get yourself unstuck by doing the following:
Let me know if you run into any troubles with this process! |
Using the cdk repo here as an example what would happen if you created the service but through human error you accidentally deleted your package.json and then tried to deploy the service. It would fail to deploy as expected then you might try to delete the service but the delete is also going to try and find a package.json and fail to delete. You now have a service you can't delete or update and is just kind of stuck in a delete failed state.
Ps I deleted my package.json and I have 4 services I can't get rid of please help
@racicot-amzn @nouvionp
The text was updated successfully, but these errors were encountered: