Remote Subscriber Database (RSD) AWS hosting setup guide: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
Line 53: Line 53:
#:[[File:Create stack.png|RTENOTITLE]]   
#:[[File:Create stack.png|RTENOTITLE]]   
#Specify the template:  
#Specify the template:  
## class="nested"|Select '''Upload a template file'''.  
##class="nested"|Select '''Upload a template file'''.  
##Click '''Choose file'''.  
##Click '''Choose file'''.  
##Browse to the location of the saved '''network-stack.yaml''' file.  
##Browse to the location of the saved '''network-stack.yaml''' file.  
Line 76: Line 76:
#Click '''Create stack''' and then select '''With new resources (standard)'''[[Image:]] &nbsp; Step 1 - Specify the template<br/> Leave the defaults '''Template is ready''' and select '''Upload a template file'''<br/> <br/> Click on Choose file<br/> [[Image:]]<br/> Browse to the location of the '''endpoint-stack.yaml''' file which has been supplied.<br/> <br/> Click Next<br/> <br/> Step 2 - Specify stack details<br/> <br/> Select the security group (see prerequisite) and private subnets & VPC that were created from the network stack<br/> <br/> [[Image:]] &nbsp; &nbsp; Step 3 - Configure Stack Options<br/> <br/> Leave default and click next<br/> <br/> Step 4 - Review<br/> <br/> Review and click '''Create stack'''<br/> <br/> Once the PrivateLink stack is created (2-3 mins) you can see the resource CloudFormation has created in the Resources tab.<br/> <br/> [[Image:]]<br/> <br/> Click on the links to review the resources<br/> <br/> '''Security Group'''[[Image:]] '''PrivateLink''' Note the status ‘pending acceptance’ will remain until the request has been approved in the discovery AWS account.[[Image:]]  
#Click '''Create stack''' and then select '''With new resources (standard)'''[[Image:]] &nbsp; Step 1 - Specify the template<br/> Leave the defaults '''Template is ready''' and select '''Upload a template file'''<br/> <br/> Click on Choose file<br/> [[Image:]]<br/> Browse to the location of the '''endpoint-stack.yaml''' file which has been supplied.<br/> <br/> Click Next<br/> <br/> Step 2 - Specify stack details<br/> <br/> Select the security group (see prerequisite) and private subnets & VPC that were created from the network stack<br/> <br/> [[Image:]] &nbsp; &nbsp; Step 3 - Configure Stack Options<br/> <br/> Leave default and click next<br/> <br/> Step 4 - Review<br/> <br/> Review and click '''Create stack'''<br/> <br/> Once the PrivateLink stack is created (2-3 mins) you can see the resource CloudFormation has created in the Resources tab.<br/> <br/> [[Image:]]<br/> <br/> Click on the links to review the resources<br/> <br/> '''Security Group'''[[Image:]] '''PrivateLink''' Note the status ‘pending acceptance’ will remain until the request has been approved in the discovery AWS account.[[Image:]]  


&nbsp;
<ol>
    <li>Fruit
        <ol type="a">
            <li>Apples</li>
            <li>Bananas</li>
            <li>Oranges</li>
        </ol>
    </li>
    <li>Vegetables
        <ol type="a">
            <li>Carrots</li>
            <li>Lettuce</li>
            <li>Cucumbers</li>
        </ol>
    </li>
</ol>

Revision as of 14:55, 13 May 2020

This deployment guide covers some suggested initial installation steps if you want to run the Discovery remote subscriber database in a new Amazon Web Services account.

The installation is simplified using cloudformation (cfn) scripts that create the AWS resources on your behalf.

The following manual steps are required before and after the scripts are run:

Prerequisites

Amazon Web Services

You will require an Amazon Web Services account to run the infrastructure, If you do not already have an AWS account then you can Sign up for an AWS account here.

Please supply your AWS account number to the Discovery team prior to running the installation. The account number can be found in the AWS console here.

Create a Key Pair

  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
  2. In the navigation pane, select Key Pairs.
  3. Select Create key pair.
  4. In Name, type a descriptive name for the key pair.
  5. In File format, select the required save format for the private key. Tip: To save the private key in a format that can be used with OpenSSH, select pem; to save the private key in a format that can be used with PuTTY, select ppk.
  6. Select Create key pair.
    Note: The private key is downloaded in your browser and must be kept safe; this is required to connect to the EC2 instances. Alternatively an existing key pair can be used.

AWS Cloudformation Installation - Network Stack

Note: The following subnets are hardcoded into the cfn script by default. You might need to change these according to your hosting requirements; the ACLs within the cfn script will also need updating.
VPC:

CIDR: "192.168.132.0/22"

Public0:

CIDR: "192.168.132.0/24"

Public1:

CIDR: "192.168.133.0/24"

Private0:

CIDR: "192.168.134.0/24"

Private1:

CIDR: "192.168.135.0/24"

Instructions

  1. In the AWS console, select Europe (London) eu-west-2 region.
    AWS select region
  2. Navigate to CloudFormation by searching in the services drop-down menu.
  3. Click Create stack and then select With new resources (standard).
    RTENOTITLE
  4. Specify the template:
    1. class="nested"|Select Upload a template file.
    2. Click Choose file.
    3. Browse to the location of the saved network-stack.yaml file.
    4. Click Next.
  5. Specify stack details:
    1. Specify the stack details.
    2. Type a stack name and VPC name.
  6. Configure stack options: leave the default option and then click Next.
  7. Review the selected options and then click Create stack.
    Once the network stack is created (2-3 mins) you can see the resource CloudFormation has created in the Resources tab.
  8. Navigate theServices - VPC to see the resources such as subnets, route tables and ACLs.
    Services - VPC

AWS Cloudformation Installation - VPC Endpoint (PrivateLink)

Prerequisites

Note: Before you run this cfn script, you need to create a security group that will be applied to the filer instance. You then select the security group from a drop-down list when running this cfn script. This will allow the filer instance to access the sftp server via the PrivateLink.
Your AWS account number will need to be whitelisted by Discovery before running the cfn script.

Instructions

  1. In the AWS console please make sure you have the Europe (London) eu-west-2 region selected.
  2. In the drop down menu, navigate to CloudFormation.
  3. Click Create stack and then select With new resources (standard)[[Image:]]   Step 1 - Specify the template
    Leave the defaults Template is ready and select Upload a template file

    Click on Choose file
    [[Image:]]
    Browse to the location of the endpoint-stack.yaml file which has been supplied.

    Click Next

    Step 2 - Specify stack details

    Select the security group (see prerequisite) and private subnets & VPC that were created from the network stack

    [[Image:]]     Step 3 - Configure Stack Options

    Leave default and click next

    Step 4 - Review

    Review and click Create stack

    Once the PrivateLink stack is created (2-3 mins) you can see the resource CloudFormation has created in the Resources tab.

    [[Image:]]

    Click on the links to review the resources

    Security Group[[Image:]] PrivateLink Note the status ‘pending acceptance’ will remain until the request has been approved in the discovery AWS account.[[Image:]]
  1. Fruit
    1. Apples
    2. Bananas
    3. Oranges
  2. Vegetables
    1. Carrots
    2. Lettuce
    3. Cucumbers