convox/install/aws/README.md
David Dollar 7f05d506ee
terraform: move authentication out to env vars (#49)
* terraform: move authentication out to env vars

* not that it is project id
2019-12-10 21:31:35 -05:00

751 B

Convox on AWS

Initial Setup

Configuration

Environment Variables

  • AWS_DEFAULT_REGION (required)
  • AWS_ACCESS_KEY_ID (required)
  • AWS_SECRET_ACCESS_KEY (required)

Install Convox

  • Clone this repository and switch to the directory containing this README
  • Run terraform init
  • Run terraform apply

Convox CLI Setup

  • Install the Convox CLI
  • Run export RACK_URL=$(terraform output rack_url)
  • Run convox rack to ensure that your CLI is connected to your new Rack