Skip to content

Instantly share code, notes, and snippets.

@GElkayam
Created February 14, 2018 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GElkayam/f3d5854d096b1162a4ce6c39325c4626 to your computer and use it in GitHub Desktop.
Save GElkayam/f3d5854d096b1162a4ce6c39325c4626 to your computer and use it in GitHub Desktop.
Debug aws_vpc_endpoint_subnet_association
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 21:25:44 [DEBUG] [aws-sdk-go] DEBUG: Retrying Request ec2/ModifyVpcEndpoint, attempt 6
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 21:25:44 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcEndpoint Details:
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.eu-west-1.amazonaws.com
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 110
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIXXXXXXXXXXX/20180214/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ad72e641f65f39cxxxxxxxxxxxxxxxxxxxxxxxxxx2f2f
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T212544Z
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=ModifyVpcEndpoint&AddSubnetId.1=subnet-1234d612&Version=2016-11-15&VpcEndpointId=vpce-12343dccc075156d3
2018-02-14T21:25:44.447Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 21:25:44 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcEndpoint Details:
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 500 Internal Server Error
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:25:44 GMT
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4:
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: -----------------------------------------------------
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 21:25:44 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-14T21:25:44.724Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Response><Errors><Error><Code>InternalError</Code><Message/></Error></Errors><RequestID>47dddf74-57fa-422f-8f99-f4465c6614e4</RequestID></Response>
2018-02-14T21:25:48.116Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 21:25:48 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/ModifyVpcEndpoint failed, will retry, error InternalError:
2018-02-14T21:25:48.116Z [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 500, request id: 47dddf74-57fa-422f-8f99-f4465c6614e4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment