You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went through the process and I made/guess some choices but we can be more diligent so people can fill in the blanks.
To improve:
it's required to create a resource group as part of the VM creation. Mentioned or link to what this is or what people should put
We suggest that people use the NVIDIA GPU-Optimized VMI when selecting that one, it prompt to me two options that ahve the same version but one said Gen 1 and the other Gen 2. I wasn't sure which one to choose or if it mattered.
By default the Security typed is set to Trusted launch virtual machines but this causes an error with the choice of NVIDIA GPU-Optimized VMI. Then I chose Standard security type to carry on, but I wasn't sure if this was correct.
We should also suggest that people create the ssh keys or mentioned something about that section.
When creating the security group, I opted to not modify anything except the destination ports as suggested, but I wasn't sure if that was the right move.
Finally, when connecting to the VM, we point to the Azure connect instructions, which are very easy to follow. One caveat is that when you try to follow that it fails on ssh because the .pem gets downloaded with more permissions and the connection fails. This can be resolved by doing a chmod 600 the_key_file.pem
The text was updated successfully, but these errors were encountered:
Folks often have an existing resource group for their project. They probably don't need to create one for each VM.
I assume we want to use the Gen 2 images.
We may want to feed back to the team that manages the VMI about the security warning. For now we should just document that it needs to be changed to standard.
For port access all you need to do is ensure the reader can get from their local machine to Jupyter and Dask. We shoudl document the minimum required to do that.
Shame the PEM is too permissive, we should document the chmod too if it's necessary to get things working.
The instructions to create a VM via Azure in here https://docs.rapids.ai/deployment/stable/cloud/azure/azure-vm/ are not very clear if this is the first time someone is creating a VM.
I went through the process and I made/guess some choices but we can be more diligent so people can fill in the blanks.
To improve:
NVIDIA GPU-Optimized VMI
when selecting that one, it prompt to me two options that ahve the same version but one said Gen 1 and the other Gen 2. I wasn't sure which one to choose or if it mattered.Trusted launch virtual machines
but this causes an error with the choice ofNVIDIA GPU-Optimized VMI
. Then I choseStandard
security type to carry on, but I wasn't sure if this was correct..pem
gets downloaded with more permissions and the connection fails. This can be resolved by doing achmod 600 the_key_file.pem
The text was updated successfully, but these errors were encountered: