Skip to content

rberlind/aws-ec2-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Provision an EC2 instance in AWS

This Terraform configuration provisions an EC2 instance in AWS.

Details

By default, this configuration provisions a Ubuntu 14.04 Base Image AMI (with ID ami-2e1ef954) with type t2.micro in the us-east-1 region. The AMI ID, region, and type can all be set as variables. You can also set the name variable to determine the value set for the Name tag.

Note that you need to set environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.

About

Provision an EC2 instance in AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages