GithubHelp home page GithubHelp logo

terraform-aws-consumer-ec2-instance's Introduction

Consumer EC2 Module

This repo contains a Module to deploy a Elastic Compute Cloud (EC2) instance on AWS using Terraform.

EC2 Example

This Module works well with the following related modules:

  • Consumer ELB Module

Who maintains and approves this module?

This module is maintained by the Organization's Infrastructure Team. Email [email protected] for more info.

Version Description Security Team Approval? Approver Approval Date
v1.5 Adjusted default instance size Yes John Doe 01/01/2019
v1.4 Initial EC2 Module No N/A N/A

Usage

module "ec2_instances" {
  source = "app.terraform.io/<YOURTFEORGNAME>/consumer-ec2-instance/aws"
  version = "1.4"
  name                        = "${var.name}-ec2"
  instance_count = "${var.number_of_instances}"
}

Inputs

Name Description Type Default Required
name The name of the EC2 instance string - yes
instance_count Number of EC2 instances to create int yes

Outputs

This module contains no outputs.

Name Description
id list containing EC2 instance ids

Configurations Baked into Module

Name Description
instance type t2.micro
OS Image "ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-*"

Further Reading

terraform-aws-consumer-ec2-instance's People

Contributors

adamcavaliere avatar mocofound avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.