2 Answers
- Newest
- Most votes
- Most comments
1
Hi, you have a full step-by-step tutorial for EC2 there: https://docs.aws.amazon.com/fis/latest/userguide/fis-tutorial-run-cpu-stress.html
It can be adapted and combined with https://docs.aws.amazon.com/fis/latest/userguide/ecs-task-actions.html to obtain a full step-by-step procedure
1
Hello, The aws:ecs:task-cpu-stress runs CPU stress on the target tasks. It uses the AWSFIS-Run-CPU-Stress SSM document. The tasks must be managed by AWS Systems Manager. For more information, refer to [1].
[1] - https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html#task-cpu-stress
Relevant content
- asked 2 years ago
- asked 3 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 9 months ago
But It's on EC2 Instance. I want to use Amazon ECS.
that's true: I updated my answer with another link specific to ECS that can be combined with initial one. I personally usually try such things with EC2 before going to ECS, which is harder to debug. If you start with EC2, you will ensure your understanding of FIS before going to ECS.