https://github.com/jbrt/aws-ecs-nameko-examples
Nameko examples that's running inside AWS ECS containers
https://github.com/jbrt/aws-ecs-nameko-examples
aws ecs nameko serverless
Last synced: 6 months ago
JSON representation
Nameko examples that's running inside AWS ECS containers
- Host: GitHub
- URL: https://github.com/jbrt/aws-ecs-nameko-examples
- Owner: jbrt
- License: mit
- Created: 2019-03-09T14:06:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T11:15:29.000Z (about 7 years ago)
- Last Synced: 2025-07-08T11:08:03.228Z (9 months ago)
- Topics: aws, ecs, nameko, serverless
- Language: HCL
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nameko examples (from Nameko project) running inside AWS Cloud
The goal of this repository is to runs some ligthweight Nameko microservices
into the AWS Cloud.
**This is, obviously, only for testing, not for production purpose.**
**Work in Progress**
## Architecture
This project will create this resources into your AWS account:
- ECS Cluster
- ECS tasks (running in FARGATE mode)
- ElastiCache Redis Cluster
- RDS PostGreSQL database
## Deployment
You can use the Terraform template embedded in this project for deploying the
microservices.
```bash
$ terraform init
$ terraform plan
$ terraform apply
```
## License
This project is under MIT license.