Hi team, I'm trying to Implement a Java app using...
# java
p
Hi team, I'm trying to Implement a Java app using pulumi docker image pulumi/pulumi-java to create an AWS EC2 instance. When I execute the Java app in a container I'm getting an error 'Program run without the Pulumi engine available; re-run using the
pulumi
CLI'. However, I'm running pulumi-java image also inside a container. Can someone please share any working examples of the same or any clue what I'm missing?
l
Just look at their docs: https://www.pulumi.com/registry/packages/aws/api-docs/ecs/cluster/ This is showing how to run it, and there is more examples out there