AWS - CLI
Which command correctly installs AWS CLI version 2 on macOS using the terminal?
brew install awscli installs AWS CLI version 2.sudo ./aws/install runs installer after download, not a direct install command. pip install installs version 1, not version 2. aws install is invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions