2 Answers
- Newest
- Most votes
- Most comments
1
Hello.
CloudWatch alarms should be visible to any IAM user with viewing permissions.
Is it possible to get the CloudWatch alarm using the AWS CLI with the command below?
For "your-region-code", enter the code of the region where your CloudWatch alarm is located.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudwatch/describe-alarms.html
aws cloudwatch describe-alarms --region "your-region-code"
Try running the AWS CLI from CloudShell.
https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html
0
Hi,
I think I did it right (im very new to AWS):
This looks like there are no Alarms.... which is what I see in the GUI for the CloudWatch.... I wonder if I have the right view permissions.
answered 3 months ago
Relevant content
- asked 2 months ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago
By the way, even if you open "All alarms" from the console, no alarms are displayed?
I think I did it - posted as an answer by accident. Also, yes, I don't see any alarms at all even in the all alarms section. One must exist as we are getting emails from it haha
As far as I can see from the AWS CLI results, there are no problems with command execution, so I don't think it's a permission issue. Therefore, it is possible that the alarm exists in a different region or is set in a different AWS account.