Amazon Fargate · Arazzo Workflow
Amazon Fargate Cluster Inventory Audit
Version 1.0.0
Enumerate clusters, describe one, then list its services and running tasks.
Provider
Workflows
cluster-inventory-audit
List clusters and describe the first, then enumerate its services and tasks.
Chains listClusters, describeClusters, listServices, and listTasks to produce an at-a-glance inventory of a cluster.
1
listClusters
listClusters
List the cluster ARNs available in the account/region.
2
describeFirstCluster
describeClusters
Describe the first cluster to retrieve its counts, settings, and statistics.
3
listClusterServices
listServices
List the service ARNs running in the described cluster.
4
listClusterTasks
listTasks
List the running task ARNs in the described cluster.