52 lines
2.1 KiB
YAML
52 lines
2.1 KiB
YAML
---
|
|
apiVersion: litmuschaos.io/v1alpha1
|
|
kind: ChartServiceVersion
|
|
metadata:
|
|
name: aws
|
|
version: 0.1.0
|
|
annotations:
|
|
categories: AWS
|
|
chartDescription: Injects faults on AWS services
|
|
executionPlane: "kubernetes"
|
|
spec:
|
|
displayName: AWS
|
|
categoryDescription: >
|
|
AWS chaos contains different faults for AWS cloud provider to test the app/platform service availability. It uses AWS command to carry the fault logic in the instance. It will install all the faults which can be used to inject chaos into the AWS services like EC2, ECS, S3 and so on.
|
|
faults:
|
|
- name: alb-az-down
|
|
description: It injects AZ down chaos on ALB for a certain chaos duration.
|
|
displayName: "ALB AZ Down"
|
|
- name: aws-ssm-chaos-by-id
|
|
description: It allow to perform in-VM chaos using AWS SSM service and EC2 instance ID.
|
|
displayName: "AWS SSM Chaos By ID"
|
|
- name: aws-ssm-chaos-by-tag
|
|
description: It allow to perform in-VM chaos using AWS SSM service and EC2 instance tag.
|
|
displayName: "AWS SSM Chaos By Tag"
|
|
- name: ec2-terminate-by-id
|
|
description: It stops the AWS EC2 instance identified by ID for a certain chaos duration.
|
|
displayName: "EC2 Stop By ID"
|
|
- name: ec2-terminate-by-tag
|
|
description: It stops the AWS EC2 instance identified by Tag for a certain chaos duration.
|
|
displayName: "EC2 Stop By Tag"
|
|
- name: ebs-loss-by-id
|
|
description: It detach the EBS volume from AWS EC2 instance identified by ID for a certain chaos duration.
|
|
displayName: "EBS Loss By ID"
|
|
- name: ebs-loss-by-tag
|
|
description: It detach the EBS volume from AWS EC2 instance identified by Tag for a certain chaos duration.
|
|
displayName: "EBS Loss By Tag"
|
|
keywords:
|
|
- AWS
|
|
minKubeVersion: 1.12.0
|
|
links:
|
|
- name: Kubernetes Website
|
|
url: https://kubernetes.io
|
|
- name: Source Code
|
|
url: https://github.com/kubernetes/kubernetes
|
|
- name: Kubernetes Slack
|
|
url: https://slack.kubernetes.io/
|
|
- name: Documentation
|
|
url: ""
|
|
icon:
|
|
- url: https://raw.githubusercontent.com/litmuschaos/charthub.litmuschaos.io/master/public/litmus.ico
|
|
mediatype: image/png
|