My first attempt at completing the first capstone assignment got stuck while trying to create the IAM role for the extract glue job:
module.extract_job.aws_iam_role.glue_role: Still creating…
I let this go for about 30 minutes before killing it. I tried doing terraform destroy and then re-init, but then ran into the following error:
Error: creating IAM Role (Cloud9-de-c4w4a1-glue-role): operation error IAM: CreateRole, https response error StatusCode: 409, RequestID: 267d5a6a-0c69-4942-a435-b748cbe11c79, EntityAlreadyExists: Role with name Cloud9-de-c4w4a1-glue-role already exists.
Is this going to require a lab reset? Did I miss something in the instructions that led to my initial issue of the glue_role seeming to be in an infinite loop?