Untracked aws.autoscaling.Group pulumi resource if fail to create any healthy instance #5178
Labels
kind/bug
Some behavior is incorrect or out of spec
needs-triage
Needs attention from the triage team
Describe what happened
When use pulumi-aws to create an autoscaling group, if the autoscaling group fails to launch an instance successfully (not getting at least 1 healthy instance), pulumi will return a timeout error on creating the autoscaling group. A pulumi resource aws.autoscaling.Group is not created. See below:
However, the autoscaling group is physically created in AWS but just no healthy instance in the autoscaling. The autoscaling group is untracked by pulumi.
Sample program
Log output
No response
Affected Resource(s)
aws.autoscaling.Group
Output of
pulumi about
CLI
Version 3.138.0
Go Version go1.23.2
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.63.0
resource aws-native 1.7.0
resource azure 6.8.0
resource okta 4.11.3
language python unknown
resource random 4.16.7
resource time 0.1.0
resource tls 5.0.9
Host
OS debian
Version 12.9
Arch x86_64
This project is written in python: executable='/home/myproject/.venv/bin/python3' version='3.10.16'
// Stack info redacted
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: