Hi Folks, I’ve tried Pulumi for the first ti...
# getting-started
b
Hi Folks, I’ve tried Pulumi for the first time by following the tutorial here. But I used
Node.js
app instead, just a simple web server written in
Express.js
. Once, I ran
pulumi up
and wait until everything finished, I got an error as picture below. Here is my code.
Copy code
aws:ecs:Service (app-svc):
    error: 1 error occurred:
    	* creating urn:pulumi:dev::pulumi-nodejs-fargate::awsx:x:ecs:FargateService$aws:ecs/service:Service::app-svc: 1 error occurred:
    	* error waiting for ECS service (arn:aws:ecs:ap-southeast-1:982138089702:service/cluster-37bf9a3/app-svc-358fe7b) to become ready: ResourceNotReady: exceeded wait attempts
a
One random question - which might not be related. Any chance you're using an M1 Mac?
b
No, I’m using Intel chip (MBP 2020).
Is there any chance relates to this issue?