Skip to content

katapultmedia/training-terraform-fargate-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KM

AWS Fargate Intro

AWS Fargate is "serverless" compute for containers. Ok...there are servers somewhere doing something, BUT you at least don't have to worry about managing infrastructure. It makes right-sizing considerably easier. Fargate is one of the deployment options for AWS Elastic Container Service. ECS is a container orchestrator like Kubernetes.

Watch the ClickOps version first to get an understanding of Fargate. This tutorial covers going from ClickOps to terraforming the same Fargate setup.

Usage

This project is not intended to be used as a module for remote use. Take the files, customize them, and use them to your hearts content. Create an issue if you have questions.

The Makefile has general commands to use for ease of development. There aren't special by any means. Feel free to cd to directories and run the terraform CLI commands you know and love directly.

make commands

Available targets:
fmt                            Formats the TF
init                           Install required tools for local environment
apply                          TF Apply the terraform directory
destroy                        TF Destroy the terraform directory
plan                           TF Plan the terraform directory

Trademarks

All other trademarks referenced herein are the property of their respective owners.

About

This tutorial is maintained and funded by Katapult Media, Inc. Send us a message!

KM

About

AWS Fargate is "serverless" compute for containers. This tutorial follows the ClickOps example provided in https://youtu.be/imGPwpwm3PY.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published