mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add a simple Terraform configuration to spin up an Ubuntu 14.04 EC2 instance in the default VPC using the default security group. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
19 lines
984 B
Markdown
19 lines
984 B
Markdown
# Using Terraform with AWS
|
|
|
|
This directory contains a number of subdirectories with example configurations intended to help users understand how to use Terraform ([http://terraform.io](http://terraform.io)) with AWS. All of these example configurations require a working Terraform installation and access to a valid AWS account.
|
|
|
|
## Contents
|
|
|
|
* **README.md**: This file you're currently reading.
|
|
|
|
* **simple-ec2**: This directory contains a simple Terraform configuration for spinning up an Ubuntu 14.04 EC2 instance in an account's default VPC.
|
|
|
|
## Prerequisites
|
|
|
|
These instructions assume you've already installed Terraform and that you have access to a valid AWS account. Installing Terraform and/or working with AWS accounts are not covered in any of these materials.
|
|
|
|
These environments were tested with Terraform 0.7.7. Earlier versions may or may not work; I recommend upgrading your version of Terraform to 0.7.7.
|
|
|
|
## License
|
|
|
|
This material is licensed under the MIT License.
|