Support PERSISTENT_2
in aws_fsx_lustre_file_system
#22279
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/fsx
Issues and PRs that pertain to the fsx service.
Milestone
Community Note
Description
The
aws_fsx_lustre_file_system
resource currently supports the following values fordeployment_type
:SCRATCH_1
SCRATCH_2
PERSISTENT_1
As of approximately November 2021, AWS introduced the
PERSISTENT_2
deployment type. This introduces a number of new features in FSx for Lustre, including the ability to create many data repository associations for a given file system. Unlike earlierPERSISTENT_1
data repositories, these associations can be configured to export data back to the source S3 bucket.1The current resource has
import_path
andexport_path
attributes. These would not be applicable to aPERSISTENT_2
deployment. ForPERSISTENT_2
file system, its repository associations would need to be configured after the file system is created.New or Affected Resource(s)
Potential Terraform Configuration
References
Footnotes
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/fsx/create-data-repository-association.html ↩
The text was updated successfully, but these errors were encountered: