Skip to content

Instantly share code, notes, and snippets.

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 vroy/3995409e1b1817402569202cad81b830 to your computer and use it in GitHub Desktop.
Save vroy/3995409e1b1817402569202cad81b830 to your computer and use it in GitHub Desktop.
Logs: Eventual consistency issues in aws_instance
2019-03-19T14:16:31.863Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=RunInstances&...
2019-03-19T14:16:32.998Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:32.998Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/19 14:16:32 [INFO] Instance ID: i-0d77afea64d009a21
2019-03-19T14:16:32.998Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/19 14:16:32 [DEBUG] Waiting for instance (i-0d77afea64d009a21) to become running
2019-03-19T14:16:42.998Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstances&InstanceId.1=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:43.140Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:43.141Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/19 14:16:43 [INFO] Modifying `source_dest_check` on Instance i-0d77afea64d009a21
2019-03-19T14:16:43.141Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=ModifyInstanceAttribute&InstanceId=i-0d77afea64d009a21&SourceDestCheck.Value=false&Version=2016-11-15
2019-03-19T14:16:43.398Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:42.998Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstances&InstanceId.1=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:43.140Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:43.399Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstances&InstanceId.1=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:43.533Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:43.534Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeVolumes&Filter.1.Name=attachment.instance-id&Filter.1.Value.1=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:43.678Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:43.678Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeTags&Filter.1.Name=resource-id&Filter.1.Value.1=vol-02c5767e78d7f10e3&Version=2016-11-15
2019-03-19T14:16:43.725Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:43.727Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeVpcs&Version=2016-11-15&VpcId.1=vpc-037ccc719d1e60bbc
2019-03-19T14:16:43.908Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:43.908Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeVolumes&Version=2016-11-15&VolumeId.1=vol-02c5767e78d7f10e3
2019-03-19T14:16:44.120Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:44.020Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstanceAttribute&Attribute=disableApiTermination&InstanceId=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:44.120Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:44.120Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstanceAttribute&Attribute=userData&InstanceId=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:44.182Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-19T14:16:44.210Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstanceCreditSpecifications&InstanceId.1=i-0d77afea64d009a21&Version=2016-11-15
2019-03-19T14:16:44.263Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: <Response><Errors><Error><Code>InvalidInstanceID.NotFound</Code><Message>The instance ID i-0d77afea64d009a21 does not exist. Change the ID and try again.</Message></Error></Errors><RequestID>cd691ab3-67b4-4bed-89b9-78379b57b10d</RequestID></Response>
2019-03-19T14:16:44.263Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/19 14:16:44 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/DescribeInstanceCreditSpecifications failed, not retrying, error InvalidInstanceID.NotFound: The instance ID i-0d77afea64d009a21 does not exist. Change the ID and try again.
2019-03-20T12:01:48.175Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=RunInstances&...
2019-03-20T12:01:48.982Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-20T12:01:48.982Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/20 12:01:48 [INFO] Instance ID: i-01beee0b0eaffdbb0
2019-03-20T12:01:48.982Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/20 12:01:48 [DEBUG] Waiting for instance (i-01beee0b0eaffdbb0) to become running
2019-03-20T12:01:58.982Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=DescribeInstances&InstanceId.1=i-01beee0b0eaffdbb0&Version=2016-11-15
2019-03-20T12:01:59.133Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 200 OK
2019-03-20T12:01:59.134Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/20 12:01:59 [INFO] Modifying `source_dest_check` on Instance i-01beee0b0eaffdbb0
2019-03-20T12:01:59.134Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: Action=ModifyInstanceAttribute&InstanceId=i-01beee0b0eaffdbb0&SourceDestCheck.Value=false&Version=2016-11-15
2019-03-20T12:01:59.227Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: HTTP/1.1 400 Bad Request
2019-03-20T12:01:59.227Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: <Response><Errors><Error><Code>InvalidInstanceID.NotFound</Code><Message>The instance ID 'i-01beee0b0eaffdbb0' does not exist</Message></Error></Errors><RequestID>b46b06a1-e675-4552-ab61-3545e32254ca</RequestID></Response>
2019-03-20T12:01:59.227Z [DEBUG] plugin.terraform-provider-aws_v1.49.0_x4: 2019/03/20 12:01:59 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/ModifyInstanceAttribute failed, not retrying, error InvalidInstanceID.NotFound: The instance ID 'i-01beee0b0eaffdbb0' does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment