Skip to content

Commit

Permalink
Moved hosted of YAML files to https://s3.amazonaws.com/redcap-aws-clo…
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorr4 committed Nov 21, 2018
1 parent 1cf35c4 commit 50cc359
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 00-master-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Resources:
VPCStack:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: https://s3.amazonaws.com/project-redcap-aws-automation/01-rc-vpc.yaml
TemplateURL: https://s3.amazonaws.com/redcap-aws-cloudformation/01-rc-vpc.yaml
Parameters:
AccessCidr: !Ref 'AccessCidr'
RedcapS3Bucket: !Ref 'RedcapS3Bucket'
Expand All @@ -355,7 +355,7 @@ Resources:
Parameters:
R53HostedZoneId: !Ref 'HostedZoneId'
R53DomainName: !Join ['', [!Ref DomainName, '.', !Ref HostedZoneName]]
TemplateURL: https://s3.amazonaws.com/project-redcap-aws-automation/01-rc-certificate.yaml
TemplateURL: https://s3.amazonaws.com/redcap-aws-cloudformation/01-rc-certificate.yaml
redcapelasticbeanstalk:
DependsOn: [ VPCStack ]
Type: AWS::CloudFormation::Stack
Expand Down Expand Up @@ -427,7 +427,7 @@ Resources:
!GetAtt 'VPCStack.Outputs.EBInstanceProfile'
TempEC2InstanceProfile:
!GetAtt 'VPCStack.Outputs.TempEC2InstanceProfile'
TemplateURL: https://s3.amazonaws.com/project-redcap-aws-automation/02-rc-elasticbeanstalk.yaml
TemplateURL: https://s3.amazonaws.com/redcap-aws-cloudformation/02-rc-elasticbeanstalk.yaml
route53:
Condition: DeployRoute53
DependsOn: redcapelasticbeanstalk
Expand All @@ -442,7 +442,7 @@ Resources:
!Ref HostedZoneName
DomainName:
!Ref DomainName
TemplateURL: https://s3.amazonaws.com/project-redcap-aws-automation/03-rc-route53.yaml
TemplateURL: https://s3.amazonaws.com/redcap-aws-cloudformation/03-rc-route53.yaml

Outputs:
REDCapURL:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you do not intend to use Route 53 and ACM to automatically generate and provi
### Deployment Instructions
0. This template must be run by an AWS IAM User who has sufficient permission to create the required resources. These resources include: VPC, IAM User and Roles, S3 Bucket, EC2 Instance, ALB, Elastic Beanstalk, Route53 entries, and ACM certificates. If you are not an Administrator of the AWS account you are using, please check with them before running this template to ensure you have sufficient permission.

1. From your AWS account, [open the CloudFormation Management Console](https://console.aws.amazon.com/cloudformation/) and choose **Create Stack**. From there, copy and paste the following URL in the **Specify an Amazon S3 template URL**, and choose **Next**. https://s3.amazonaws.com/project-redcap-aws-automation/00-master-rc.yaml
1. From your AWS account, [open the CloudFormation Management Console](https://console.aws.amazon.com/cloudformation/) and choose **Create Stack**. From there, copy and paste the following URL in the **Specify an Amazon S3 template URL**, and choose **Next**. https://s3.amazonaws.com/redcap-aws-cloudformation/00-master-rc.yaml
![alt-text](https://github.com/JamesSWiggins/project-redcap-aws-automation/blob/master/images/redcap_cfn_select_template.png "CFN Select Template")


Expand Down

0 comments on commit 50cc359

Please sign in to comment.