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?

已提問 1 年前檢視次數 369 次
2 個答案
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
專家
已回答 1 年前
profile picture
專家
已審閱 10 個月前
  • 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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南