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

Add support for EFS CreateReplicationConfiguration #1270

Closed
corymhall opened this issue Aug 9, 2022 · 3 comments
Closed

Add support for EFS CreateReplicationConfiguration #1270

corymhall opened this issue Aug 9, 2022 · 3 comments

Comments

@corymhall
Copy link

Name of the resource

AWS::EFS::FileSystem

Resource name

No response

Description

In January 2022 EFS released support for replication. https://aws.amazon.com/blogs/aws/new-replication-for-amazon-elastic-file-system-efs/

Currently there is no way to configure this in CloudFormation. Not sure if it makes more sense to add it to the AWS::EFS::FileSystem resource or to create a new resource AWS::EFS::FileSystemReplication?

Other Details

No response

@BastiQ
Copy link

BastiQ commented Apr 24, 2023

Any updates on this?

@dale-c-anderson
Copy link

dale-c-anderson commented Jul 13, 2023

One man's opinion: Since replication is currently added with cli after the the efs instance exists, it would make more sense (and be simpler) for the CF resource to also work that way.

It's no added complication for a Replication CF resource to reference an existing EFS resource, whether that EFS was created manually, or whether it was created 2 seconds before in the same CF stack.

The benefit of it being separate is that you don't end up with a chicken/egg scenario where you want to add replication to an existing resource, but you can't because the EFS you want to add it to already exists, and may not necessarily have been created by cloudformation.

@rdbatch02
Copy link

It looks like this was now added to CloudFormation https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-replicationconfiguration

@cfn-github-issues-bot cfn-github-issues-bot moved this from Coming Soon to Shipped in coverage-roadmap Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
coverage-roadmap
  
Shipped
Development

No branches or pull requests

5 participants