aws / aws/aws-sdk-java-v2

ECS task metadata logic

Open
#5,686 3 comments 10 reactions 0 assignees View on GitHub
cross-sdk feature-request p2
Dominant language
Java
Stars
2.6k
Forks
1k
Avg merge
2d 9h
Merged PRs (30d)
51

Description

### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.