For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
      • Debug with Insights
      • Customize Insights
      • Uninstall Insights Agent
        • Overview
          • Overview
          • API Catalog deployment modes
          • apidump
          • kube inject
          • kube helm-fragment
          • kube tf-fragment
          • ecs add
          • ecs task-def
          • ecs cf-fragment
          • completion
      • FAQ
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Usage
  • Flags
Postman InsightsReferenceInsights agent

ecs task-def command reference

||View as Markdown|
Was this page helpful?
Previous

ecs add command reference

Next

ecs cf-fragment command reference

Built with

The ecs task-def command prints a task definition to be added to an ECS cluster to run the Postman Insights Agent as a daemon in host-networking mode on every EC2 instance in the cluster. For help, use -h or --help.

Usage

$postman-insights-agent ecs task-def [flags]

Flags

  • --cluster string - The name or ARN of the ECS cluster.
  • --dry-run - Perform a dry run: Show what will be done, but don’t change ECS.
  • --log-format string - Set to color, plain, or json to control the log format.
  • --profile string - Which of the AWS profiles to use to access ECS.
  • --project string - The Postman Insights project ID.
  • --proxy string - The domain name, IP address, or URL of an HTTP proxy server to use.
  • --region string - The AWS region in which the ECS cluster resides.
  • --service string - The name or ARN of the ECS service.
  • --task string - The name of the ECS task definition to change.