Hello,
I was able to finish the 1st part of Capstone project. In the 2nd part of Capstone project, I am getting problems at steps 2.3 and 2.4.
1- It works till terraform plan. But whenever I apply terraform apply parts, I get exit: code 1 error and terminal crashes.
2- One time I was able to run all three apply commands without error. But got error at step 2.4, I got Succeeded at glue_api_users_extract_job part when I ran
aws glue start-job-run --job-name | jq -r ‘.JobRunId’
aws glue get-job-run --job-name --run-id --output text --query “JobRun.JobRunState”
But got Failed instead of Succeeded message when I ran the above 2nd command posted above for glue_sessions_users_extract_job. Hence I was not able to proceed to glue_rds_extract_job
Why am getting problems with step 2.3? And if I am able to get to step 2.4, how can I make to above two commands run for all three extract jobs?
Regards.