Skip to content

Commit

Permalink
Docs for AWS (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amet13 authored Apr 1, 2022
1 parent 8de49ba commit b1a4fa0
Show file tree
Hide file tree
Showing 34 changed files with 43 additions and 9 deletions.
6 changes: 0 additions & 6 deletions docs/advanced-docs/terraform/aws.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/advanced-docs/terraform/aws_ec2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# AWS EC2

{%
include "../../../terraform/aws_ec2/README.md"
start="# AWS EC2 deployment"
%}
6 changes: 6 additions & 0 deletions docs/advanced-docs/terraform/aws_eks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# AWS EKS

{%
include "../../../terraform/aws_eks/README.md"
start="# AWS EKS deployment"
%}
6 changes: 6 additions & 0 deletions docs/advanced-docs/terraform/vultr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Vultr

{%
include "../../../terraform/vultr/README.md"
start="# Vultr deployment"
%}
2 changes: 1 addition & 1 deletion terraform/aws/README.md → terraform/aws_ec2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS deployment
# AWS EC2 deployment

## Requirements

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions terraform/aws_eks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# AWS EKS deployment

## Requirements

- AWS account
- `terraform` installed

## Deploy

To deploy run:

```sh
terraform init
terraform apply
```

## Destroy

To destroy infrastructure use commands:

```sh
terraform destroy
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash -xe

sudo /etc/eks/bootstrap.sh --apiserver-endpoint ${CLUSTER_ENDPOINT} --b64-cluster-ca ${CLUSTER_CA_DATA} ${CLUSTER_NAME}

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion terraform/heroku/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Latest release: https://github.com/Arriven/db1000n/releases/latest
app_version = "0.8.9"
app_version = "0.8.15"

# If you want to use more that 1 instance and larger instance type
# make sure that your Credit Card is attached to the account
Expand Down

0 comments on commit b1a4fa0

Please sign in to comment.