How to setup AWS CLI on Mac [2023]

preview_player
Показать описание
In this video, we'll discuss what the AWS CLI (Command Line Interface) is and I'll walk you through the installation process step-by-step. Together, we'll explore the powerful capabilities of AWS CLI and how it can simplify the management of your AWS resources. I'll guide you through the entire installation procedure, ensuring that you can effortlessly set up the AWS CLI on your Mac machine. Additionally, I'll showcase some essential CLI commands that you won't want to miss.

Get my FREE E-Book "CLOUD NETWORKING: Insider Tips For Digital Success" with the link below

Install Commands:

AWS Install Guide:

AWS CLI Commands:

Verify AWS CLI is installed
aws --verison

Configure your AWS CLI
aws configure

List existing S3 buckets
aws s3 ls

Create new S3 bucket
aws s3api create-bucket \
--bucket bucketname \
--region aws-region

Copy file to S3 bucket

List all files in S3 bucket
aws s3 ls bucketname/

List all EC2 instances
aws ec2 describe-instances

Stop an instance
aws ec2 stop-instances --instance-ids instance id

Terminate an instance
aws ec2 terminate-instances
--instance-ids instance id

0:00 Intro
0:41 Install Prerequisites
1:47 Install AWS CLI
2:57 Create Access Key
4:18 Configure CLI
5:42 S3 Commands
8:26 EC2 Commands
10:10 Other things you can do

#AWSCLI #AWS #AWScloud #cloudcomputing #AWSCLIsetup #AWSCLIforbeginners #AWSCLIinstallation
Рекомендации по теме
Комментарии
Автор

This is so awesome! Really beautiful! No unnecessary drama, just straight to the point video. It is so detailed and explanatory and the video and audio quality are superb. Thank you so much for sharing your knowledge with the world

Cikaylanre
Автор

Good stuff. I was able to setup (or rather re-setup) aws cli on my mac. Perfect since I am studying for me SSA-03

GuyJustChillin
Автор

Thank you able to install AWS CLI in mac os.

manasnanda
Автор

great vid. im learning about cloud and aws. this was helpful.

qaskhan
Автор

This worked, but how can I then sync that file (ONLY that file) to S3 without uploading/syncing everything else on my Desktop?

juliasanders