Skip to content

Scalable AWS ECS Fargate using Apollo Server as an example

Notifications You must be signed in to change notification settings

sethlfuller/scalable-ecs-fargate

 
 

Repository files navigation

Scalable AWS ECS Fargate using Apollo Server as an example

HOWTO

  • If you want to test on the Premises, you can using docker-compose to run it.
  • Using Cloudformation Fargate Cluster to create stack.

Architecture

Scalable ECS Fargate

Load testing with Apache Benchmark

  • Populate data.txt with
{"query":"{ books { title } }"}
  • Run the test
ab -v 3 -n 10000 -c 10 -T 'application/json' -p data.txt ${ALB DNS}

Reference

About

Scalable AWS ECS Fargate using Apollo Server as an example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • Dockerfile 19.5%