I am unable to complete capstone part 2 since last month. sometime terminal crashes after terraform apply. now aws console tab is not opening when clicked on Go TO AWS CONSOLE
Hi there,
Thanks for reaching out! It sounds like you’re running into some frustrating issues with the capstone—sorry to hear that.
In cases like this, the best step is to fill out this form to request a lab refresh from the course staff. Once submitted, they’ll take care of resetting your assignment environment.
You’ll get a notification when your lab has been refreshed. It usually takes about 2–3 business days.
Hope this helps, and feel free to reach out if you have any other questions!
@Atique10 As @benjamintabaresjr mentioned, please make sure to fill out the form. This means that your lab total time or cost budget has exceeded.
To any command you’re running, you can append || echo "$?"
(i.e.,
<terraform command> || echo "$?"
) to prevent it from crashing.