https://github.com/eldimious/aws_vpc_microservices_tutorial
https://github.com/eldimious/aws_vpc_microservices_tutorial
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eldimious/aws_vpc_microservices_tutorial
- Owner: eldimious
- Created: 2021-06-11T08:25:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T14:09:23.000Z (about 5 years ago)
- Last Synced: 2025-09-20T09:38:39.813Z (11 months ago)
- Language: HCL
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this repository for? #
Collection of backend apps to simulate MS ecosystem. We are using Terraform to deploy microservices to AWS. Currently we support deploying using ECS Fargate and ECS EC2.
## Architecture Flow
The flow pipeline for our microservice ecosystem is the 
### Deploy services: ###
In order to deploy microservices in AWS run the following cmd:
```shell
bash deploy.sh
```
and then specify the ECS deployment type, picking fargate or ec2.
### Destroy services: ###
In order to destroy clusters from AWS run the following cmd:
```shell
bash destroy.sh
```