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