DEV Community

Gunnar Grosch
Gunnar Grosch

Posted on

Improve Resilience with Controlled Chaos Engineering

This post contains resources for the session Improve Resilience with Controlled Chaos Engineering.

While the benefits of distributed computing are undeniable and have revolutionized IT, they do have some challenges. Architectures have grown increasingly complex and can be hard to understand and difficult to debug and test. Chaos engineering is the process of stressing an application in testing or production environments by creating disruptive events, such as server outages or API throttling, observing how the system responds, and implementing improvements.

AWS Fault Injection Simulator

https://aws.amazon.com/fis/

AWS FIS Documentation

https://docs.aws.amazon.com/fis/

AWS Fault Injection Simulator Samples

https://github.com/aws-samples/aws-fault-injection-simulator-samples

Chaos engineering on Amazon EKS using AWS Fault Injection Simulator

https://aws.amazon.com/blogs/devops/chaos-engineering-on-amazon-eks-using-aws-fault-injection-simulator/

Increase your e-commerce website reliability using chaos engineering and AWS Fault Injection Simulator

https://aws.amazon.com/blogs/devops/increase-e-commerce-reliability-using-chaos-engineering-with-aws-fault-injection-simulator/

Chaos Testing with AWS Fault Injection Simulator and AWS CodePipeline

https://aws.amazon.com/blogs/architecture/chaos-testing-with-aws-fault-injection-simulator-and-aws-codepipeline/

If you have any questions, please reach out on Twitter or LinkedIn. Go experiment!

Top comments (0)