Sha256: b75bc81bac4296cc9fe8d05195c787046a24791fd207ae79fc0f80e1a3f9554b
Contents?: true
Size: 892 Bytes
Versions: 23
Compression:
Stored size: 892 Bytes
Contents
AWS::IAM::Role: Properties: AssumeRolePolicyDocument: | { "Version" => "2012-10-17", "Statement" => [ { "Effect" => "Allow", "Principal" => { "Service" => [ "ec2.amazonaws.com|spotfleet.amazonaws.com" ] }, "Action" => [ "sts:AssumeRole" ] } ] } ManagedPolicyArns: | [ "arn:aws:iam::aws:policy/service-role/AmazonEC2SpotFleetRole", "arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceforEC2Role" ] Path: "\"/Application/\"" Policies: | [{ "PolicyName" => "AllowNothing", "PolicyDocument" => { "Version" => "2012-10-17", "Statement" => [ { "Effect" => "Deny", "Action" => "*", "Resource" => "*" } ] } }]
Version data entries
23 entries across 23 versions & 1 rubygems