1 Answers
Figured it out! In case you have the same issue, it was addressed [here](Figured it out! In case you have the same issue, it was addressed here: https://acloud.guru/forums/aws-certified-solutions-architect-associate/discussion/-L2piWxIn59Se-kF7x3M/in-the-new-aws-linux-2-stress-isnt-available?answer=-LhanRCdVeJ2uKMaUc-8)
To get through this lab, you can update the bootstrap script to be:
#!/bin/bash yum update -y amazon-linux-extras install epel yum install stress -y /usr/bin/stress --cpu 8 --timeout 10m