Hello, I’m getting faiilure at the lab check for this stage although seems for all stages to passed sucssfully. In addition the message is unclear - what could be the issue?
I’m not sure why you got that particular message. I worked from this solution, changing the names of the objects in the stack file to match the task description (since these names are randomized). This worked, and the grader accepted it.
yeah, im getting the same error, even after applying the solution that was provided to us
If you’re working from a stock solution, it’s worth remembering that the stack file has a lot of items that need to match the task description; if you’re copying from someone’s repo, they won’t match until you do a fair number of edits. It sounds from the error like the python script could not find the needed items in its environment. Since it’s getting its environment from the various resources that the stack has hard-coded, you’ll need to make sure that the resource names are correct in the stack, i.e., that they match the task definition.
Today i’ve got the same problem. I’m doing exactly as this says: kodekloud-engineer/100_Days_of_Cloud-AWS/Day47.md at main · Srikanth0824/kodekloud-engineer · GitHub
People tend to get the editing of the stack file incorrect – make sure that you updated the file from wherever you got it to match the task description. The errors you get when you don’t edit it right are a bit cryptic in this lab, probably because we don’t get good access to the python exceptions that the embedded script can emit.
You are right, thanks!.

