https://pulumi.com logo
e

elegant-crayon-4967

06/13/2019, 3:33 PM
Getting an
InvalidRequest: The request received was invalid status code: 400
error. Is there any way to tell what exactly Pulumi / TS views as invalid? No errors easily seen in code
w

white-balloon-205

06/13/2019, 3:33 PM
For what resource? This is most likely an error reported from the cloud provider.
e

elegant-crayon-4967

06/13/2019, 3:34 PM
aws.ec2.LaunchTemplate
I just kept deleting things until it worked. It didn't like my tag syntax. Not sure if there is way to find that out in a more detailed log somewhere?
g

gentle-diamond-70147

06/13/2019, 3:49 PM
pulumi up --debug
will print out a lot of information about the AWS API requests and responses which might help
e

elegant-crayon-4967

06/13/2019, 3:51 PM
oh awesome