Posts

Showing posts with the label AWS

Running Chaos Experiments with AWS Systems Manager (SSM) Documents

Image
Conducting chaos experiments using AWS Systems Manager (SSM) Documents is an effective way to enhance the resilience and reliability of your AWS infrastructure. In this step-by-step guide, we will focus on uploading SSM Documents to AWS, executing them, and viewing the results of your chaos experiments. We will utilize SSM Documents available from the GitHub repository by Adhorn , which provides pre-built documents for chaos experiments. Let's dive in! Step 1: Access AWS Management Console Access the AWS Management Console by visiting the AWS website and logging in with your AWS account credentials. Ensure that you have the necessary permissions to access and use AWS services, including AWS Systems Manager. Step 2: Explore the Chaos SSM Documents Repository Visit the GitHub repository by Adhorn ( https://github.com/adhorn/chaos-ssm-documents/tree/master/run-command/windows ) that contains a collection of SSM Documents specifically designed for chaos experiments in Windows environm...