Skip to content

ECS task metadata logic #5686

Open
Open
@smoell

Description

@smoell

Describe the feature

For performance measurements in the context of Amazon ECS, the metrics data from the task metadata endpoint can be used. Unfortunately, there is no direct AWS SDK support for this, which means that the logic itself has to be implemented.

Is your Feature Request related to a problem?

It is a common task to get ECS metadata for introspection purposes. On GitHub there are several implementations for this issue, AWS should provide a standardized implementation.

Proposed Solution

Implement a service to connect with the ECS metadata endpoint and return a Java object/a list of Java objects wrapping the JSON data.

Describe alternatives you've considered

No response

Acknowledge

  • I may be able to implement this feature request

AWS Java SDK version used

2.17.121

JDK version used

Doesn't matter

Operating System and version

Doesn't matter

Metadata

Metadata

Assignees

No one assigned

    Labels

    cross-sdkfeature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions