How to resume a stack

How to resume a stack

Once pausing a stack following here, you can resume the stack.
Note that your cloud account will be charged since you deployed a stack. It is important to teardown your stack when you don't need to keep running to avoid unnecessary charges on your cloud account.

To resume a stack:
  • Click the "Resume" button on the top of the Stack configuration page. (It would take up to 20 minutes to fully resume the stack) The stack status will be changed to Running. 
Once the stack becomes a Deployed state, all Kubernetes worker nodes will be recreated, including the control plan as before the Pause state. During the Deployed state, all Component applications will be accessible as those pods are recreated. Also, the Kubernetes volumes will be attached to pods so that all data will be accessible as before the Paused state.
(Optionally) Click "Provision Log" to browse the resume process.

What's Next


    • Related Articles

    • What is a Stack

      A stack is an instance of a Platform built from an architecture blueprint that you can manage as a single unit. Platforms provide building blocks that are reused in a large number of products and services. It has a set of components that can be ...
    • How to pause a stack

      Once deploying a stack following How to deploy a stack, you can pause the stack. Pause any stack without destroying the data or configuration. Pausing a stack saves cloud provider costs, and the stack can be deployed again when needed without ...
    • Configure Stack

      Before proceeding, click here to set up AWS configuration. ​ Configure a stack before deploying it. To configure a stack: Go to the Stacks menu. Click "Configure new stack." Select "Default" for the project, or select any project for the new stack. ...
    • How to move a stack

      Once configuring a stack following here, you can move the stack configuration from the project where the stack was created to a different project.  Once a stack has been configured for one project, an authorized user can easily move the stack ...
    • How to configure new stack

      You must configure a stack configuration before deploying the stack to your cloud environment.  You can initiate configuring a new stack from a few different places: On the Home page, "Configure stack" button on the Stacks statistics block. On the ...