# Install AWS provider

To install the AWS provider, create a YAML file (called `provider.yml` in this example) with the specification of the provider:

```yaml
# AWS Telemetry Provider
name: AWSProvider
description: Imports price metrics from AWS.
dockerImage: 485790562880.dkr.ecr.us-east-2.amazonaws.com/akamas/telemetry-providers/aws-provider:3.2.0
```

Then you can install the provider with the Akamas CLI:

```bash
akamas install telemetry-provider provider.yaml
```

The installed provider is shared with all users of your Akamas installation and can monitor many different systems, by configuring appropriate telemetry provider instances.
