User Guide of OpenResty Edge™ for AWS Users

Subscription of OpenResty Edge™

How to subscribe to OpenResty Edge™

You can subscribe to OpenResty Edge™ onAWS Marketplace (SaaS).
您可以在AWS SaaS 产品应用市场订阅 OpenResty Edge™ 产品。
Request License of OpenResty Edge™

How to request license of OpenResty Edge™

You can request the license of OpenResty Edge™ onthe official website of OpenResty Inc..
您可以在OpenResty Inc. 官网申请 OpenResty Edge™ 产品的许可证。
Installation of OpenResty Edge™

How to install OpenResty Edge™

Once the license request is approved and the packages is completed, you can find the installation password on the product management page of the OpenResty Inc's website, which is the token in the following.

  • Install OpenResty Edge™ Admin

    Execute the following command on the server started with an OpenResty Edge™ Admin image (such as AMI for AWS):

    sudo oredge-manager auto-install [token]

    like

    sudo oredge-manager auto-install 1234567890abcdefghijklmnopqrstuv
  • Install OpenResty Edge™ Log Server

    Execute the following command on the server started with an OpenResty Edge™ Log Server image (such as AMI for AWS):

    sudo oredge-manager auto-install [token]

    like

    sudo oredge-manager auto-install 1234567890abcdefghijklmnopqrstuv

    After the installation is complete, modify the configuration to connect to the OpenResty Edge™ Admin:

    vim /usr/local/oredge-log-server/conf/config.ini
    Change thehostunder the[admin]block in the configuration to the IP address of Admin.
    配置中[admin]配置块下的host修改为 Admin 的 IP 地址。

    Then reload the service:

    sudo systemctl start upgrade-oredge-log-server
  • Install OpenResty Edge™ Node

    Execute the following command on the server started with an OpenResty Edge™ Node image (such as AMI for AWS):

    sudo oredge-manager auto-install [token]

    like

    sudo oredge-manager auto-install 1234567890abcdefghijklmnopqrstuv

    After the installation is complete, modify the configuration to connect to the OpenResty Edge™ Admin and the OpenResty Edge™ Log Server:

    vim /usr/local/oredge-node/conf/config.ini
    Change thehostunder the[admin]block in the configuration to the IP address of Admin.
    配置中[admin]配置块下的host修改为 Admin 的 IP 地址。
    Change thehostunder the[log_cluster]block in the configuration to the IP address of Log Server.
    配置中[log_cluster]配置块下的host修改为 Log Server 的 IP 地址。

    Then reload the service:

    sudo systemctl start upgrade-oredge-node
Documentations and Help

Documentations and Help