aws_ecs_describe_services
Retrieve detailed status and configuration data for Amazon ECS services, including deployments and events, to monitor and manage containerized applications.
Instructions
Get detailed information about ECS services including deployments and events.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| cluster | Yes | Cluster name or ARN | |
| services | Yes | Service names or ARNs (max 10) |