Jussi Seppälä

Results 2 comments of Jussi Seppälä

Fargate platform version 1.1 seems to support metadata for ECS. See [anouncement](https://aws.amazon.com/about-aws/whats-new/2018/03/aws-fargate-platform-version-1-1/). I think that eureka-client does not support this. See [AmazonInfo.java](https://github.com/Netflix/eureka/blob/master/eureka-client/src/main/java/com/netflix/appinfo/AmazonInfo.java) In case anyone already has implemented this could...

I created [a sample ](https://github.com/jussiseppala/eurekafargatesample) how to do this. Hope this helps!