developmentseed / developmentseed/boot-data-instance
Migrating to Terraform
- Ngôn ngữ chính
- Shell
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
[fargate-auto-process](https://github.com/developmentseed/fargate-auto-process) is a tool that data-team use to process data in the cloud, which in many times in our local machines can not process because of the data size, or the internet network is not enough to download huge files.
Data-team we manage all our scripts to process data in Docker containers, so what we need is infrastructures that support containers in the cloud
I've worked on this infrastructure that allows us to start AWS Fargate with a few command lines and deploy our containers. It works fine for AWS. But sometimes we also need to use EC2 instances with all the software installed (docker, docker-compose, git, etc).We already have one cloudformation template, but need to fix disk issues, https://github.com/developmentseed/fargate-auto-process/issues/7
Besides, in some projects We use different cloud providers, which our current repo does not support, ge. Google-Cloud or Azure, AWS. That is why I see it convenient to migrate the Cloudformation to Terraform in order to support multi-provider.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.