From ce5eee0c66c775b19dfc992f05fc8fa4d28ebc6c Mon Sep 17 00:00:00 2001 From: Pasindu Date: Thu, 5 Jul 2018 17:56:38 +0530 Subject: [PATCH] Removed "depends on" property in EC2 instances of CF script --- jobs/intg-test-resources/wso2-intg-test-cfn.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jobs/intg-test-resources/wso2-intg-test-cfn.yaml b/jobs/intg-test-resources/wso2-intg-test-cfn.yaml index 2e45afd35..a9e46424f 100644 --- a/jobs/intg-test-resources/wso2-intg-test-cfn.yaml +++ b/jobs/intg-test-resources/wso2-intg-test-cfn.yaml @@ -208,8 +208,6 @@ Resources: WSO2UnixInstance: Type: 'AWS::EC2::Instance' Condition: 'IsUnix' - DependsOn: - - WSO2DBInstance CreationPolicy: ResourceSignal: Count: '1' @@ -303,8 +301,6 @@ Resources: WSO2WindowsInstance: Type: 'AWS::EC2::Instance' Condition: 'IsWindows' - DependsOn: - - WSO2DBInstance Properties: DisableApiTermination: 'false' InstanceInitiatedShutdownBehavior: stop