Unable to start AWS Aspose.PDF ECS Container

Hi all.
I just purchased Aspose.PDF for AWS at AWS MarketPlace.
I followed the instructions in the instructions page, but when the ECS container is starting the docker image, I receive the following error message:

signature not found: Connect timeout on endpoint URL: “https://metering.marketplace.us-east-1.amazonaws.com/”

Even with the message, I can access the EC2 instance for the Aspose container, execute a curl and receive successfully the 200 (ok) from the page mentioned in the error.
Can you please help me to identify what else I need to do to put it to work?

Hi all. I just understood what happened and, even with positive results when executing a curl to the address from the EC2 instance, the container itself was set to “awsvpc” and would never work without proper configuration. Change the network mode to bridge and you’re good to go.

Cheers

@marcelosrc
Great that you got it working.
Thanks for describing the solution, it might be useful for other users.