Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 529 Bytes

aws-prometheus-updater

Environment Variable

  • AWS_REGION: AWS Elastic Beanstalk region
  • AWS_CRED_TYPE: AWS credential type, can be accesskey or ec2_metadata
  • AWS_ACCESS_KEY_ID: AWS Access Key ID, only work on accesskey mode
  • AWS_SECRET_ACCESS_KEY: AWS Secret Access Key, only work on accesskey mode
  • TARGET_GROUP_ARN: ARN of the ELBv2 target group
  • OUT_FILE_PATH: Path of the output file
  • UPDATE_RATE: How long the script should update the targets (in sec). Set to zero will only run one time.