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]: CloudWatch Network Monitor #35705

Closed
ggaugain opened this issue Feb 7, 2024 · 3 comments
Closed

[New Resource]: CloudWatch Network Monitor #35705

ggaugain opened this issue Feb 7, 2024 · 3 comments
Labels
service/cloudwatch Issues and PRs that pertain to the cloudwatch service.

Comments

@ggaugain
Copy link

ggaugain commented Feb 7, 2024

Description

CloudWatch Network Monitor was released a few week ago to Generally Available. It would be nice to have that available in the AWS Terraform provider, for now I have created it manually through the web console.

Requested Resource(s) and/or Data Source(s)

  • aws_cloudwatch_network_monitor

Potential Terraform Configuration

resource "aws_cloudwatch_network_monitor" "check1" {
  name               = "CheckDC1"
  aggregation_period = 30

  subnet_id   = list[...]
  destination = map(string)

  tags            = map(string)
  add_tag_to_prob = true
}

References

https://aws.amazon.com/about-aws/whats-new/2023/12/amazon-cloudwatch-network-monitor-generally-available/
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/nw-monitor-how-it-works.html

Would you like to implement a fix?

No

@github-actions github-actions bot added the service/cloudwatch Issues and PRs that pertain to the cloudwatch service. label Feb 7, 2024
Copy link

github-actions bot commented Feb 7, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • 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.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 7, 2024
@ewbankkit ewbankkit removed the needs-triage Waiting for first response or review from a maintainer. label Feb 9, 2024
@ewbankkit
Copy link
Contributor

@ggaugain Thanks for raising this issue.
It has already been noticed in #35342. I'm going to close this one as a duplicate so that we can concentrate discussion in the linked issue.
Please add any additional comments there.

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 Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/cloudwatch Issues and PRs that pertain to the cloudwatch service.
Projects
None yet
Development

No branches or pull requests

2 participants