test load support API GW fargate teask

0

Hi team,

I have an AWs architecture Like this :

API GW (http) => vpcLink => NLB => fargate ecs (with myApp, appmesh, envoy)

I want to do a stress test to debug the task stopped due to envoy out of memory

how can I do a stress test for this architecture (via the API GW or stress the CPU ..?) ?

Thank you.

1 Answer
1

Hi,

You can enable ecs exec by following the steps mentioned here https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html . This will provide the exec capability for any container that is part of your task.

So you can exec into required container and run various stress command for load testing.

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions