Posts

Showing posts from March, 2024

How to Deploy AWS ECS with Terraform

Getting started https://developer.hashicorp.com/terraform/tutorials/aws-get-started/aws-build Tutorials with sample code https://medium.com/@olayinkasamuel44/using-terraform-and-fargate-to-create-amazons-ecs-e3308c1b9166 https://nexgeneerz.io/how-to-setup-amazon-ecs-fargate-terraform/ Production ready https://github.com/arminc/terraform-ecs https://github.com/terraform-aws-modules/terraform-aws-ecs

AWS CLI Cheat Sheet

IAM List users aws iam list-users Get Identity aws sts get-caller-identity ECS List clusters aws ecs list-clusters