AWS CLI Tutorial | Learn to run AWS CLI commands in 10 minutes

Поділитися
Вставка
  • Опубліковано 6 лип 2024
  • In this video i give you a quick introduction to AWS Command Line Interface. I also show some hands on examples on how to use AWS CLI to interact with AWS S3 and Lambda services.
    #AWS #CLI #Lambda

КОМЕНТАРІ • 14

  • @sphiwemodise5713
    @sphiwemodise5713 Рік тому

    Just what I needed. Thank you 😊

  • @vaibhavsrivastava4645
    @vaibhavsrivastava4645 6 місяців тому

    Very informative to start with.. Thanks for the efforts.

  • @tohidulislam2543
    @tohidulislam2543 8 місяців тому

    Informative. Thanks a lot!

  • @JohnstownJohnny
    @JohnstownJohnny 2 роки тому

    #1! U da man! Tks 🤠

  • @the_reply3310
    @the_reply3310 Рік тому +2

    How would I call the aws cli remotely from a Linux machine(non ec2 instance)

  • @Ch-er5gn
    @Ch-er5gn Рік тому

    configuring but when im using aws s3 ls it showing error that RequestTimeTooSkewed plz help me

  • @006vignesh
    @006vignesh Рік тому

    How to retry if failed AWS cp file local to s3

  • @user-rq6ns9cr2w
    @user-rq6ns9cr2w 9 місяців тому +1

    Basically, the video starts at 3:08

  • @dev-ron-ee
    @dev-ron-ee Рік тому +2

    everything is good, but you didn't tell us to how to upload a file from local machine to s3 bucket using cli..

    • @AWS-Made-Easy
      @AWS-Made-Easy  Рік тому

      Hi Rakesh, to upload a file from your local, you need to set-up AWS CLI in your local machine (refer to this video on how to set it up ua-cam.com/video/gx5XVAS-ZC8/v-deo.html ).
      Once you have setup, use the aws s3 cp command, give the local path of your file as source path and the S3 bucket path as your destination.
      Let me know if you face any challenges.

    • @dev-ron-ee
      @dev-ron-ee Рік тому +1

      @@AWS-Made-Easy wow inspiring, too much fast to respond on video comments never ever seen before thankyou for responding thank you soo much for that link...

    • @dev-ron-ee
      @dev-ron-ee Рік тому

      @@AWS-Made-Easy actually instead of put the -aws configure command on windows cmd prompt i accidentally put that command on cloudshell so it ask for accesskeyid or cliienkeyid, so how can i get out from configuration to normal bash...

    • @AWS-Made-Easy
      @AWS-Made-Easy  Рік тому

      You can just abort that command by a keyboard interrupt.