2 Answers
Hi Tasir.
Mattias is currently very focused trying to finish off a course.
Can you wait a couple more days ?
Rusty
Moderator
Hello Yasir! I’m glad you’re working though the labs and paying lots of attention to what’s going on! 👍
For this particular situation, how are you initiating the SSH connections from the frontend instances to the backend ones? Are you doing straight ssh
or are you using gcloud
for each connection? If it’s the former (plain ssh), then you’re more likely to trip over things because Google is neither aware of nor enabling the connection you’re making. 🙂
For the sake of the lab, though, you don’t need to SSH from the frontend instances to the backend ones–although that is a valuable "bastion" or "jump box" setup. Instead, for the lab, the key thing is to make sure you can ping across the important data paths and you can SSH from the console or cloud shell directly to the backend instances.
Cheers!
Mattias