Chaos engineering with AWS Fault Injection Simulator on Amazon ECS.

0

How to do Chaos engineering with AWS Fault Injection Simulator on Amazon ECS for aws:ecs:task-cpu-stress action? Is there any step by step procedure?

asked 10 months ago353 views
2 Answers
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

profile pictureAWS
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 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.

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

AWS
Olawale
answered 10 months 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