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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 14

  • @vaibhavsrivastava4645
    @vaibhavsrivastava4645 8 месяцев назад +2

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

  • @sphiwemodise5713
    @sphiwemodise5713 2 года назад

    Just what I needed. Thank you 😊

  • @tohidulislam2543
    @tohidulislam2543 10 месяцев назад

    Informative. Thanks a lot!

  • @JohnstownJohnny
    @JohnstownJohnny 2 года назад +1

    #1! U da man! Tks 🤠

  • @user-rq6ns9cr2w
    @user-rq6ns9cr2w 11 месяцев назад +1

    Basically, the video starts at 3:08

  • @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

  • @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 ruclips.net/video/gx5XVAS-ZC8/видео.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.

  • @006vignesh
    @006vignesh Год назад

    How to retry if failed AWS cp file local to s3