You can install AWS CLI on your Ubuntu OS by downloading the awscliv2.zip from the AWS documentation page,
AWS CLI For Ubuntu x86 64-bit# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
AWS CLI For Ubuntu ARM
# curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip"
Make sure you have curl, unzip, and Sudo packages installed before installing AWS cli
Once you download the package, unzip and run the install script,
# unzip awscliv2.zip
# sudo ./aws/install
You can test if the AWS CLI was installed correctly or not using the version command,
# aws --version
aws-cli/2.7.23 Python/3.9.11 Linux/5.10.104-linuxkit exe/aarch64.ubuntu.22 prompt/off

More Posts related to AWS,
- Create S3 bucket and upload files using AWS Toolkit for Visual Studio Code
- Get the total size and number of objects of a AWS S3 bucket and folders
- Create an S3 bucket in a specific AWS region using CLI Command
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- 573 List of reserved keywords in AWS DynamoDB
- Quick way to setup AWS DynamoDB locally on macOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- Quick way to install AWS CLI for macOS Terminal
- Setting and Updating AWS CLI Configuration
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- How to install AWS Toolkit for Visual Studio Code
- Create S3 bucket using AWS CLI Command mb
- Fix: zsh: command not found: aws (Mac/macOS)
- How to install AWS CLI on Ubuntu
- Fix: Amazon Linux bash: sudo: command not found
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- Most Essencial AWS CLI 2 S3 ls Command Options
- Install AWS CLI using Brew Command
More Posts:
- How to upgrade PowerShell on Mac - Powershell
- Horizontally Center Align
- JavaScript : Get current page address - JavaScript
- Fix Generics: error unexpected type required: class found: type parameter - Java
- Find Covid-19 Vaccine centers on macOS or iOS Maps App - News
- How to add Newline to text in Android TextView - Android
- How to Fix AttributeError in Python - Python
- Create SharePoint Site Collection using PowerShell New-SPSite - SharePoint