This message was deleted.
s
This message was deleted.
l
Are you sure you're running pulumi w/ same aws account/user/role/region between your local environment vs. within container?
f
Yes, I'm passing the same .env file using
--env-file
p
@few-carpenter-12885 I think I am doing something similar, what does your dockerfile look like that it was able to install pulumi successfully?
f
I think the error was legitimate. My stack was trying to deploy to the default VPC as private. Resolved it.
Dockerfile is just a standard typescript/node file
p
@few-carpenter-12885 you are not using the pulumi based image and you are able to import pulumi into your project on the ecs task?
f
Ah, sorry, yeah I'm using the pulumi-nodejs image as the base.
p
@few-carpenter-12885 if you don't mind me asking, are you using an s3 backend?
f
No, I'm using the default backend
p
ah, ok, thank you!