Skip to content

This is a terraform script based on the work done during my tenure in wso2

Notifications You must be signed in to change notification settings

shehanster/aws-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Terraform provissioning script based on getting a 2 node setup to run wso2 api manager 2.x

1.Add key pair from aws to folder key

2.Add your aws credentials to the terraform.tfvars and change name of the key

3.Add network cidr's and subnets in the network main

4.Add the AMI image ID's depending on the image you want and the region

Structure

├── instances
│   ├── main.tf
│   ├── outputs.tf
│   ├── user_data
│   └── variables.tf
├── key
├── main.tf
├── network
│   ├── main.tf
│   ├── outputs.tf
│   ├── sg_groups.tf
│   └── variables.tf
├── outputs.tf
├── README.md
├── scripts
├── terraform.tfvars
└── variables.tf

Database module for RDS and ELB attaching the instances yet to come.

About

This is a terraform script based on the work done during my tenure in wso2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages