-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 S3 Replication Time Control #10974
Comments
This would also allow to enable the replication monitoring. S3 RTC needs to be enabled for the replication metrics to be available. Otherwise you can enable them but it'll show no data. Would love to see this one merged. |
Please get this in. I have been waiting for almost 2 years for this feature! |
@YakDriver Please, can you include this in the v3.50.0 or v3.51.0 release. |
any alternatives? |
Not sure if this a "correct" way to do it but I am currently using local-exec provisioner as a workaround. You would have to add the below code in your .tf file
You can modify the replication_config as per your needs. Please note, the replication config created using this approach would NOT be a part of Terraform's state. Hope this helps! |
Unfortunately, the local provisioner solution doesn't work if the aws provider is assuming a role (as is the case for me) because the temporary tokens are not available. |
This functionality has been released in v3.64.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! |
Hi, Issue 17817 was closed but only one of asked feature are available. @ewbankkit
We tried to config this param like terraform plan output, but metrics minutes value can't configured to 0. Regards, |
@tcheksa62 Could you please open a new Issue? |
@tcheksa62 |
Hi @drmaciej, |
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
Amazon S3 Replication Time Control (S3 RTC) is a new feature of S3 Replication that provides a predictable replication time backed by a Service Level Agreement (SLA).
New or Affected Resource(s)
aws_s3_bucket
Potential Terraform Configuration
References
Announcement.
Blog post.
Developer guide.
Requires AWS SDK v1.25.39:
Related:
The text was updated successfully, but these errors were encountered: