No AWS FSx Lustre PERSISTENT_2 data association parameter #22656
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/fsx
Issues and PRs that pertain to the fsx service.
Community Note
Terraform CLI and Terraform AWS Provider Version
➜ terraform terraform -v
Terraform v1.1.2
on darwin_arm64
provider registry.terraform.io/hashicorp/aws v3.72.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
I am trying to deploy an AWS FSX PERSISTENT_2 file system. PERSISTENT_2 was released in Nov 2021 and is built on Lustre v2.12 and offers higher PerUnitStorageThroughput.
However, I need to create a data repository association with the PERSISTENT_2 filesystem but can't using the v3.72.0 AWS provider. The import_path parameter is not compatible with PERSISTENT_2 and there are no other parameters I can use to create the data repository association.
Actual Behavior
The deployment fails if I use import_path using PERSISTENT_2. If I remove the import_path parameter, I get a PERSISTENT_2 filesystem that uses Lustre version 2.12. However, there is no way, using the AWS provider v3.72.0, to create a data reposiotry association so I cannot import files to FSx from S3.
Steps to Reproduce
References
https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-fsx-lustre-file-systems/
The text was updated successfully, but these errors were encountered: