Reorder Resources
Last updated
Last updated
It is normal when working in the "Dependancy mode" to change the order of the resources; usually front are first to be stopped, then back and finally database, but this can be too dynamic, and that's why Cloud Plans implements a dependancy control option and a mechanism for change the resources order in a plan.
Whe enabled, Resources Dependancy will act in the stablished order for poweroff and reverse for powering on.
Having the following example Resources list:
exapleAWSinstance001
exapleAWSinstance002
exapleAWSinstance003
The STOP operation will be:
exapleAWSinstance001
exapleAWSinstance002
exapleAWSinstance003
The START will be:
exapleAWSinstance003
exapleAWSinstance002
exapleAWSinstance001
Above it is the check control for enabling or disabling the resources dependancy. If you change it, it is neccesary to click on <Save>. Afet that every job will run with the resources dependancy in the correct order.
If Resources Dependancy is enabled, if a resource fails stopping or starting, the rest of the resources will be ignored.
When enabled the Order Dependancy, it starts making senso to change the order an Save...
As showing in the image above this text, first we have to use de UP/DOWN arrow on the resources to have it in our needs. Then click on the green "check" button to SAVE the new order.