Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlabouardy/terraform-aws-labs
Terraform template for AWS provider ☁️
https://github.com/mlabouardy/terraform-aws-labs
aws aws-vpc ec2 iac lambda terraform terraform-modules vpc
Last synced: 27 days ago
JSON representation
Terraform template for AWS provider ☁️
- Host: GitHub
- URL: https://github.com/mlabouardy/terraform-aws-labs
- Owner: mlabouardy
- License: mit
- Created: 2017-08-19T11:15:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T18:12:58.000Z (almost 7 years ago)
- Last Synced: 2024-09-27T19:01:58.150Z (about 1 month ago)
- Topics: aws, aws-vpc, ec2, iac, lambda, terraform, terraform-modules, vpc
- Language: HCL
- Homepage:
- Size: 114 KB
- Stars: 168
- Watchers: 17
- Forks: 227
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform AWS Use cases
Terraform template for AWS provider# How to use
- Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, environment variables
```
$ export AWS_ACCESS_KEY_ID="YOUR ACCESS KEY ID"
$ export AWS_SECRET_ACCESS_KEY="YOUR SECRET ACCESS KEY"
```# Tutorials
* Setting up an etcd cluster on AWS using CoreOS & Terraform
* Setup Docker Swarm on AWS using Ansible & Terraform
* Manage AWS VPC as Infrastructure as Code with Terraform
* Manage AWS Infrastracture as Code with Terraform
* Highly Available Bastion Hosts with Route53
* Highly Available Docker Registry on AWS with Nexus