STCLab-Inc / wave-autoscale

Unified autoscaling & traffic management for clouds and kubernetes
https://waveautoscale.com
Apache License 2.0
30 stars 2 forks source link

Support a variety of Amazon Authentication #110

Closed pueding closed 1 year ago

pueding commented 1 year ago

Reference

Amazon Authentication This plugin uses a credential chain for Authentication with the CloudWatch API endpoint. In the following order the plugin will attempt to authenticate.

  1. Assumed credentials via STS if role_arn attribute is specified (source credentials are evaluated from subsequent rules)
  2. Explicit credentials from access_key, secret_key, and token attributes
  3. Shared profile from profile attribute
  4. Environment Variables
  5. Shared Credentials
  6. EC2 Instance Profile
pueding commented 1 year ago

related to #83