github.com/greenboxal/deis@v1.12.1/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  }