Is it possible to use cloudwatch describe-alarms-for-metric
to describe cross-accounts alarms?
#8525
Unanswered
MarcosDanielTorres
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm facing the following issue:
I have a monitoring account where I would like to describe all the alarms associated with a specific metric. But that metric comes from a different AWS account, the alarm was created in the monitoring account but not the metric. So when I use
describe-alarm-for-metric
from the monitoring account it doesn't find anything. I can see the metric from the AWS Console but I'm guessing the cli only finds it if it was originally created in that account. At the moment I have no way of specifying where the metric originated.Beta Was this translation helpful? Give feedback.
All reactions