2020-06-08 02:44:19 +08:00
---
title: "AWS"
date: 2020-05-26T20:57:36+03:00
draft: false
pre: '< i class = "fab fa-aws" > < / i > '
weight: 5
2021-01-28 02:23:11 +08:00
tags: ["setup", "aws"]
2020-06-08 02:44:19 +08:00
---
## Deployment
2021-01-28 02:13:25 +08:00
On the [Infection Monkey's AWS Marketplace page ](https://aws.amazon.com/marketplace/pp/GuardiCore-Infection-Monkey/B07B3J7K6D ), click **Continue to Subscribe** .
2020-06-08 02:44:19 +08:00
1. Choose the desired region.
2021-01-27 01:56:36 +08:00
1. Choose an EC2 instance type with at least 1GB of RAM for optimal performance or stick with the default recommendation.
2021-01-28 02:23:11 +08:00
1. Select the VPC and subnet you want to use for the new instance.
2020-06-08 02:44:19 +08:00
1. In the Security Group section, make sure ports 5000 and 5001 on the machine are accessible for inbound TCP traffic.
2021-01-28 02:23:11 +08:00
1. Choose an existing EC2 key pair for authenticating with the new instance.
2020-06-08 02:44:19 +08:00
1. Click **Launch with 1-click.**
2021-01-28 02:23:11 +08:00
At this point, AWS will instance and deploy the new machine.
2020-06-08 02:44:19 +08:00
2021-01-28 02:23:11 +08:00
When ready, you can browse to the Infection Monkey running on the fresh deployment at:
2020-06-08 02:44:19 +08:00
`https://{public-ip}:5000`
2022-01-25 20:59:55 +08:00
To login to the machine, use *ubuntu* username.
2020-06-14 20:44:07 +08:00
2020-06-28 16:35:16 +08:00
## Integration with AWS services
2021-01-28 02:23:11 +08:00
The Infection Monkey has built-in integrations with AWS services for better
execution and reporting. See [Usage -> Integrations ](../../usage/integrations )
for more details.
2020-06-28 16:35:16 +08:00
2020-06-14 20:44:07 +08:00
## Upgrading
2021-01-27 01:56:36 +08:00
2021-01-28 01:54:35 +08:00
Currently, there's no "upgrade-in-place" option when a new version is released.
To get an updated 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
using the *Export config* button and then import it to the new Monkey Island.
2020-06-14 20:44:07 +08:00
![Export configuration ](../../images/setup/export-configuration.png "Export configuration" )