Skip to content

Unable to import backup from S3 bucket through Terraform #273

@JuanPolanco37

Description

@JuanPolanco37

Description

We intend to create an Aurora RDS cluster & import the backup (Percona XtraBackup) from an existing cluster (in EC2) using Terraform for automation.
We receive the following error when trying to import the Percona Xtrabackup from the S3 bucket:
Error: error creating RDS DB Cluster (XXX) IAM Role (arn:aws:iam::######:role/test-us00-s3-import) Association: InvalidParameterValue: The feature name s3Import is not valid for the engine Aurora MySQL.

We have tried to manually reproduce this step through the AWS Console and it succeeded without any errors.

Versions

  • Terraform:
    Terraform v0.13.7
  • Provider(s):
    Terraform v0.13.7

Expected behavior

We expect that the newly created instance has the data migrated from the backup stored in the S3 bucket

Actual behavior

Error:
Error: error creating RDS DB Cluster (test-us00-rds) IAM Role (arn:aws:iam:##########:role/test-us00-s3-import) Association: InvalidParameterValue: The feature name s3Import is not valid for the engine Aurora MySQL.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions