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: Amazon CloudWatch Anomaly Detector #10551

Closed
ewbankkit opened this issue Oct 18, 2019 · 7 comments
Closed

New Resource: Amazon CloudWatch Anomaly Detector #10551

ewbankkit opened this issue Oct 18, 2019 · 7 comments
Labels
new-resource Introduces a new resource. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. stale Old or inactive issues managed by automation, if no further action taken these will get closed.

Comments

@ewbankkit
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 "me too" comments, 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

Amazon CloudWatch Anomaly Detection is now available in all commercial AWS regions.

New or Affected Resource(s)

  • aws_cloudwatch_anomaly_detector

Potential Terraform Configuration

resource "aws_cloudwatch_anomaly_detector" "example" {
  namespace   = "AWS/EC2"
  metric_name = "CPUUtilization"
  statistic   = "Average"

  dimension {
    name  = "dimension1"
    value = "value1"
  }
  dimension {
    name  = "dimension2"
    value = "value2"
  }
}

References

Announcement.
Blog post.
API reference.

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Oct 18, 2019
@ghost ghost added the service/cloudwatch Issues and PRs that pertain to the cloudwatch service. label Oct 18, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Oct 18, 2019
@airmonitor
Copy link

I believe that this is a duplicated issue.

First request to implement cw anomaly is below:

#9293

@bflad
Copy link
Contributor

bflad commented Nov 15, 2019

EDIT: Actually this is not a duplicate -- there is a separate API for anomaly detectors as mentioned in the issue description: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutAnomalyDetector.html Sorry for the errant close.

@bflad bflad closed this as completed Nov 15, 2019
@bflad bflad reopened this Nov 15, 2019
@bflad bflad added new-resource Introduces a new resource. and removed enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Nov 15, 2019
@bflad bflad changed the title Amazon CloudWatch Anomaly Detection New Resource: Amazon CloudWatch Anomaly Detector Nov 15, 2019
@airmonitor
Copy link

Please correct me if im wrong but both requests are for cloud watch anomaly detection in cloud watch alarms :)

@cougar2009
Copy link

Correct me if I am wrong, but will there not be a aws_cloudwatch_anomaly_detector resource then? Just use aws_cloudwatch_metric_alarm instead right?

@christianhaller3000
Copy link

@github-actions
Copy link

github-actions bot commented Jan 3, 2022

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Jan 3, 2022
@github-actions github-actions bot closed this as completed Feb 3, 2022
@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 May 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. stale Old or inactive issues managed by automation, if no further action taken these will get closed.
Projects
None yet
Development

No branches or pull requests

5 participants