C4_w4 capstone 1

I am redoing the capstone project and getting the following warning/errors:

│ Warning: Applied changes may be incomplete │ │ The plan was created with the -target option in effect, so some changes requested in the configuration may have been ignored and the output values may not be fully updated. Run │ the following command to verify that no other changes are pending: │ terraform plan │ │ Note that the -target option is not suitable for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or when Terraform │ specifically suggests to use it as part of an error message. ╵ ╷ │ Error: creating Glue Connection (de-c4w4a1-connection-rds): operation error Glue: CreateConnection, https response error StatusCode: 400, RequestID: 34f2dae5-eeef-426e-8d97-70884a37179a, AlreadyExistsException: Connection already exists. │ │ with module.extract_job.aws_glue_connection.rds_connection, │ on modules/extract_job/glue.tf line 2, in resource “aws_glue_connection” “rds_connection”: │ 2: resource “aws_glue_connection” “rds_connection” { │ ╵ ╷ │ Error: creating IAM Role (de-c4w4a1-glue-role): operation error IAM: CreateRole, https response error StatusCode: 409, RequestID: f5fa5052-9b2a-415b-91d8-203ce675bc26, EntityAlreadyExists: Role with name de-c4w4a1-glue-role already exists. │ │ with module.extract_job.aws_iam_role.glue_role, │ on modules/extract_job/iam.tf line 1, in resource “aws_iam_role” “glue_role”: │ 1: resource “aws_iam_role” “glue_role” { │ ╵

Any ideas on how to solve it?

@ggcarvalho Look here -

creating Glue Connection: Connection already exists
IAM: CreateRole: EntityAlreadyExists
Your previous lab created the AWS resources successfully. And now you reset credentials, but resources remained. You can try to do this lab, skipping the step, where you create resources. Or there’s always that option to request complete clean up of resources and restart the lab, but it takes a couple of days.

How do I request a clean up?

@ggcarvalho The form.
Also there’s a Troubleshooting guide.

Sorry, this is really annoying. But I am doing the capstone correctly, every test is ok in the lab, but my grades are never enough to pass. I am sending a screenshot with the issues.

@ggcarvalho Hi! I know, sometimes it’s super annoying. :frowning: Have you submitted that form to clear the lab and start anew?

I did not, since the lab started working again. Super confusing…

@ggcarvalho sometimes it takes MANY tries to submit it

course completed. Thanks!

@ggcarvalho congratulations!