We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Fault Injection Service (FIS) is a fully managed service for running fault injection experiments.
At the moment, there are no official L2 Constructs.
L1 Construct is here.
FIS is a service that realizes chaos engineering and can be applied to many workloads.
I think having L2 constructs would allow it to be used more widely.
Add new L2 Constructs for AWS FIS.
FIS has experiment templates for many resources, and I'm considering on the class structure to implement.
What I'm considering is creating a base class, and then implementing and creating classes for each resource type that inherits from the base class.
The text was updated successfully, but these errors were encountered:
Thanks for this issue. Looking forward to your PR if you will take it!
Sorry, something went wrong.
No branches or pull requests
Describe the feature
AWS Fault Injection Service (FIS) is a fully managed service for running fault injection experiments.
At the moment, there are no official L2 Constructs.
L1 Construct is here.
Use Case
FIS is a service that realizes chaos engineering and can be applied to many workloads.
I think having L2 constructs would allow it to be used more widely.
Proposed Solution
Add new L2 Constructs for AWS FIS.
FIS has experiment templates for many resources, and I'm considering on the class structure to implement.
What I'm considering is creating a base class, and then implementing and creating classes for each resource type that inherits from the base class.
Other Information
Acknowledgements
The text was updated successfully, but these errors were encountered: