diff --git a/cloudformation/cfncluster.cfn.json b/cloudformation/cfncluster.cfn.json index 0c6a86096a..74d59e8c89 100644 --- a/cloudformation/cfncluster.cfn.json +++ b/cloudformation/cfncluster.cfn.json @@ -438,11 +438,9 @@ ] }, "UseClusterPlacement" : { - "Fn::Equals" : [ - { - "Ref" : "Placement" - }, - "cluster" + "Fn::And": [ + { "Fn::Equals" : [ { "Ref" : "Placement" }, "cluster" ] }, + { "Condition" : "UsePlacementGroup" } ] }, "UseEBSEncryption" : {