Skip to content
Menu
myCloud myCloud

Personal short notes about Cloud

  • XMPie
  • AWS
    • AWS Topics
    • AWS Architecture
    • AWS CLI
    • AWS Health
    • AWS Policies
    • AWS Cost
  • CHEAT SHEETS
myCloud myCloud

Personal short notes about Cloud

Elastic Container Service – ECS

By mikado on January 5, 2023January 5, 2023

  • ECS task is running Docker container
  • ECS Task is created from a Task Definition
  • ECS services are used to maintain a desired count of tasks. Can apply Application Load Balancer.
  • ECS Cluster is a logical grouping of tasks or services

ECS Objects

Launch type

  • EC2
  • Fargate (managed)

Additional

  • It creates Log Group
    • /ecs/first-run-task-definition
  • It creates CloudFormation stack
    • EC2ContainerService-MyFargateCluster
  • It creates VPC, Subnets, SG
  • Can configure scaling rules based on CloudWatch metrics

Category: Container

Categories

  • AWS (4)
  • AWS Architecture (8)
  • AWS CLI (5)
  • AWS Cost (3)
  • AWS Health (4)
  • AWS Policies (2)
  • AWS Topics (24)
  • CHEAT SHEETS (16)
  • Container (21)
  • Datadog (4)
  • Jenkins (2)
  • Linux (9)
  • Microsoft (7)
  • Python (1)
  • SCRIPTS (9)
  • Terraform (5)
  • XMPie (6)
©2025 myCloud
Click to Copy