In this tutorial, I’ll show you how to set-up and run the AWS “Command Line Interface” (CLI), on both Mac and Windows.
The AWS CLI lets you manage and interact with AWS services directly from your terminal, enabling streamlined resource management and automation. It provides the same functionality as the AWS console but allows you to perform tasks programmatically through commands.
I will also show you how to automatically sync your S3 Bucket frontend project files, force your CloudFront cache to refresh, with an automated invalidation.
ℹ️package.json Scripts
"sync": "aws s3 sync ./dist s3://BUCKET-NAME"
"invalidate": "aws cloudfront create-invalidation --distribution-id DIST-ID --paths /*"
🖥️ [ Ссылка ]
▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬
00:00 Intro/What to Expect
00:20 Install AWS-CLI
01:20 Create AWS IAM User
03:02 Configure & Test AWS-CLI
04:14 Sync Project S3 & CloudFront Invalidate
Hashtags
#AWSCLI #AWSTutorial #AWSCLISetup #IAMUserSetup #CloudAutomation #CloudFront #S3Bucket #AWSForDevelopers #AWSCommands #AWSGuide
Ещё видео!