AWS Provider

This section of our documentation discusses how to configure a standby page for a AWS provider.

Available Entrypoints

This section of the documentation contains additional information you will need when configuring your standby page with an AWS provider, it is split into two main sections: Entrypoints and Agent configuration.

For an exhaustive list of the entrypoints we support, please see the following page

Entrypoints

The table below, details the information you will need to provide and any additional information that will help you configure your standby page.

Entrypoint
Additional Information required

Network + Application Load Balancer

To configure a network or application load balancer, you will require the target group that your application servers that serve traffic are deployed to

Elastic IP

To configure an Elastic IP, you will require the Elastic IP that your instance serving traffic is using.

Agent Configuration

For the agent to be deployed to your environment with the provider, we require additional items in order for us to ensure that is deployed in the correct location. You may require this information from the team that provisioned your infrastructure, alternatively it is available in the AWS portal. The table below details each item we require, and if they are a mandatory field.

Item
Description

VPC

This is the VPC where the agent will be deployed

Subnet

This is the subnet where the agent will be deployed

Security Groups

These are the security groups that the agent will be created with. Please select the same security groups that the instances that serve the application use.

HTTP Ports

This is the ports that your application will utilise. Input a comma separated value list, for example if your application runs on ports 80,81,8111 then the input will be: 80,81,8111

Last updated