Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

2/26/2020 GitHub - ITWonderLab/terraform-aws-ec2-rds-basic-free: Using Terraform to create an AWS VPC with an EC2 Instance and a MariaDB R…

ITWonderLab / terraform-aws-ec2-rds-basic-free

Dismiss
Join GitHub today
GitHub is home to over 40 million developers working together to host and
review code, manage projects, and build software together.

Sign up

Using Terraform to create an AWS VPC with an EC2 Instance and a MariaDB RDS Data Base https://www.itwonderlab.com/
# terraform # aws # vpc

12 commits 1 branch 0 packages 0 releases 1 contributor MIT

Branch: master New pull request Find file Clone or download

javierruizjimenez Add OS_ID tag Latest commit 60dab7b on Mar 15, 2018

modules/aws Add OS_ID tag 2 years ago

.gitignore Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

LICENSE Add URL to LICENSE file 2 years ago

README.md Create README.md 2 years ago

apply5.cast Fix naming standards 2 years ago

aws_ds_aws_ami.tf Use ignore changes in lifecycle of EC2 instance 2 years ago

aws_ec2_pro_wp.tf Add OS_ID tag 2 years ago

aws_ec2_pro_wp_vars.tf Fix naming standards 2 years ago

aws_internet_gateway.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_internet_gateway_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_rds_pro_mariadb_01.tf Fix naming standards 2 years ago

aws_rds_pro_mariadb_01_vars.tf Fix naming standard for RDS and EC2 2 years ago

aws_rds_sn_pub_pro_01.tf Fix RDS Subnet name to follow standars 2 years ago

aws_rds_sn_pub_pro_01_vars.tf Fix RDS Subnet name to follow standars 2 years ago

aws_route53.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_route53_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_sg_ec2_default.tf Fix naming standards 2 years ago

aws_sg_ec2_default_vars.tf Fix naming standards 2 years ago

aws_sg_rds_mariadb_default.tf Fix naming standards 2 years ago

aws_sg_rds_mariadb_default_vars.tf Fix naming standards 2 years ago

aws_vpc.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_vpc_routing.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

https://github.com/ITWonderLab/terraform-aws-ec2-rds-basic-free 1/2
2/26/2020 GitHub - ITWonderLab/terraform-aws-ec2-rds-basic-free: Using Terraform to create an AWS VPC with an EC2 Instance and a MariaDB R…

aws_vpc_routing_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_vpc_subnets.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_vpc_subnets_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

aws_vpc_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

destroy.cast Add OS_ID tag 2 years ago

external_whatismyip.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

plan6.cast Fix naming standards 2 years ago

provider_aws.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

provider_aws_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

terraform.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

terraform.tfvars Add OS_ID tag 2 years ago

terraform_vars.tf Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

whatismyip.sh Initial Terraform plan for full AWS VPC + EC2 + RDS 2 years ago

README.md

terraform-aws-ec2-rds-basic-free
Using Terraform to create an AWS VPC with an EC2 Instance and a MariaDB RDS Data Base

https://github.com/ITWonderLab/terraform-aws-ec2-rds-basic-free 2/2

You might also like