This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source accepts the protocol s3:// with the host as the bucket | |
# access_key_id and secret_access_key are just that | |
s3_file "/var/bulk/the_file.tar.gz" do | |
source "s3://your.bucket/the_file.tar.gz" | |
access_key_id your_key | |
secret_access_key your_secret | |
owner "root" | |
group "root" | |
mode 0644 | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file baseball-client.xml September 21, 2011 updated jetty cookbook and loggly cookbook. [przygode] | |
file baseball-server.xml October 19, 2011 updated bb-deploy-scripts to create directories ne... [przygode] | |
file baseball-website.xml October 19, 2011 added baseball-website.xml file. [przygode] | |
file jetty October 06, 2011 updated jetty recipe to fix /etc/init.d/jetty rest... [przygode] | |
file jetty-shared-webapps.xml 2 days ago updated java and jetty cookbooks to install specif... [przygode] | |
file jetty.conf 2 days ago updated java and jetty cookbooks to install specif... [przygode] | |
file jetty.xml October 06, 2011 added changes to configurations requested by D. Mo... [przygode] | |
file jmxremote.access September 21, 2011 updated jetty cookbook and loggly cookbook. [przygode] | |
file jmxremote.password September 21, 2011 updated jetty cookbook and loggly cookbook. [przygode] | |
file management.properties September 21, 2011 updated jetty cookbook and loggly cookbook. [przygode] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": ["iam:CreateGroup", "iam:DeleteGroup", "iam:DeleteGroupPolicy", "iam:GetAccountSummary", "iam:PutGroupPolicy", "iam:PutUserPolicy", "iam:UpdateGroup", "iam:ListAccountAliases", "iam:CreateAccountAliases", "iam:DeleteAccountAliases"], | |
"Effect": "Deny", | |
"Resource": ["*"] | |
}, { | |
"Action": ["ec2:CancelSpotInstanceRequests", "ec2:CreateSpotDatafeedSubscription", "ec2:DeleteSpotDatafeedSubscription", "ec2:DescribeReservedInstances", "ec2:DescribeReservedInstancesOfferings", "ec2:DescribeSpotDatafeedSubscription", "ec2:DescribeSpotInstanceRequests", "ec2:DescribeSpotPriceHistory", "ec2:PurchaseReservedInstancesOffering", "ec2:RequestSpotInstances"], | |
"Effect": "Deny", | |
"Resource": ["*"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"iam:CreateGroup", | |
"iam:DeleteGroup", | |
"iam:DeleteGroupPolicy", | |
"iam:GetAccountSummary", | |
"iam:PutGroupPolicy", | |
"iam:PutUserPolicy", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"autoscaling:Describe*", | |
"cloudformation:DescribeStacks", | |
"cloudformation:DescribeStackEvents", | |
"cloudformation:DescribeStackResources", | |
"cloudformation:GetTemplate", | |
"cloudfront:Get*", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"iam:CreateGroup", | |
"iam:DeleteGroup", | |
"iam:DeleteGroupPolicy", | |
"iam:GetAccountSummary", | |
"iam:PutGroupPolicy", | |
"iam:PutUserPolicy", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": "*", | |
"Effect": "Allow", | |
"Resource": "*" | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"autoscaling:Describe*", | |
"cloudformation:DescribeStacks", | |
"cloudformation:DescribeStackEvents", | |
"cloudformation:DescribeStackResources", | |
"cloudformation:GetTemplate", | |
"cloudfront:Get*", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
# | |
#Setup explicit deny for specific actions that we don't want Stratalux employees to do. | |
# | |
"Action": [ | |
"iam:CreateGroup", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"AWSRegionArch2AMI": { | |
"us-west-2": { | |
"32": "ami-feec60ce", | |
"64": "ami-c258d6f2" | |
} | |
} |
OlderNewer