Hello, we recently had a weird issue: on the 29th ...
# general
b
Hello, we recently had a weird issue: on the 29th of August, while one of our customers was trying to create a resource, it failed with the following error:
Copy code
stdout: Updating (cluster):

 +  pulumi:pulumi:Stack stack creating (0s) 
@ updating.....
 +  pulumi:pulumi:Stack stack creating (2s) read pulumi:pulumi:StackReference organization/project/stack2
 +  pulumi:pulumi:Stack stack creating (2s) read pulumi:pulumi:StackReference organization/project/stack
@ updating......
 +  pulumi:pulumi:Stack stack creating (5s) read pulumi:pulumi:StackReference organization/project/stack
@ updating....
 +  pulumi:pulumi:Stack stack creating (6s) read pulumi:pulumi:StackReference organization/project/stack2
@ updating.......
 +  aws:route53:Record stack creating (0s) 
@ updating............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 +  aws:route53:Record stack-record creating (1801s) error: 1 error occurred:
 +  aws:route53:Record stack-record **creating failed** error: 1 error occurred:
@ updating.....
 +  pulumi:pulumi:Stack stack creating (1813s) error: update failed
 +  pulumi:pulumi:Stack stack **creating failed (1812s)** 1 error
Diagnostics:
  pulumi:pulumi:Stack (stack):
    error: update failed

  aws:route53:Record (stack-record):
    error: 1 error occurred:
        * creating urn:pulumi:stack::project::aws:route53/record:Record::stack-record: 1 error occurred:
        * waiting for Route 53 Record (ZONEID_record.example.com_A_us-west-1) create: timeout while waiting for state to become 'INSYNC' (last state: 'PENDING', timeout: 30m0s)

Outputs:
    enabledRegions: [
        [0]: "us-west-1"
    ]

Resources:
    + 1 created

Duration: 30m14s
Any idea what caused this? We are on AWS and using Pulumi Auto with Go (resource and stack names replaced for safety)
t
Was the actual status of the R53 record "PENDING" when the update failed? Looks like AWS failed to provision it in time.
l
This is on AWS' side, not Pulumi's. Is the record waiting for something? It should propagate and switch to INSYNC automatically, though it does usually take a few seconds. Some reasons for it taking longer are laid out here: https://repost.aws/knowledge-center/route-53-propagate-dns-changes