crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
141 stars 121 forks source link

Failure create AWS Aurora Cluster #901

Closed rubenhak closed 1 week ago

rubenhak commented 11 months ago

I'm trying to create an AuroraMySQL cluster. Getting an error:

apply failed: creating RDS Cluster (mysql-cluster): InvalidParameterCombination: DBClusterInstanceClass isn't supported for DB engine aurora-mysql. status code: 400

Used the following config:

apiVersion: rds.aws.upbound.io/v1beta1
kind: Cluster
metadata:
  name: mysql-cluster
spec:
  forProvider:
    engine: aurora-mysql
    engineVersion: 8.0.mysql_aurora.3.04.0
    masterPasswordSecretRef:
      namespace: argocd
      name: mysql-creds
      key: MYSQL_PASS
    masterUsername: admin
    region: us-east-1
    skipFinalSnapshot: true
    dbClusterInstanceClass: db.t3.medium
  providerConfigRef:
    name: default  

Using xpkg.upbound.io/upbound/provider-aws-rds:v0.41.0

Thank you.

github-actions[bot] commented 5 months ago

This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

github-actions[bot] commented 3 weeks ago

This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

github-actions[bot] commented 1 week ago

This issue is being closed since there has been no activity for 14 days since marking it as stale. If you still need help, feel free to comment or reopen the issue!