AWS Environmental Settings Issue - Cuda False

Following [Lesson "0": Practical Deep Learning for Coders (fast.ai) - YouTube] (Setup) and https://course.fast.ai/start_aws of AWS I faced the following Issues

  1. Connection Issue of AWS cloud instance to MACOS

This issue can be resolved by creating a new key pair instead of ssh keygen
Go
EC2 Dashboard → Instances → Click Instance id → Connect
and follow the instruction

  1. Issue with mamba install -y fastbook

use mamba install -c fastai fastbook

further conda install -c fastai fastbook

Hope it will resolve the issue

Go import torch; torch.cuda.is_available() to check