Hello everyone, I hope all are fine. I have a ques...
# aws
g
Hello everyone, I hope all are fine. I have a question Base on example: https://github.com/pulumi/examples/blob/master/aws-ts-hello-fargate/index.ts Someone has problem with the deploy on AWS? The Deployment is delayed an the end the response of GET is a 503
Copy code
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
</body>
</html>
thanks a lot Regards
This is the specific error:
Copy code
aws:ecs:Service (app-svc):
    error: 1 error occurred:
    	* creating urn:pulumi:dev::aws-ts-hello-fargate::awsx:x:ecs:FargateService$aws:ecs/service:Service::app-svc: 1 error occurred:
    	* waiting for ECS service (arn:aws:ecs:us-east-1:536395113578:service/cluster-df67fd0/app-svc-88fb6db) to reach steady state after creation: timeout while waiting for state to become 'tfSTABLE' (last state: 'tfPENDING', timeout: 20m0s)