Skip to content

[BUG] AWS Backup doesn't work when Encryption is configured on EFS nodes #5

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

Open
dgoodellrhy opened this issue Apr 21, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dgoodellrhy
Copy link
Contributor

dgoodellrhy commented Apr 21, 2021

Describe the bug
When creating an EFS volume with a KMS key encryption, AWS Backup fails

To Reproduce

module "app_efs" {
  source  = "rhythmictech/efs-filesystem/aws"
  version = "~> 0.1.1"

  name                    = "${var.env}-efs"
  allowed_security_groups = [aws_security_group.allow_app_efs_access.id]
  enable_backups          = true
  provisioned_throughput  = var.efs_provisioned_throughput
  subnets                 = data.terraform_remote_state.network.outputs.private_subnets
  throughput_mode         = var.efs_throughput_mode
  vpc_id                  = local.vpc_id
  additional_tags = ""
}

Expected behavior
creating an EFS volume using encryption without specifying a DMS key allows EFS backups when they are configured

Screenshots

Desktop (please complete the following information):

Additional context

@dgoodellrhy dgoodellrhy added the bug Something isn't working label Apr 21, 2021
@dgoodellrhy dgoodellrhy changed the title [BUG] [BUG] AWS Backup doesn't work when Encryption is configured on EFS nodes Apr 21, 2021
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

2 participants