Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.26 KB

configuration-aws.md

File metadata and controls

34 lines (25 loc) · 1.26 KB

AWS

bitops.config.yml is not yet supported for AWS (TODO). All configuration must be done with environment variables

Configuration


aws_access_key_id

  • BitOps Property: TODO
  • Environment Variable: AWS_ACCESS_KEY_ID
  • default: ""
  • required: yes

AWS Access. See AWS official documentation


aws_secret_access_key

  • BitOps Property: TODO
  • Environment Variable: AWS_SECRET_ACCESS_KEY
  • default: ""
  • required: yes

AWS Access. See AWS official documentation


aws_default_region

  • BitOps Property: TODO
  • Environment Variable: AWS_DEFAULT_REGION
  • default: ""
  • required: yes

AWS Access. See AWS official documentation