monkey/docs/content/setup/aws.md

1.8 KiB
Raw Blame History

title date draft pre weight tags
AWS 2020-05-26T20:57:36+03:00 false <i class="fab fa-aws"></i> 5
setup
aws

Deployment

On the Infection Monkeys AWS Marketplace page, click Continue to Subscribe.

  1. Choose the desired region.
  2. Choose an EC2 instance type with at least 1GB of RAM for optimal performance or stick with the recommended.
  3. Select the VPC and subnet you want the instance to be in.
  4. In the Security Group section, make sure ports 5000 and 5001 on the machine are accessible for inbound TCP traffic.
  5. Choose an existing EC2 key pair for authenticating with your new instance.
  6. Click Launch with 1-click.

At this point, AWS will instance and deploy your new machine.

When ready, you can browse to the Infection Monkey running on your fresh deployment at:

https://{public-ip}:5000

You will be presented a login page. Use the username monkey, and the new EC2 instaces instance ID for password. You can find the instance id by going to the EC2 console and selecting your instance. It should appear in the details pane below.

AWS instance ID

Integration with AWS services

The Monkey has built-in integrations with AWS services for better execution and reporting. See Usage -> Integrations for more details.

Upgrading

Currently there's no "upgrade-in-place" option when a new version comes out. To get the new version, you can deploy a new machine from the marketplace. If you'd like to keep your existing configuration, you can export it to a file by using the Export button and then import it to the new Monkey Island.

Export configuration