https://pulumi.com logo
#aws
Title
# aws
l

loud-night-99769

10/31/2023, 4:12 PM
Hi Everyone I am trying this example from pulumi, https://github.com/pulumi/templates/blob/master/container-aws-python/__main__.py and I am encountering this issue of not able to reach steady state. Please see the output from the terminal below
Copy code
aws:ecs:Service (service):
    error: 1 error occurred:
    	* updating urn:pulumi:container-aws-python::container-aws-python::awsx:ecs:FargateService$aws:ecs/service:Service::service: 1 error occurred:
    	* waiting for ECS service (arn:aws:ecs:us-east-1:515329456362:service/cluster-8d7e46b/service-b935372) to reach steady state after update: timeout while waiting for state to become 'tfSTABLE' (last state: 'tfPENDING', timeout: 20m0s)
What seems to be the problem ?
s

salmon-account-74572

11/01/2023, 7:51 PM
You’ll probably need to use the AWS Console to look at any errors or informational logs for the service in order to determine why the service isn’t going into steady state.