aws-cloudformation / aws-cloudformation-resource-providers-awsutilities-commandrunner

Apache License 2.0
81 stars 21 forks source link

The command runner EC2 status remains "CREATE_IN_PROGRESS" until it times out and fails. #15

Closed JCKrause closed 3 years ago

JCKrause commented 3 years ago

I believe the command runner EC2 never gets created because the VpcId value is empty. The Role, SecurityGroupId, and SubnetId parameters are correct. See attached screenshot of the command runner parameters.

Command Runner Parameters

There are no default VPC's in the account.

I think if the VpcId was a parameter like the SecurityGroupId and SubnetId it would solve the issue.

Thanks, John

JCKrause commented 3 years ago

It was not the VpcId. I am closing this issue.