0

if I have an aws account with multiple ec2 instances (eg. Staging, Prod) but I would only like to monitor the production servers so that I won't be charged for monitoring everything, how would I go about doing this? I've tried to specify the specific instances in the policy however I get errors when selecting the list options.

1 Answers1

0

When you configure the AWS role, you should be able to exclude specific resources from that role. Stackdriver will see only what the role it's using has access to.

Yuri Grinshteyn
  • 727
  • 3
  • 13