Skip to content

This project is a code to build a complete IAAC in AWS with Terraform

Notifications You must be signed in to change notification settings

hervekhg/Terraform-AWS-project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform-AWS-project1

This project is a code to build a complete IAAC in AWS with Terraform

The code contains these AWS resources:

  • Autoscaling Group
  • Launch Template
  • Oracle RDS
  • EFS
  • Internal and External ALB
  • ACM and Route 53 for external ALB
  • Bucket
  • SQS

The keys are store in Consul

Command To Deploy

The project contains 3 terraform stack. In order to deploy it, you should deploy each stack

Deploy stack RDS

terraform apply -auto-approve --var install_name=${install_name} --var version_lot="${version_lot}"

Deploy Stack Core

terraform apply -auto-approve --var install_name=${install_name} --var version_lot="${version_lot}"

Deploy Stack Common

terraform apply -auto-approve --var install_name=${install_name} --var version_lot="${version_lot}"

About

This project is a code to build a complete IAAC in AWS with Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published