cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mapping Management Zone Rule for Lambda each AWS Account

abnerlusung
Advisor

Hi all,

Our teams needs to create one management zone per AWS Account.

Each MZ should pick up the Lambda Services.

Question is, how to add the ARN inside the metricSelector or AWS Account ID inside the Monitored Entity Services?

This is my sample Entity properties and I want to use publicCloudId as my ARN.

 

"properties": {
    "serviceType": "RPC_SERVICE",
    "detectedName": "demo-name in ap-southeast-1",
    "isExternalService": false,
    "publicCloudRegion": "ap-southeast-1",
    "publicCloudId": "arn‌‌lambda:ap-southeast-1:123456789:function:demo-name",
    "softwareTechnologies": [
      {
        "type": "NODE_JS"
      },
      {
        "type": "AWS_LAMBDA"
      }
    ],
    "agentTechnologyType": "N/A"
  },

 

Best Regards,

Abner

2 REPLIES 2

andre_vdveen
DynaMight Champion
DynaMight Champion

Hello @abnerlusung, if I understand your requirement correctly, this thread may be of help, specifically Adam's reply.

I've not tested it myself, but it seems possible to use the ARN to create a tag, and then use that tag for your Mgmt Zone setup.

Thanks @andre_vdveen ,

Right now, I created a support ticket based from this discussion. The requirement is actually similar.

 https://community.dynatrace.com/t5/Open-Q-A/MetricSelector-for-Properties-Attribute/td-p/225926

 

Featured Posts