Skip to content
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

New resource: aws_drs_replication_configuration_template AWS Elastic Disaster Recovery Service #21865

Closed
evairmarinho opened this issue Nov 22, 2021 · 3 comments · Fixed by #26399
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource.
Milestone

Comments

@evairmarinho
Copy link

evairmarinho commented Nov 22, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Service doc:
"AWS Elastic Disaster Recovery (AWS DRS) minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery."

New or Affected Resource(s)

  • aws_drs_replication_configuration_template

Potential Terraform Configuration

resource "aws_drs_replication_configuration_template" "this" {
  associate_default_security_group = true
  bandwidth_throttling = 1000
  create_public_ip = false
  data_plane_routing = "PRIVATE_IP"
  default_large_staging_disk_type = "gp3"
  ebs_encryption = "DEFAULT"
  ebs_encryption_key_arn = ""

  pit_policy { 
  enabled = false
  interval = 1
  retention_duration = 7
  rule_id = 0
  units = "DAY"
}

  pit_policy { 
  enabled = true
  interval = 7
  retention_duration = 24
  rule_id = 1
  units = "HOUR"
}
  replication_server_instance_type = "t3.medium"
  replication_servers_security_groups_ids = [ "sg-123456" ]
  staging_area_subnet_id = "subnet-123456"
  staging_area_tags = { 
      "Env" : "Dev"
      "StagingArea" : "true" 
   }
  tags = { 
      "Env" : "Dev"
   }
  use_dedicated_replication_server = true
}

References

@evairmarinho evairmarinho added the enhancement Requests to existing resources that expand the functionality or scope. label Nov 22, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Nov 22, 2021
@justinretzolk justinretzolk added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Dec 9, 2021
Copy link

Warning

This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

@github-actions github-actions bot added this to the v5.55.0 milestone Jun 18, 2024
Copy link

This functionality has been released in v5.55.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!

Copy link

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants