Updated on 2025-07-09 GMT+08:00

Automatically Upgrading a Component Using a Component Template

  1. Log in to ServiceStage.
  2. Choose Application Management. The application list is displayed.
  3. Click the application created in Creating an Application (for example, template-demo-app). The Overview page is displayed.
  4. Click the component created in Automatically Creating a Component Using a Component Template. The Overview page is displayed.
  5. Click Upgrade.
  6. Click Next.
  7. In the Set Parameters area, set Name to value and change its Value to New World.
  8. Click Upgrade and wait until the deployment is complete.
  9. Click Overview and confirm that Status is Running.
  10. Add the application domain name www.demo.com and the elastic IP address bound during ELB creation in Preparing Resources to the local hosts file.
  11. Open the CLI and run the following command to access the service provided by the component:

    curl http://www.demo.com/hello

    If the following information is displayed, the component has been automatically upgraded using the component template:

    Hello New World