Posts

Showing posts from 2024

Learning API Design

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

AWS ECS Samples

https://github.com/aws-samples/amazon-ecs-mythicalmysfits-workshop https://github.com/aws-samples/gitops-amazon-ecs-sample https://github.com/aws-samples/ecs-blue-green-deployment-with-codedeploy https://github.com/aws-samples/example-for-aws-xray-in-amazon-ecs https://github.com/aws-samples/aws-dotnet-ecs-containers-observability .NET Observability with OpenTelemetry