Skip to content

Commit

Permalink
Doc: basic usage deploy/aws
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman authored and iknite committed Feb 19, 2019
1 parent febffef commit 42ade82
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deploy/aws/usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

# Deploy QED Cluster and Prometheus+Grafana on AWS

## Requirements:
* Python, Pip
* AWS Cli (pip install awscli)
* Terraform (go get github.com/hashicorp/terraform)

## Init

```
$ export GO111MODULE=on
$ terraform init -backend-config "$aws-profile=name"
```

## Deploy
```
$ terraform apply -auto-approve
```
The AWS Public IP will generated as output at the end.

## Destroy
```
$ terraform destroy -auto-approve
```

0 comments on commit 42ade82

Please sign in to comment.