-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Amazon EBS Fast Snapshot Restore #10972
Comments
That's a cool feature! |
@blckct A brief look at the API suggested to me that you would have to specify the AZs for the FSR. |
@ewbankkit Oh, you're right. |
Would it make sense to have a seperate resource for this as well as a block within the snapshot resource? Line of thinking is that FSR can be enabled and disabled independently to the snapshot creation, so users may want to enable/disable FSR in different pipelines to the snapshot creation. Especially considering the cost of FSR. |
Do we have any update on this feature? |
Almost three years later, perhaps this has been implemented elsewhere, or is it still a wishlist/pending feature? |
Hello @breathingdust, happy to see this got prioritized. Any estimation on when it would be available? Happy to contribute if needed. |
Related APIs
Proposed DesignAs the resource "aws_ebs_fast_snapshot_restore" "example" {
availability_zone = "us-east-2a"
source_snapshot_id = aws_ebs_snapshot.example.id
} |
This functionality has been released in v5.32.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
You can now enable Fast Snapshot Restore (FSR) on Amazon Elastic Block Store (EBS) snapshots, ensuring that EBS volumes restored from FSR-enabled snapshots instantly receive full provisioned performance.
New or Affected Resource(s)
aws_ebs_snapshot
Potential Terraform Configuration
References
Announcement.
Blog post.
User guide.
Requires AWS SDK v1.25.39:
The text was updated successfully, but these errors were encountered: