From 61464a0a89d76c5073505c0b00a23e34a8beb5cc Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Fri, 15 Sep 2023 18:09:35 +0100 Subject: [PATCH] Document that AWS VPC endpoints are not supported when configuring migration blob storage in GHES 3.8+ (#42252) Co-authored-by: Matt Pollard --- .../blob-storage-management-console.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/reusables/enterprise-migration-tool/blob-storage-management-console.md b/data/reusables/enterprise-migration-tool/blob-storage-management-console.md index c130d0f42c..04e5ee2aae 100644 --- a/data/reusables/enterprise-migration-tool/blob-storage-management-console.md +++ b/data/reusables/enterprise-migration-tool/blob-storage-management-console.md @@ -8,5 +8,11 @@ After you set up an AWS S3 storage bucket or Azure Blob Storage storage account, 1. Under **Migrations**, click **Enable {% data variables.product.company_short %} Migrations**. 1. Optionally, to import storage settings you configured for {% data variables.product.prodname_actions %}, select **Copy Storage settings from Actions**. For more information see, "[Enabling GitHub Actions with Azure Blob storage]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage)" and "[Enabling GitHub Actions with Amazon S3 storage]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage)." 1. If you do not import storage settings from {% data variables.product.prodname_actions %}, select either **Azure Blob Storage** or **Amazon S3** and fill in the required details. + + {% note %} + + **Note**: If you use Amazon S3, you must set the "AWS Service URL" to the standard endpoint for the AWS region where your bucket is located. For example, if your bucket is located in the `eu-west-1` region, the "AWS Service URL" would be https://s3.eu-west-1.amazonaws.com. Your {% data variables.product.prodname_ghe_server %} instance's network must allow access to this host. Gateway endpoints are not supported, such as `bucket.vpce-0e25b8cdd720f900e-argc85vg.s3.eu-west-1.vpce.amazonaws.com`. For more information about gateway endpoints, see [Gateway endpoints for Amazon S3](https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-s3.html) in the AWS documentation. + + {% endnote %} 1. Click **Test storage settings**. -1. Click **Save settings**. +1. Click **Save settings**. \ No newline at end of file