Skip to content

A POC using Terraform to create two EC2 instances running Docker with containerized Nginx daemon.

License

Notifications You must be signed in to change notification settings

salizzar/terraform-aws-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-docker

A simple PoC using Terraform to create two instances of Amazon AWS EC2 servers running Docker with containerized Nginx daemon. It uses default Amazon AMI PV image for us-east-1 datacenter.

To run, not forget to copy terraform.tfvars.example to terraform.tfvars and fill your personal information.

Feel free to clone and modify. :)

To check what recurses will be created:

$ terraform plan

To create EC2 instances and their dependencies:

$ terraform apply

To destroy all:

$ terraform destroy

Marcelo Pinheiro 2014

About

A POC using Terraform to create two EC2 instances running Docker with containerized Nginx daemon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published