We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d2cc5 commit 951d4f6Copy full SHA for 951d4f6
examples/aws-cli-example.yml
@@ -0,0 +1,12 @@
1
+# This example tests access for nri-flex to use the AWS CLI by executing the get-caller-identity command from Security Token Service (STS)
2
+# The root user that executes nri-flex will need access to the credentials for AWS that you want to use
3
+# NRQL validation: FROM aws_cli_test SELECT *
4
+integrations:
5
+ - name: nri-flex
6
+ interval: 300s
7
+ config:
8
+ name: aws_cli_test
9
+ apis:
10
+ - event_type: aws_cli_test
11
+ commands:
12
+ - run: "aws sts get-caller-identity"
0 commit comments