Integrate AWS CLI with vStorage
1. Install AWS CLI on Linux
Required:
Steps to follow:
# 1. Download the installation file (default is the latest version)
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# 2. Unzip
unzip awscliv2.zip
# 3. Install
sudo ./aws/install
# 4. Check version
aws --version2. Install AWS CLI on macOS
3. Install AWS CLI on Windows
4. Configure AWS CLI after installation
Create configuration for the profile (e.g. hcm04-prod) via the command:
hcm04-prod) via the command:Check the connection via command:
Last updated


