How do I create a Storage Gateway for volumes using Amazon EC2 as the host platform?

5 分的閱讀內容
0

I want to create an AWS Storage Gateway for data to be stored in volumes. Also, I want to use Amazon Elastic Compute Cloud (Amazon EC2) as the host platform.

Short description

To create a Volume Gateway, complete these steps in the AWS Management Console:

1.    Choose the gateway type.

2.    Choose the host platform.

3.    Configure the EC2 instance.

4.    Complete the gateway setup and create a volume.

Note: This resolution explains how to create a Volume Gateway with Amazon EC2, but the steps are similar for an on-premises deployment. For more information on ways to create a Volume Gateway, see Set up a Volume Gateway.

Resolution

Before you begin this procedure, be sure to launch the following:

  • An EC2 instance with the IP address where you will activate the gateway from.
  • An EC2 instance with an IP address to connect iSCSI initiators with your gateway.
  • An internet gateway or NAT gateway to connect your gateway to the Storage Gateway endpoints.

Note: It's a best practice for your initiator and gateway to be in the same AWS Region. Or, make them as geographically close together as possible.

Choose the gateway type

Proceed with the steps to select a Volume Gateway.

Choose the host platform (Amazon EC2)

1.    In the Create gateway wizard of the Storage Gateway console, for Select host platform, choose Amazon EC2.
Note: Be sure to expand the section "Set up instructions for Amazon EC2." Then, review the instructions before you proceed.

2.    Choose Launch instance. This opens a new browser window to the Choose an Instance Type page within the Amazon EC2 console.
Note: Don't close the browser window with the Storage Gateway console. You return to this page in a later step.

Configure the host platform (Amazon EC2)

1.    In the Amazon EC2 console, under Step 2: Choose an Instance Type, select m4.xlarge or one of the recommended instance types.

2.    Choose Next: Configure Instance Details.

3.    For Subnet, choose the subnet based on the internet gateway or NAT gateway that you use to connect to the Storage Gateway endpoints. If you use an internet gateway, then choose its associated public subnet. If you use a NAT gateway, then choose its associated private subnet.

4.    Choose Next: Add Storage.

5.    Choose Add New Volume to add another volume for the upload buffer of the gateway. For Size (GiB), enter the size of the volume. It must be at least 150 GiB.

6.    If you're setting up a gateway for cached volumes, choose Add New Volume to add a volume for the cache storage. For Size (GiB), enter the size of the volume. It must be at least 150 GiB.
Note: You don't need a cache volume for a stored Volume Gateway.

7.    Choose Next: Add Tags.

8.    Optionally, add tags for the gateway's EC2 host.

9.    Choose Next: Configure Security Group.

10.    Confirm that you have security group rules that allow inbound traffic from ports 80, 22, and 3260. Port 80 is used for gateway activation. Port 22 is used for SSH. Port 3260 is used by iSCSI initiators to connect to the gateway. Add security group rules as needed.
Note: Your gateway’s EC2 instance must also allow outbound traffic from ports 53, 123, and 443. These outbound ports are typically open by default in the configuration for a security group or an access control list (ACL).

11.    In a separate browser window, open the Amazon EC2 console. Then, find the EC2 instance with the IP address to activate the gateway from. Note the IP address.
Note: If the activating instance is in a different Amazon Virtual Private Cloud (Amazon VPC) than the gateway, then you must get the public IP address of the activating instance.

12.    Open the Step 6: Configure Security Group page for the gateway's EC2 instance. Add the IP address of the activating instance as the source IP address for ports 80 and 22.

13.    In a separate browser window, open the Amazon EC2 console. Then, find the IP address of the EC2 instance to act as the iSCSI initiator to the gateway's iSCSI targets. Note the IP address.

14.    Open the Step 6: Configure Security Group page for the gateway's EC2 instance. Add the IP address from the previous step as the source IP address for port 3260.

15.    Choose Review and Launch.

16.    Choose Launch and select the appropriate key pair. Then, choose Launch Instances.

Complete the gateway setup and create a volume

Return to your browser window with the Storage Gateway console. Proceed with the steps to connect to the gateway, activate the gateway, and configure the gateway. Then, create a volume.


Related information

Monitoring Storage Gateway

AWS 官方
AWS 官方已更新 2 年前