AWS ECS Manage ECS clusters, services, and tasks. Environment Variables - / - AWS credentials - - Region List clusters Describe cluster List services Describe service Update service (force new deployment) Scale service List tasks Describe tasks View task logs Describe task definition List task definition revisions Run standalone task Notes - Use to trigger a rolling update with the same task definition. - Confirm before scaling, updating, or stopping services. - Fargate tasks require network configuration; EC2 launch type may not. ---