Tag: aws cli

  • How to set up AWS access credentials in your local ?

    If you want to access AWS resources from your local machine using AWS SDK , you can’t do it by default. You need to configure AWS access key id and AWS secret access key in your local. You can do this using AWS cli. Here is how to do it: STEP1: Install AWS cli You…