Skip to content

Amazon EKS Terraform Error - InvalidParameterCombination  #1203

@sarahwooders

Description

@sarahwooders

I'm trying to setup Feast by following the AWS EKS/terraform tutorial. After cloning Feast, I did the following:

  1. Run aws emr create-default-roles
  2. Configure my_feast.tfvars like the examples:
name_prefix = "my-feast"
region      = "us-east-1"
  1. Ran terraform init and terraform apply -var-file=my_feast.tfvars

Specs:

  • AWS / us-east-1
  • Mac OS Catalina 10.15.7
  • Terraform 0.13
  • Helm 3.4.1
  • Feast 0.8.1
  • Python 3.8

Although some part of terraform complete (an S3 bucket is created), I get the following error:

module.rds_cluster.aws_rds_cluster.primary[0]: Creating...

Error: error creating RDS cluster: InvalidParameterCombination: Aurora Serverless DB clusters are always encrypted at rest. Encryption can't be disabled.
	status code: 400, request id: 9b3a86a5-c60d-4fd2-890f-7943fb2c0e3f

Would really appreciate any help with getting Feast running on AWS!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions