Week 3 Lab 2: Implementing Monitoring with Amazon CloudWatch | Lab showing not started despite having completed all the steps and destroyed the infra

  • Week 3 Lab 2: Implementing Monitoring with Amazon CloudWatch
    *(https://labs.vocareum.com/main/main.php?m=clabide&mode=s&asnid=3101342&stepid=3101343&hideNavBar=1)
  • Hi folks, hope all is well.
  • I have just completed this lab - from beginning to the end. And then at the end following the last instruction, destroyed all the infra using the “terraform destroy” command. That said, right after i went to the vocareum page to submit the lab (so that i can get completion credit).
  • and it is erroring out, stating that the lab had not started.
  • I am quite disappointed. since this is 2% of the grade and i have finished it all (I can show some of the edited *.tf files, as well as the emails sent from Amazon Cloudwatch to myself for the alerts/metrics/thresholds created".
  • What can I do? Please do not say re-take the lab:-)

Hello @mkor
Can you please just start the lab and press the submit button? If you have completed it in the past, I guess you get the grade this time.

Thanks @Amir_Zare . That does not work either, unfortunately. Plus, if the last act of the lab is to destroy the infra, wondering if we are to submit before executing the last step or before.

Thanks for clarifying.

Hi Amir_ZareI have a problem with point 4.2


Did I done it correct. why? cannot listen to port: 5432

I have code this

:bomb:
but This message pops up. bash: sysbench: command not found
I don’t know what do I mis

@mkor since this is a practice lab, it’s ok if you hit submit after destroying terraform infrastructure.
Did you submit the lab and got 0 grade? Can you please share the grader logs?

Hello @T_BOY
For the SSH command, seems like you have already run this command, and another connection is using the port 5432. You need to close the old connection before starting a new one.
About the sysbench command, are you running it in the cloud9 terminal? Please, follow the instructions to connect to the bastion host EC2 and run the sysbench command there.

Thank you Amir_Zare