Create data transfer endpoints for File Transfer
Data transfer endpoints enable connectivity with the source mainframe, and support high availability, scalability, and streamlined management of agents. Individual agents are installed on mainframe LPARs and can be grouped together into a data transfer endpoint. When a request is made to transfer a dataset, one agent in the data transfer endpoint will handle that specific transfer. To initiate data transfers, at least one agent on the data transfer endpoint must be online.
This procedure assumes that you have completed the steps in Set up for AWS Mainframe Modernization and Configure File Transfer agent on the source mainframe.
Create data transfer endpoints
To create data transfer endpoints for File Transfer, follow these steps in the AWS Mainframe Modernization console.
To create a data transfer endpoint
-
Open the AWS Mainframe Modernization console at https://console.aws.amazon.com/m2/
. -
In the AWS Region selector, choose the region where you want to transfer files from your mainframe to an Amazon S3 bucket.
-
On the Data transfer endpoints page, under File Transfer, choose Create data transfer endpoint.
-
On the Data transfer endpoint prerequisites page, read all the instructions to make sure you have completed these steps on the source mainframe. Once confirmed, choose Next.
-
On the Configure data transfer endpoint page, add basic information for your data transfer endpoint.
-
In the basic information section, enter your data transfer endpoint name.
Note
The data transfer endpoint name must match the Sysplex name, unless you specify a complex name in the agent configuration.
-
An optional description.
-
The KMS key used to encrypt the secret.
Note
You must add the following resource-based policy for KMS so the AWS Mainframe Modernization service can read and use these keys for encryption/decryption:
{ "Sid" : "Enable AWS M2 Permissions", "Effect" : "Allow", "Principal" : { "Service" : "m2.amazonaws.com" }, "Action" : [ "kms:Encrypt", "kms:Decrypt" ], "Resource" : "*" }
-
Specify the S3 location for intermediate data, which is the intermediate S3 location where transferred datasets from the mainframe are stored before they are converted and transferred to the target Amazon S3 bucket.
.
Note
It's recommended that you create a new Amazon S3 bucket for your transfer tasks. For additional information, see Creating a bucket. You can also browse your existing Amazon S3 buckets by choosing Browse S3 option.
-
After entering required fields, choose Next.
-
-
On the Review and create data transfer endpoint page, check if you have completed prerequisites, and review basic information. Once confirmed, choose Create data transfer endpoint.
You will be redirected to the Data transfer endpoints overview page where you can see the list of all data transfer endpoints. You will also be able to see the data transfer endpoints that are available or have failed.
You can also search data transfer endpoints by name and access additional information for each available agent.