1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 10 months ago
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a month ago
Hello, I'd recommend using AWS Exec on your Fargate tasks to enable a CLI. Once on the task, you can stress test by installing the stress package like shown here: https://www.cyberciti.biz/faq/stress-test-linux-unix-server-with-stress-ng/
Hi,
You can enable ecs exec by following the steps metioned 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.