-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add explanation for running on AWS EC2 instances
- Loading branch information
1 parent
f06da2a
commit 83b4f00
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "Run on AWS EC2 Instances" | ||
draft: false | ||
description: "Run Infection Monkey on AWS EC2 instances" | ||
tags: ["aws", "ec2", "run"] | ||
pre: "<i class='fa-brands fa-aws'></i> " | ||
--- | ||
|
||
## Description | ||
|
||
The Infection Monkey can run on AWS EC2 instances using the AWS Systems Manager | ||
(SSM) Agent. The SSM Agent is software installed on each EC2 instance that | ||
allows for updates, management, and configuration. It receives requests from | ||
AWS Systems Manager and executes them on the instance, using the Amazon Message | ||
Delivery Service to report back status and execution details. | ||
|
||
This feature lets you execute the Infection Monkey Agent on selected EC2 | ||
instances without manual intervention, enabling simulation of various scenarios | ||
across your AWS infrastructure by running the Monkey on multiple instances. | ||
|
||
EC2 instances must be configured with the SSM agent and the necessary IAM roles | ||
to allow Monkey Island to execute commands. The Monkey Island will | ||
automatically detect running AWS instances and offer the option to deploy the | ||
Monkey on them. | ||
|
||
![Running a Monkey on EC2 Instance]( | ||
/images/island/integrations/aws/run_on_aws_ec2.png "Running a Monkey on EC2 | ||
Instance") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.