All Products
Search
Document Center

Serverless App Engine:Configure host bindings

Last Updated:Oct 31, 2025

SAE uses host bindings to resolve hostnames for application instances. This allows application instances to be accessed by their hostnames. This topic describes how to configure host bindings in the SAE console.

Procedure

  1. Create an application

    On the SAE Application List page, select a destination region and namespace in the top navigation bar, and then click Create Application. On the Application Basic Information page, configure the parameters and click Next: Advanced Settings.

    Change a running application

    Warning

    After you redeploy an application, the application is restarted. To prevent unpredictable errors such as business interruptions, we recommend that you deploy applications during off-peak hours.

    On the SAE Application List page, select a destination region and namespace in the top navigation bar. Click the ID of the target Application to open the application details page.In the navigation pane on the left, click Basic Information. In the upper-right corner, click Deploy Application.

    Change a stopped application

    On the SAE Application List page, select a destination region and namespace in the top navigation bar. Click the ID of the target Application to open the application details page.Click Basic Information, and then click Modify Application Configuration.

  2. Expand the Hosts Binding Settings section and enter the host binding configuration items. For example:

    # Hosts file format: IP address Hostname/Domain name
    127.0.0.1 localhost
  3. Complete the application creation or update.