IAM Policy to get specific CloudWatch GetMetricData, ListMetrics

0

I set IAM Policy to get CloudWatch GetMetricData, ListMetrics about specific instance or lambda. but I get all metrics. I don't want to get all metrics. How can I get specific instance or lambda using IAM Policy?

2 réponses
0

You can restrict access to specific alarms and dashboards by using their Amazon Resource Names (ARNs) in your policies.

Please follow the below link for more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/iam-access-control-overview-cw.html

profile pictureAWS
répondu il y a 2 ans
  • In this link, "Resource – Use an Amazon Resource Name (ARN) to identify the resource that the policy applies to. CloudWatch does not have any resources for you to control using policies resources, so use the wildcard character (*) in IAM policies. For more information, see CloudWatch resources and operations." I tested this using ARN. this can't be applied. I think I can't get specific metric data. Is it right? @Gautam Kumar

0

Unfortunately, if you look at https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatch.html, you will see it is currently not possible to restrict GetMetricData or ListMetrics with any resource type or condition key - which corresponds to the sentence you highlighted that explains you have to use the wildcard character (*) in IAM policies.

I am not aware of a workaround and wouldn't know what to advise.

profile pictureAWS
Jsc
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions