Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.14 KB

setup-aws.md

File metadata and controls

22 lines (16 loc) · 1.14 KB

Set up AWS on your local

Install AWS CLI

Setup IAM user on AWS

  • Go to AWS Single Sign-On and loggin to your account.
  • Setup a new IAM User in your AWS account with admin privileges and programmatic access.
  • Open AWS Identity and Access Managment service (IAM) and add a user.
  • Select Programmatic access and AWS Management Console access access types in Step 1 - Set User Details
  • Attach AdministratorAccess policy in Step 2 -Set Permissions
  • At the end of the process, write down the $USER_ACCESS_KEY and $USER_SECRET_ACCESS_KEY.

Configure the user on your machine

  • Configure this user as a new dojo-serverless profile on your machine by running the following command aws configure --profile dojo-serverless :
    • AWS Access Key ID : $USER_ACCESS_KEY
    • AWS Secret Access Key : $USER_SECRET_ACCESS_KEY
    • Default region name : eu-west-1
    • Default output format : json