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

Workflow failure: main #256

Closed
pulumi-bot opened this issue Nov 26, 2024 · 5 comments
Closed

Workflow failure: main #256

pulumi-bot opened this issue Nov 26, 2024 · 5 comments
Assignees
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed

Comments

@pulumi-bot
Copy link
Contributor

pulumi-bot commented Nov 26, 2024

Workflow Failure

main has failed. See the list of failures below:

@pulumi-bot pulumi-bot added kind/engineering Work that is not visible to an external user needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Nov 26, 2024
@t0yv0
Copy link
Member

t0yv0 commented Nov 26, 2024

@ destroying....

  • aws-native:rds:DbInstance Instance deleting (0s)
  • aws-native:rds:DbInstance Instance deleting (0s) error: operation DELETE failed with "ServiceLimitExceeded": cannot create more than 100 manual snapshots (Service: Rds, Status Code: 400, Request ID: a6df862b-2403-4087-9542-f82c30001e7c)
  • aws-native:rds:DbInstance Instance deleting failed error: operation DELETE failed with "ServiceLimitExceeded": cannot create more than 100 manual snapshots (Service: Rds, Status Code: 400, Request ID: a6df862b-2403-4087-9542-f82c30001e7c)

@t0yv0 t0yv0 self-assigned this Nov 26, 2024
@t0yv0
Copy link
Member

t0yv0 commented Nov 26, 2024

Related: pulumi/pulumi-aws-native#1488

When you delete an RDS instance through ccapi it creates a manual snapshot. The default DeletionPolicy for RDS is Snapshot in CloudFormation so it looks like ccapi inherits that without a way of changing it

@t0yv0
Copy link
Member

t0yv0 commented Nov 26, 2024

Let me look at ensuring snapshots are covered by the AWS account cleaner.

@flostadler flostadler removed the needs-triage Needs attention from the triage team label Nov 27, 2024
@flostadler
Copy link
Contributor

flostadler commented Nov 27, 2024

The DbInstance is taken care of now, but S3 AccessPoint is failing now:

TestS3ObjectLambda:

 +  aws-native:s3:AccessPoint exampleBucketAP **creating failed** error: creating resource: creating resource: operation error CloudControl: CreateResource, https response error StatusCode: 400, RequestID: 08af1a06-9921-4896-abcf-4832c09fbd3a, ConcurrentOperationException: Concurrent operation found for resource example-test-ap with RequestToken 61278738-017a-43d3-a7ff-6e8b9c462f2f
    pulumi:pulumi:Stack pulumi-aws-s3-object-lambda-p-it-fv-az1380--s3-object--b26f5879 running error: update failed
    pulumi:pulumi:Stack pulumi-aws-s3-object-lambda-p-it-fv-az1380--s3-object--b26f5879 **failed** 1 error
Diagnostics:
  pulumi:pulumi:Stack (pulumi-aws-s3-object-lambda-p-it-fv-az1380--s3-object--b26f5879):
    error: update failed

  aws-native:s3:AccessPoint (exampleBucketAP):
    error: creating resource: creating resource: operation error CloudControl: CreateResource, https response error StatusCode: 400, RequestID: 08af1a06-9921-4896-abcf-4832c09fbd3a, ConcurrentOperationException: Concurrent operation found for resource example-test-ap with RequestToken 61278738-017a-43d3-a7ff-6e8b9c462f2f

Looking into it

@flostadler flostadler added the resolution/fixed This issue was fixed label Nov 27, 2024
@flostadler
Copy link
Contributor

This was already fixed on main. Current main branch is passing.
Will close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

3 participants