All Projects → salizzar → Terraform Aws Docker

salizzar / Terraform Aws Docker

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

Labels

Projects that are alternatives of or similar to Terraform Aws Docker

Terraform Aws Demo
Stars: ✭ 6 (-75%)
Mutual labels:  hcl
Terraform Google Jenkins
This module handles the creation of a GCE instance running Jenkins, configured to run builds on Google Cloud.
Stars: ✭ 17 (-29.17%)
Mutual labels:  hcl
Jenkins Fargate
Stars: ✭ 22 (-8.33%)
Mutual labels:  hcl
Terraform Aws Openvpn
Terraform AWS OpenVPN Stack
Stars: ✭ 7 (-70.83%)
Mutual labels:  hcl
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-33.33%)
Mutual labels:  hcl
Rancher Flocker
Packaging and deploying Flocker on top of Rancher
Stars: ✭ 17 (-29.17%)
Mutual labels:  hcl
Okd
The self-managing, auto-upgrading, Kubernetes distribution for everyone
Stars: ✭ 729 (+2937.5%)
Mutual labels:  hcl
Fdb Cloud Test
Packer + Terraform setup to experiment with FDB clusters in the cloud.
Stars: ✭ 23 (-4.17%)
Mutual labels:  hcl
Terraform Google Gitlab Runner
Terraform module for provisioning a GitLab CI Runner in a GCP project using the docker+machine executor.
Stars: ✭ 17 (-29.17%)
Mutual labels:  hcl
Terraform Aks Autoscaler
AKS cluster with node autoscaler and horizontal pod autoscaler.
Stars: ✭ 19 (-20.83%)
Mutual labels:  hcl
Terraform tutorial vpc
Stars: ✭ 7 (-70.83%)
Mutual labels:  hcl
Terraform Aws Ecs
Terraform AWS ECS stack
Stars: ✭ 16 (-33.33%)
Mutual labels:  hcl
Gitlab Ecs Terraform
Installing GitLab on Amazon ECS by Terraform
Stars: ✭ 18 (-25%)
Mutual labels:  hcl
Ecs loadbalancing demo
Demo Terraform scripts to create an ECS + Load Balancer setup
Stars: ✭ 7 (-70.83%)
Mutual labels:  hcl
Terraform Openstack Rke
Terraform Openstack RKE
Stars: ✭ 23 (-4.17%)
Mutual labels:  hcl
Tack
Terraform module for creating Kubernetes cluster running on Container Linux by CoreOS in an AWS VPC
Stars: ✭ 734 (+2958.33%)
Mutual labels:  hcl
Terraform Aws Vpc Peering
A Terraform module to configure a VPC Peering connection in AWS.
Stars: ✭ 17 (-29.17%)
Mutual labels:  hcl
Terraform Aws Openfaas Fargate
Create an OpenFaaS platform for AWS Fargate using Terraform
Stars: ✭ 24 (+0%)
Mutual labels:  hcl
Hashiconf 2018
Stars: ✭ 23 (-4.17%)
Mutual labels:  hcl
Terraform Ecs Fargate Service Discovery
Stars: ✭ 19 (-20.83%)
Mutual labels:  hcl

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].