github.com/deis/deis@v1.13.5-0.20170519182049-1d9e59fbdbfc/contrib/aws/stack_policy.json (about) 1 { 2 "Statement" : [ 3 { 4 "Effect" : "Deny", 5 "Principal" : "*", 6 "Action" : "Update:Replace", 7 "Resource" : "*", 8 "Condition" : { 9 "StringEquals" : { 10 "ResourceType" : ["AWS::EC2::Instance", "AWS::AutoScaling::AutoScalingGroup"] 11 } 12 } 13 }, 14 { 15 "Effect" : "Allow", 16 "Principal" : "*", 17 "Action" : "Update:*", 18 "Resource" : "*" 19 } 20 ] 21 }