When you create an instance of the AWS provider, you should specify some configuration information to allow the provider to correctly extract and process metrics from your CSV files.
You can specify configuration information within the config part of the YAML of the instance definition.
Required properties
accessKeyId - the access key id of your chosen IAM use
secretAccessKey - the secret access key of your chosen IAM user
Telemetry instance reference
The following represents the complete configuration reference for the telemetry provider instance.
provider:AWS# This is an instance of the AWS providerconfig:accessKeyId:access_key_id# The access key id of your IAM usersecretAccessKey:secret_access_key# The secret access key of your IAM user
Then you can create the instance for the aws-system using the Akamas CLI:
Configuration options
When you create an instance of the AWS provider, you should specify some configuration information to allow the provider to correctly extract and process metrics from your CSV files.
You can specify configuration information within the config part of the YAML of the instance definition.
Required properties
accessKeyId - the access key id of your chosen IAM use
secretAccessKey - the secret access key of your chosen IAM user
Telemetry instance reference
The following YAML file represents a template to define the telemetry provider instance.
The following table describes the configuration reference for the config section
provider: AWS # This is an instance of the AWS provider
config:
accessKeyId: access_key_id # The access key id of your IAM user
secretAccessKey: secret_access_key # The secret access key of your IAM user