admin管理员组

文章数量:1203386

I have a container that I am trying to tell on AWS marketplace. I have the container, and also an AMI with docker-compose which shows on the run it with a bunch of associated services.

When I try to use the AWS Metering API to report that my container is running, I get various errors like 'platform not supported'. It looks like the API only works on ECS or EKS, but not if the container is directly on an EC2 instance? I tried using MeterUsageAsync and RegisterUsageAsync, but neither work on an EC2 instance.

Any solution?

本文标签: amazon web servicesHow to meter container running on EC2 instanceStack Overflow