Closed jdriver2 closed 1 year ago
Using the CLI to create VPC resources topic
Thank you for the feedback.
ibmcloud is images | grep -i "debian.*available.*amd64.*public" | cut -d" " -f1
needs to change to something like ibmcloud is images | grep -i "ibm-debian-12-0-minimal-amd64-1" | cut -d" " -f1
to return one result.
Also the command: ibmcloud is images | grep -i "debian.available.amd64.*public" | cut -d" " -f1
returns multiple lines causing that step to FAIL
additionally, at the end would be good to have more description about: 169.61.161.150 mykey Such as what does that IP address represent, and where did mykey come from? mykey is not created in the earlier steps of the tutorial so leaves some questions.