https://github.com/samuraikun/rails-on-ecs-by-terraform
Rails on ECS/Fargate by Terraform(include ALB, AutoScaling, Aurora)
https://github.com/samuraikun/rails-on-ecs-by-terraform
Last synced: 7 months ago
JSON representation
Rails on ECS/Fargate by Terraform(include ALB, AutoScaling, Aurora)
- Host: GitHub
- URL: https://github.com/samuraikun/rails-on-ecs-by-terraform
- Owner: samuraikun
- Created: 2020-12-30T08:41:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T00:19:02.000Z (about 2 years ago)
- Last Synced: 2025-01-22T12:12:57.025Z (9 months ago)
- Language: HCL
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails-on-ecs-by-terraform
## Docker
```sh
$ docker-compose up --no-start
```## Dockerにログオン
```
$ docker-compose run terraform sh$ cd /usr/src/terraform/envs/development/ # productionの場合は cd /usr/src/terraform/envs/production
# ワークスペースの初期化
$ terraform init
# 設定確認
$ terraform plan
# 設定内容反映
$ terraform apply
```## Features
- [x] Network
- [x] ECS/Fargate
- [x] ECS Auto Scaling
- [x] ALB
- [x] Database
- [ ] Deployment
- [ ] Batch