This message was deleted.
# aws
s
This message was deleted.
g
Can you try
eip.id
instead of
eip.allocation_id
?
g
I did that and got this failure:
Copy code
aws:ec2:NatGateway (nat-gateway-nat-gateway):
    error: 1 error occurred:
...
        * Error waiting for NAT Gateway (nat-023838dcdab5f147b) to become available: unexpected state 'failed', wanted target 'available'. last error: %!s(<nil>)
In the AWS console for the failed NAT Gateway, the Elastic IP address section is empty. The eip allocation ID (
eip.id
) provided in pulumi was
eipalloc-09fd0295904b5b6fb
, and I've confirmed that this Eip exists.
g
Hmm, that's very strange.