)
if exists:
// Redirect to the list of monitoring tasks
redirect(URL(c="setup", f="monitor_task"))
else:
templates = settings.get_template()
if templates == "setup":
After Change
// Redirect to this Deployment"s Configuration Wizard
redirect(URL(c="setup", f="deployment",
args = [deployment_id, "wizard"]))
// -----------------------------------------------------------------------------
def aws_cloud():