AWS prescriptive-guidance documentation change
Summary
Minor formatting and text corrections including URL formatting, image alt text update, role name spacing fix, and role title standardization from 'admin' to 'administrator'.
Security assessment
Changes are typo fixes, formatting improvements, and role title standardization without any security-related content or vulnerability references.
Diff
diff --git a/prescriptive-guidance/latest/patterns/migrate-an-on-premises-sftp-server-to-aws-using-aws-transfer-for-sftp.md index 524a519f8..85ec41049 100644 --- a/prescriptive-guidance/latest/patterns/migrate-an-on-premises-sftp-server-to-aws-using-aws-transfer-for-sftp.md +++ b/prescriptive-guidance/latest/patterns/migrate-an-on-premises-sftp-server-to-aws-using-aws-transfer-for-sftp.md @@ -13 +13 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAttac -This pattern describes how to migrate an on-premises file transfer solution that uses the Secure Shell (SSH) File Transfer Protocol (SFTP) to the Amazon Web Services (AWS) Cloud by using the AWS Transfer for SFTP service. Users generally connect to an SFTP server either through its domain name or by fixed IP. This pattern covers both cases. +This pattern describes how to migrate an on-premises file transfer solution that uses the Secure Shell (SSH) File Transfer Protocol (SFTP) to the AWS Cloud by using the AWS Transfer for SFTP service. Users generally connect to an SFTP server either through its domain name or by fixed IP. This pattern covers both cases. @@ -65 +65 @@ AWS Transfer for SFTP is a member of the AWS Transfer Family. It is a secure tra - + @@ -101 +101 @@ Task| Description| Skills required -Create a VPC with subnets.| Open the Amazon VPC console at [https://console.aws.amazon.com/vpc/](https://console.aws.amazon.com/vpc/). Create a virtual private cloud (VPC) with two public subnets. (The second subnet provides high availability.)—or—You can deploy the attached CloudFormation template, `amazon-vpc-subnets.yml`, in the [CloudFormation console](https://console.aws.amazon.com/cloudformation) to automate the tasks in this epic.| Developer, Systems administrator +Create a VPC with subnets.| Open the [Amazon VPC console](https://console.aws.amazon.com/vpc/). Create a virtual private cloud (VPC) with two public subnets. (The second subnet provides high availability.)—or—You can deploy the attached CloudFormation template, `amazon-vpc-subnets.yml`, in the [CloudFormation console](https://console.aws.amazon.com/cloudformation) to automate the tasks in this epic.| Developer, Systems administrator @@ -107 +107 @@ Task| Description| Skills required -Create an SFTP server.| Open the AWS Transfer Family console at [https://console.aws.amazon.com/transfer/](https://console.aws.amazon.com/transfer/). Follow the instructions in [Create an internet-facing endpoint for your server](https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#create-internet-facing-endpoint) in the AWS Transfer Family documentation to create an SFTP server with an internet-facing endpoint. For **Endpoint type** , choose **VPC hosted**. For **Access** , choose **Internet Facing**. For **VPC** , choose the VPC you created in the previous epic.—or—You can deploy the attached CloudFormation template, `amazon-sftp-server.yml`, in the [CloudFormation console](https://console.aws.amazon.com/cloudformation) to automate the tasks in this epic.| Developer, Systems administrator +Create an SFTP server.| Open the [AWS Transfer Family console](https://console.aws.amazon.com/transfer/). Follow the instructions in [Create an internet-facing endpoint for your server](https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#create-internet-facing-endpoint) in the AWS Transfer Family documentation to create an SFTP server with an internet-facing endpoint. For **Endpoint type** , choose **VPC hosted**. For **Access** , choose **Internet Facing**. For **VPC** , choose the VPC you created in the previous epic.—or—You can deploy the attached CloudFormation template, `amazon-sftp-server.yml`, in the [CloudFormation console](https://console.aws.amazon.com/cloudformation) to automate the tasks in this epic.| Developer, Systems administrator @@ -109 +109 @@ Migrate the domain name.| Attach the existing domain name to the custom hostname -Add a CloudWatch logging role.| (Optional) if you want to enable CloudWatch logging, create a `Transfer `role with the CloudWatch Logs API operations `logs:CreateLogGroup`, `logs:CreateLogStream`,` logs:DescribeLogStreams`, and `logs:PutLogEvents`. For more information, see[ Log activity with CloudWatch](https://docs.aws.amazon.com/transfer/latest/userguide/monitoring.html#monitoring-enabling) in the AWS Transfer Family documentation.| Developer, system admin +Add a CloudWatch logging role.| (Optional) if you want to enable CloudWatch logging, create a `Transfer` role with the CloudWatch Logs API operations `logs:CreateLogGroup`, `logs:CreateLogStream`,` logs:DescribeLogStreams`, and `logs:PutLogEvents`. For more information, see[ Log activity with CloudWatch](https://docs.aws.amazon.com/transfer/latest/userguide/monitoring.html#monitoring-enabling) in the AWS Transfer Family documentation.| Developer, system administrator @@ -114 +114 @@ Task| Description| Skills required -Stop the server so you can modify settings.| On the [AWS Transfer Family console](https://console.aws.amazon.com/transfer/), choose **Servers** , and then select the SFTP server you created. For **Actions** , choose **Stop**. When the server is offline, choose **Edit** to modify its settings.| Developer, system admin +Stop the server so you can modify settings.| On the [AWS Transfer Family console](https://console.aws.amazon.com/transfer/), choose **Servers** , and then select the SFTP server you created. For **Actions** , choose **Stop**. When the server is offline, choose **Edit** to modify its settings.| Developer, system administrator