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

eshop app deletion failure: "cannot create more than 100 manual snapshots" #842

Closed
willdavsmith opened this issue Nov 20, 2023 · 1 comment
Assignees
Labels
bug Something is broken or not working as expected flaky-test Flaky functional/unit tests triaged This item has been triaged by project maintainers and is in the backlog

Comments

@willdavsmith
Copy link
Contributor

willdavsmith commented Nov 20, 2023

I have been debugging deletion failures for AWS eShop and after some research, it looks like we're hitting a quota on RDS DB Snapshots.

❯ aws cloudcontrol get-resource-request-status --request-token b491c6fc-5bc1-4cb1-8d0e-9d322e9dce40
{
    "ProgressEvent": {
        "TypeName": "AWS::RDS::DBInstance",
        "Identifier": "rds-dbinstance-2cef73jte67sg",
        "RequestToken": "b491c6fc-5bc1-4cb1-8d0e-9d322e9dce40",
        "Operation": "DELETE",
        "OperationStatus": "FAILED",
        "EventTime": "2023-11-20T09:46:06.414000-08:00",
        "StatusMessage": "cannot create more than 100 manual snapshots (Service: Rds, Status Code: 400, Request ID: d6f46375-55f8-4214-86b1-1449a47fe82d)",
        "ErrorCode": "ServiceLimitExceeded"
    }
}

AB#10427

@willdavsmith willdavsmith self-assigned this Nov 20, 2023
@nicolejms nicolejms added the triaged This item has been triaged by project maintainers and is in the backlog label Nov 20, 2023
@kachawla kachawla added the bug Something is broken or not working as expected label Dec 6, 2023
@kachawla kachawla added the flaky-test Flaky functional/unit tests label Jan 10, 2024
@kachawla
Copy link
Contributor

Added flaky-test label since this issue is causing flakiness in the Test Samples workflow (example: #923).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken or not working as expected flaky-test Flaky functional/unit tests triaged This item has been triaged by project maintainers and is in the backlog
Projects
None yet
Development

No branches or pull requests

3 participants