You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains a set of modules in the [modules folder](/modules) for deploying an [Imputation Server](https://github.com/genepi/imputationserver) on AWS using [Terraform](https://www.terraform.io/).
7
+
This repo contains a set of modules in the [modules folder](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules) for deploying an [Imputation Server](https://github.com/genepi/imputationserver) on AWS using [Terraform](https://www.terraform.io/).
8
8
9
9
Imputation Server is web-based service for imputation that facilitates access to new reference panels and greatly improves user experience and productivity.
10
10
11
11
This Module includes:
12
-
*[imputation-server](/modules/imputation-server): This module can be used to set up an imputation server.
13
-
*[imputation-lb](/modules/imputation-lb): This module can be used to set up an AWS Application Load Balancer front-end for the imputation server.
14
-
*[imputation-iam](/modules/imputation-iam): This module can be used to set up the proper AWS IAM permissions needed for the imputation server.
15
-
*[imputation-security-group-rules](/modules/imputation-security-group-rules): This module can be used to set up the proper security groups needed.
12
+
*[imputation-server](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-server): This module can be used to set up an imputation server.
13
+
*[imputation-lb](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-lb): This module can be used to set up an AWS Application Load Balancer front-end for the imputation server.
14
+
*[imputation-iam](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-iam): This module can be used to set up the proper AWS IAM permissions needed for the imputation server.
15
+
*[imputation-security-group-rules](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-security-group-rules): This module can be used to set up the proper security groups needed.
16
16
17
17
## How do you use this Module?
18
18
19
19
This repo has the following structure:
20
-
*[modules](/modules): This folder contains several standalone and reusable modules that you can use to deploy an imputation server.
21
-
*[test](/test): Automated tests for the modules. These are currently a work-in-progress.
22
-
*[root folder](): The root folder is *an example* of how to use the [imputation-server](/modules/imputation-server) module to deploy an imputation server in AWS.
20
+
*[modules](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules): This folder contains several standalone and reusable modules that you can use to deploy an imputation server.
21
+
*[test](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/test): Automated tests for the modules. These are currently a work-in-progress.
22
+
*[root folder](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master): The root folder is *an example* of how to use the [imputation-server](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-server) module to deploy an imputation server in AWS.
23
23
The Terraform Registry requires the root of every repo to contain Terraform codes, so we've put an example there. This is great for learning
24
-
and experimenting, but for production use, please use the underlying modules in the [modules folder](/modules) directly and with your own environment
24
+
and experimenting, but for production use, please use the underlying modules in the [modules folder](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules) directly and with your own environment
25
25
and needs in mind.
26
26
27
27
## What's a Module?
@@ -41,4 +41,4 @@ This project is maintained by [Jacob Pleiness](https://github.com/jdpleiness).
This code is released under the Apache 2.0 License. Please see [LICENSE](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/LICENSE) for more details.
44
+
This code is released under the Apache 2.0 License. Please see [LICENSE](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/LICENSE) for more details.
0 commit comments