Have been having numerous issues with the C1_W2 assignment
First time i have submitted the assignment, the marking wasn’t detecting the bucket creation so i was always getting 70% mark
Secondly, i have retried and redone the assignment multiple times and i started getting error that terraform resources already exist. I submitted error request and help from the staff… I allowed time to pass hoping that the error would be fixed.
Today after 3 days of waiting, I have tried to complete the assignment again and i get the following error:
ws_s3_bucket.b: Creating...
╷
│ Error: creating S3 Bucket (my-tf-test-bucket): operation error S3: CreateBucket, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://my-tf-test-bucket.s3.amazonaws.com/": dial tcp: lookup my-tf-test-bucket.s3.amazonaws.com on 127.0.0.11:53: no such host
│
│ with aws_s3_bucket.b,
│ on glue.tf line 66, in resource "aws_s3_bucket" "b":
│ 66: resource "aws_s3_bucket" "b" {
│
╵
Please i want to proceed with the course.. it’s taking too much time..
I wonder if there is an issue with restarting the lab or the caching? Because when i restart it, i can see the previous changes i had done, or even the hcl file created by terraform previously. Is that how it should be?
Seems to be a temporary DNS resolution issue in the Coursera lab environment.
You can verify in AWS console that the glue job exists. But S3 bucked wasn’t created. You need it for the next steps. So again - I think you should restart the lab, sorry. No need to change the code.
Please understand that i have restarted the lab for more than 20 times now… I have been trying every day to see whether the issue has been resolved or there has been any changes. I keep getting errors. The environment and the code doesn’t reset themselves when new lab is created. This is the real issue.