Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Gaussen <[email protected]>
  • Loading branch information
mazyu36 and nmussy authored Dec 24, 2024
1 parent 50478e4 commit 3edc10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ taskDefinition.addContainer('container', {
You can utilize fault injection with Amazon ECS on both Amazon EC2 and Fargate to test how their application responds to certain impairment scenarios. These tests provide information you can use to optimize your application's performance and resiliency.

When fault injection is enabled, the Amazon ECS container agent allows tasks access to new fault injection endpoints.
Fault injection only works with tasks using the awsvpc or host network modes.
Fault injection only works with tasks using the `AWS_VPC` or `HOST` network modes.

For more infomation, see [Use fault injection with your Amazon ECS and Fargate workloads](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fault-injection.html).

Expand Down

0 comments on commit 3edc10a

Please sign in to comment.