# 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](https://docs.turnitoff.ai/integrations/cloud-providers/amazon-web-services-aws/aws-supported-resources)

### Entrypoints

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

<table><thead><tr><th width="267">Entrypoint</th><th width="334">Additional Information required</th></tr></thead><tbody><tr><td>Network + Application Load Balancer</td><td>To configure a network or application load balancer, you will require the target group that your application servers that serve traffic are deployed to</td></tr><tr><td>Elastic IP</td><td>To configure an Elastic IP, you will require the Elastic IP that your instance serving traffic is using.</td></tr></tbody></table>

### 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.

<table><thead><tr><th width="267">Item</th><th>Description</th></tr></thead><tbody><tr><td>VPC</td><td>This is the VPC where the agent will be deployed</td></tr><tr><td>Subnet</td><td>This is the subnet where the agent will be deployed</td></tr><tr><td>Security Groups</td><td>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.</td></tr><tr><td>HTTP Ports</td><td>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:<br>80,81,8111</td></tr></tbody></table>
