An open API service indexing awesome lists of open source software.

https://github.com/realfranser/first-terraform-project

First project learning terraform using AWS provider
https://github.com/realfranser/first-terraform-project

Last synced: 7 months ago
JSON representation

First project learning terraform using AWS provider

Awesome Lists containing this project

README

          

# First terraform project

Learning terraform with AWS

## Sources

### freecodecamp.org

[YT video](https://www.youtube.com/watch?v=SLB_c_ayRMo&t=6859s&ab_channel=freeCodeCamp.org)

Status: completed :heavy_check_mark:

### AWS tip, Pyae Phyoe Shein

> Docker inside EC2 instance with terraform
> Cool variable definition and usage

[Blog post](https://awstip.com/to-set-up-docker-container-inside-ec2-instance-with-terraform-3af5d53e54ba)

### NGINX installation

> Usage of S3 buckets for config files
> Script for installation

[Blog post](https://alexopensource.wordpress.com/2021/06/05/automating-installation-of-nginx-on-ec2-instances)
[Bucket setup](https://github.com/hashicorp/terraform-provider-aws/issues/23447)

### Cloud init

Combining multiple installation scripts with _template_cloudinit_config_
Source: https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/cloudinit_config