Skip to content

Commit

Permalink
Update cloudformation-redundant_centos.template
Browse files Browse the repository at this point in the history
Modified templateURL path
  • Loading branch information
Naoya Hashimoto committed Mar 12, 2014
1 parent d7168ee commit ee0bee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EC2/cloudformation-redundant_centos.template
Expand Up @@ -158,7 +158,7 @@
"CloudFormationStackVPC": {
"Type" : "AWS::CloudFormation::Stack",
"Properties" : {
"TemplateURL" : "https://raw.github.com/hashnao/aws-cloudformation/master/EC2/vpc.template",
"TemplateURL" : "https://s3-ap-northeast-1.amazonaws.com/hashnao/aws-cloudformation/EC2/vpc.template",
"TimeoutInMinutes" : "3",
"Parameters" : {
"CustomerName" : { "Ref": "CustomerName" },
Expand All @@ -170,7 +170,7 @@
"CloudFormationStackEC2": {
"Type" : "AWS::CloudFormation::Stack",
"Properties" : {
"TemplateURL" : "https://raw.github.com/hashnao/aws-cloudformation/master/EC2/ec2-redundant_centos.template",
"TemplateURL" : "https://s3-ap-northeast-1.amazonaws.com/hashnao/aws-cloudformation/EC2/ec2-redundant_centos.template",
"Parameters" : {
"CustomerName" : { "Ref": "CustomerName" },
"VPCCIDR" : { "Ref": "VPCCIDR" },
Expand Down

0 comments on commit ee0bee8

Please sign in to comment.