Edit server details - Amazon Transfer Family
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Edit server details

After you create an Amazon Transfer Family server, you can edit the server configuration.

To edit a server's configuration
  1. Open the Amazon Transfer Family console at https://console.amazonaws.cn/transfer/.

  2. In the left navigation pane, choose Servers.

  3. Choose the identifier in the Server ID column to see the Server details page, shown following.

    You can change the server's properties on this page by choosing Edit:

    
                        The server details console page for the server, showing the Endpoint details parameter.
                    
                        The server details console page for a server, showing the list of service-managed users.
                    
                        The server details console page for a server, showing the Agreements details.
                    
                        The server details console page, showing the Server host keys for a server.
                    
                        The server details console page, showing the Server host keys for a server.
    Note

    The server host key Description and Date imported values are new as of September 2022. These values were introduced to support the multiple host keys feature. This feature required migration of any single host keys that were in use before the introduction of multiple host keys.

    The Date imported value for a migrated server host key is set to the last modified date for the server. That is, the date that you see for your migrated host key corresponds to the date that you last modified the server in any way, before the server host key migration.

    The only key that was migrated is your oldest or only server host key. Any additional keys have their actual date from when you imported them. Additionally, the migrated key has a description that makes it easy to identify it as having been migrated.

    The migration occurred between September 2 and September 13. The actual migration date within this range depends on the Region of your server.

    
                       Continuation of the server details console page for a server.
                    
                       Continuation of the server details console page for a server.
                    
                       Continuation of the server details console page for a server.

Edit the file transfer protocols

On the Amazon Transfer Family console, you can edit the file transfer protocol. The file transfer protocol connects the client to your server's endpoint.

To edit the protocols
  1. On the Server details page, choose Edit next to Protocols.

  2. On the Edit protocols page, select or clear the protocol check box or check boxes to add or remove the following file transfer protocols:

    Note

    If you have an existing server enabled only for SFTP, and you want to add FTPS and FTP, you must ensure that you have the right identity provider and endpoint type settings that are compatible with FTPS and FTP.

    
                            List of available protocols: SFTP, FTP, FTPS, and AS2. You can select one or more.

    If you select FTPS, you must choose a certificate stored in Amazon Certificate Manager (ACM) which will be used to identify your server when clients connect to it over FTPS.

    To request a new public certificate, see Request a public certificate in the Amazon Certificate Manager User Guide.

    To import an existing certificate into ACM, see Importing certificates into ACM in the Amazon Certificate Manager User Guide.

    To request a private certificate to use FTPS through private IP addresses, see Requesting a private certificate in the Amazon Certificate Manager User Guide.

    Certificates with the following cryptographic algorithms and key sizes are supported:

    • 2048-bit RSA (RSA_2048)

    • 4096-bit RSA (RSA_4096)

    • Elliptic Prime Curve 256 bit (EC_prime256v1)

    • Elliptic Prime Curve 384 bit (EC_secp384r1)

    • Elliptic Prime Curve 521 bit (EC_secp521r1)

    Note

    The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.

    
                            The Choose protocols console page with
                                    FTPS selected.
  3. Choose Save. You are returned to the Server details page.

Edit custom identity provider parameters

On the Amazon Transfer Family console, for custom identity providers, you can change some of the settings, depending on whether you are using a Lambda function or an API Gateway. In either case, if your server uses the SFTP protocol, you can edit your authentication method.

  • If you are using a Lambda as your identity provider, you can change the underlying Lambda function.

    
                            For a Lambda identity provider, you can change the underlying
                                Lambda function.
  • If you are using an API Gateway as your identity provider, you can update the Gateway URL or the invocation role, or both.

    
                            For an API Gateway identity provider, you can update the Gateway
                                URL or the invocation role, or both.

Edit the server endpoint

On the Amazon Transfer Family console, you can modify the server endpoint type and custom hostname.

To edit the server endpoint details
  1. On the Server details page, choose Edit next to Endpoint details.

  2. On the Edit endpoint configuration page, for Endpoint type, choose one of the following:

    • Public – This option makes your server accessible over the internet.

    • VPC – This option makes your server accessible in your virtual private cloud (VPC). For information about VPC, see Create a server in a virtual private cloud.

  3. For Custom hostname, choose one of the following:

    • None – If you don't want to use a custom domain, choose None.

      You get a server hostname provided by Amazon Transfer Family. The server hostname takes the form serverId.server.transfer.regionId.amazonaws.com.

    • Amazon Route 53 DNS alias – To use a DNS alias automatically created for you in Route 53, choose this option.

    • Other DNS – To use a hostname that you already own in an external DNS service choose Other DNS.

    Choosing Amazon Route 53 DNS alias or Other DNS specifies the name resolution method to associate with your server's endpoint.

    For example, your custom domain might be sftp.inbox.example.com. A custom hostname uses a DNS name that you provide and that a DNS service can resolve. You can use Route 53 as your DNS resolver, or use your own DNS service provider. To learn how Amazon Transfer Family uses Route 53 to route traffic from your custom domain to the server endpoint, see Working with custom hostnames.

    
                            The Edit endpoint configuration console
                                page.
  4. Choose Save. You are returned to the Server details page.

Edit your logging configuration

On the Amazon Transfer Family console, you can change your logging configuration.

Note

If Transfer Family created a CloudWatch logging IAM role for you when you created a server, the IAM role is called AWSTransferLoggingAccess. You can use it for all your Transfer Family servers.

To edit your logging configuration
  1. On the Server details page, choose Edit next to Additional details.

  2. Based on your configuration, choose between a logging role, structured JSON logging, or both. For more information, see Updating logging for a server.

Edit the security policy

This procedure explains how to change a Transfer Family server's security policy by using the Amazon Transfer Family console or Amazon CLI.

Note

If your endpoint is FIPS-enabled, you can't change the FIPS security policy to a non-FIPS security policy.

Console
To edit the security policy by using the console
  1. On the Server details page, choose Edit next to Additional details.

  2. In the Cryptographic algorithm options section, choose a security policy that contains the cryptographic algorithms enabled for use by your server.

    For more information about security policies, see Security policies for Amazon Transfer Family servers.

    
                                        The Cryptographic algorithm options console
                                            section with the latest security policy selected.
  3. Choose Save.

    You are returned to the Server details page where you can see the updated security policy.

Amazon CLI
To edit the security policy by using the CLI
  1. Run the following command to view the current security policy that is attached to your server.

    aws transfer describe-server --server-id your-server-id

    This describe-server command returns all of the details for your server, including the following line:

    "SecurityPolicyName": "TransferSecurityPolicy-2018-11"

    In this case, the security policy for the server is TransferSecurityPolicy-2018-11.

  2. Make sure to provide the exact name of the security policy to the command. For example, run the following command to update the server to TransferSecurityPolicy-2023-05.

    aws transfer update-server --server-id your-server-id --security-policy-name "TransferSecurityPolicy-2023-05"
    Note

    The names of the available security policies are listed in Security policies for Amazon Transfer Family servers.

If successful, the command returns the following code, and updates your server's security policy.

{ "ServerId": "your-server-id" }

Change the managed workflow for your server

On the Amazon Transfer Family console, you can change the managed workflow associated with the server.

To change the managed workflow
  1. On the Server details page, choose Edit next to Additional details.

  2. On the Edit additional details page, in the Managed workflows section, select a workflow to be run on all uploads.

    Note

    If you do not already have a workflow, choose Create a new workflow to create one.

    1. Select the workflow ID to use.

    2. Choose an execution role. This is the role that Transfer Family assumes when executing the workflow's steps. For more information, see IAM policies for workflows. Choose Save.

    
                            The Managed workflows console
                                section.
  3. Choose Save. You are returned to the Server details page.

Change the display banners for your server

On the Amazon Transfer Family console, you can change the display banners associated with the server.

To change the display banners
  1. On the Server details page, choose Edit next to Additional details.

  2. On the Edit additional details page, in the Display banners section, enter text for the available display banners.

  3. Choose Save. You are returned to the Server details page.

Put your server online or offline

On the Amazon Transfer Family console, you can bring your server online or take it offline.

To bring your server online
  1. Open the Amazon Transfer Family console at https://console.amazonaws.cn/transfer/.

  2. In the navigation pane, choose Servers.

  3. Select the check box of the server that is offline.

  4. For Actions, choose Start.

It can take a couple of minutes for a server to switch from offline to online.

Note

When you stop a server to take it offline, currently you are still accruing service charges for that server. To eliminate additional server-based charges, delete that server.

To take your server offline
  1. Open the Amazon Transfer Family console at https://console.amazonaws.cn/transfer/.

  2. In the navigation pane, choose Servers.

  3. Select the check box of the server that is online.

  4. For Actions, choose Stop.

While a server is starting up or shutting down, servers aren't available for file operations. The console doesn't show the starting and stopping states.

If you find the error condition START_FAILED or STOP_FAILED, contact Amazon Web Services Support to help resolve your issues.