filmov
tv
How to setup AWS CLI on Mac [2023]
Показать описание
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
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
Комментарии