AWS Fargate Task Definitions API
Operations for registering and managing ECS task definitions with Fargate compatibility, including CPU, memory, network mode, and container configuration.
AWS Fargate Task Definitions API is one of 8 APIs that AWS Fargate publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Task Definitions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, pricing, and a changelog.
This API exposes 4 operations across 4 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version 2014-11-13.
Requests are made against a single base URL, https://ecs.{region}.amazonaws.com.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
AWS Fargate Task Definitions API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (aws_sig_v4).
By default, every request must be authenticated.
aws_sig_v4— AWS Signature Version 4 authentication. Requests must be signed using AWS access credentials.
Paths & Operations 4
Across 4 paths, the API surfaces 4 operations — 4 POST. Each is listed below with its method, path, parameters, and response codes.
Operations for registering and managing ECS task definitions with Fargate compatibility, including CPU, memory, network mode, and container configuration.
Schemas 13
The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are ContainerDefinition (18 properties), TaskDefinition (17 properties), RegisterTaskDefinitionRequest (12 properties), PortMapping (5 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from AWS Fargate 7
Other APIs AWS Fargate publishes across the network.