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

EBS volume is not created #1858

Closed
bianchi2 opened this issue Sep 3, 2023 · 1 comment
Closed

EBS volume is not created #1858

bianchi2 opened this issue Sep 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@bianchi2
Copy link

bianchi2 commented Sep 3, 2023

using v0.43.0 aws provider.

spec:
  deletionPolicy: Orphan
  forProvider:
    availabilityZone: ap-southeast-2a
    encrypted: true
    kmsKeyId: key
    region: ap-southeast-2
    size: 2
    snapshotID: snap-12348debdaaqwerty
    tagSpecifications:
    - resourceType: volume
      tags:
      - key: Name
        value: ebs-clone-411e7157-93e7-4228-b2fa-777faf7714b4

This is what happens in events:

  Normal   CreatedExternalResource       11m                 managed/volume.ec2.aws.crossplane.io  Successfully requested creation of external resource
  Normal   PendingExternalResource       11m (x5 over 11m)   managed/volume.ec2.aws.crossplane.io  Waiting for external resource existence to be confirmed
  Warning  CannotCreateExternalResource  14s (x12 over 10m)  managed/volume.ec2.aws.crossplane.io  cannot create Volume in AWS: IdempotentParameterMismatch: The client token you have provided is associated with a resource that is already deleted. Please use a different client token.
           status code: 400, request id:

In cloudtrail I can see CreateVolume call from crossplane pod but nothing else. The volume is not created. Nothing in provider pod logs.

@bianchi2 bianchi2 added the bug Something isn't working label Sep 3, 2023
@bianchi2
Copy link
Author

bianchi2 commented Sep 3, 2023

Turned out it was an issue with kms key.

@bianchi2 bianchi2 closed this as completed Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant