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

Deleted 7777 Cloudformation but still error #58

Open
ziming opened this issue Jul 5, 2024 · 1 comment
Open

Deleted 7777 Cloudformation but still error #58

ziming opened this issue Jul 5, 2024 · 1 comment

Comments

@ziming
Copy link

ziming commented Jul 5, 2024

So i followed your advice in another closed issue to uninstall by deleting 7777 Cloudformation and try again but I still get errors.

I have 2 database in the region i want to access. Trying the 1st database give me this error

Setting up 7777 in the AWS account, this usually takes 30 seconds.
    ResourceNotReady: Resource is not in the state stackCreateComplete
    Code: ResourceNotReady

Trying the 2nd database give me this error

7777 needs to update resources in the AWS account, this can take a couple of minutes.
    ValidationError: Stack:arn:aws:cloudformation:ap-southeast-1:some-random-digits:stack/port7777/some-random-uuid is in ROLLBACK_COMPLETE state and can not be updated.
    Code: ValidationError

Retrying the 1st database give me this error

Retrieving the container security group.
    Error: Failed to retrieve the security group 7777-container-security-group-vpc-some-identifier

Retrying the 2nd database give me this error

7777 needs to update resources in the AWS account, this can take a couple of minutes.
    ValidationError: Stack:arn:aws:cloudformation:ap-southeast-1:some-identifier:stack/port7777/some-uuid is in ROLLBACK_COMPLETE state and can not be updated.
    Code: ValidationError
@mnapoli
Copy link
Member

mnapoli commented Jul 6, 2024

The error:

ValidationError: Stack:arn:aws:cloudformation:ap-southeast-1:some-random-digits:stack/port7777/some-random-uuid is in ROLLBACK_COMPLETE state and can not be updated.

tells us that the CloudFormation deployment failed and is now stuck. Usually it's a matter of deleting the failed stack and re-trying, but you've done that already. I suspect there might be some permissions issues, could you look into CloudFormation, find the port7777 stack, then look in the "Events" tab and see what is the error that causes the stack to fail to deploy? That should be the root cause of all of this.

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

No branches or pull requests

2 participants