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
エキスパート
レビュー済み 1年前
  • 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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ