Skip to content

Commit be0d53b

Browse files
docs: Add AWS SSM Chaos experiments to AWS experiments table (#5240)
* docs: Add AWS SSM Chaos experiments to AWS experiments table Add AWS SSM Chaos By ID and AWS SSM Chaos By Tag experiments Fixes #5237 Signed-off-by: Coder-pro1 <[email protected]> * Fix AWS SSM Chaos links in contents.md Signed-off-by: Seneviratne N S <[email protected]> --------- Signed-off-by: Coder-pro1 <[email protected]> Signed-off-by: Seneviratne N S <[email protected]> Co-authored-by: Pritesh Kiri <[email protected]>
1 parent 1f70b87 commit be0d53b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

mkdocs/docs/experiments/categories/contents.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,16 @@ Following Platform Chaos experiments are available:
268268
<td>Detach the EBS volume matched by volume tag</td>
269269
<td><a href="/litmus/experiments/categories/aws/ebs-loss-by-tag">ebs-loss-by-tag</a></td>
270270
</tr>
271+
<tr>
272+
<td>AWS SSM Chaos By ID</td>
273+
<td>Disrupt the state of infrastructure resources by ID</td>
274+
<td><a href="/litmus/experiments/categories/aws-ssm/aws-ssm-chaos-by-id">aws-ssm-chaos-by-id</a></td>
275+
</tr>
276+
<tr>
277+
<td>AWS SSM Chaos By Tag</td>
278+
<td>Disrupt the state of infrastructure resources by tags</td>
279+
<td><a href="/litmus/experiments/categories/aws-ssm/aws-ssm-chaos-by-tag">aws-ssm-chaos-by-tag</a></td>
280+
</tr>
271281
</table>
272282

273283
### GCP

0 commit comments

Comments
 (0)