Minimum AWS FSx size is set to 3600GB instead of 1200GB #11828
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/fsx
Issues and PRs that pertain to the fsx service.
Milestone
Community Note
Terraform Version
Terraform v0.12.20
Affected Resource(s)
AWS FSx
Debug Output
Error: module.onebox.aws_fsx_lustre_file_system.permanent_storage: expected storage_capacity to be at least (3600), got 1200
Expected Behavior
Creation of an FSx filesystem with 1200GB capacity
Actual Behavior
produced an error message stating that the minimum capacity is 3600GB
Steps to Reproduce
Create an FSx filesystem
resource "aws_fsx_lustre_file_system" "fsx_storage" {
storage_capacity = 1200
subnet_ids = ["test_subnet"]
}
Important Factoids
References
AWS announcement about the size decrease:
https://aws.amazon.com/about-aws/whats-new/2019/09/amazon-fsx-lustre-reduces-minimum-file-system-size/
The text was updated successfully, but these errors were encountered: