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

Support for provisioned throughput in aws_msk_cluster #24464

Closed
ryan-dyer-sp opened this issue Apr 29, 2022 · 5 comments · Fixed by #24767
Closed

Support for provisioned throughput in aws_msk_cluster #24464

ryan-dyer-sp opened this issue Apr 29, 2022 · 5 comments · Fixed by #24767
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/kafka Issues and PRs that pertain to the kafka service.
Milestone

Comments

@ryan-dyer-sp
Copy link
Contributor

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

aws_msk_cluster is missing support for the provisioned throughput storage functionality

New or Affected Resource(s)

aws_msk_cluster

Potential Terraform Configuration

broker_node_group_info {
instance_type = var.instance_type
ebs_volume_size = var.ebs_volume_size
ebs_provisioned_throughput = X # if defined, enabled provisioned throughput with corresponding value.
}

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-msk-scale-storage-1000-broker/
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/kafka@v1.17.4/types#BrokerEBSVolumeInfo

@ryan-dyer-sp ryan-dyer-sp added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 29, 2022
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Apr 29, 2022
@justinretzolk justinretzolk added service/kafka Issues and PRs that pertain to the kafka service. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 29, 2022
@gregswift
Copy link

Would the expectation of supporting this be full provision and re-configure/provision at a later time?

@AdamTylerLynch
Copy link
Collaborator

I'm going to pick this issue up.

@AdamTylerLynch
Copy link
Collaborator

Would the expectation of supporting this be full provision and re-configure/provision at a later time?

My intended implementation is to allow existing clusters to upgrade their storage to provisioned storage without resource recreation (destroy/create).

@github-actions
Copy link

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

@github-actions
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 Jun 20, 2022
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. service/kafka Issues and PRs that pertain to the kafka service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants