Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Created July 2, 2019 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataruoguchi/0bd24c032c55dd4c39512c91d978183e to your computer and use it in GitHub Desktop.
Save wataruoguchi/0bd24c032c55dd4c39512c91d978183e to your computer and use it in GitHub Desktop.
these steps to set up access to your AWS account:
Sign in to your AWS administrator account:
https://console.aws.amazon.com/
Press Enter to continue
Specify the AWS Region
? region: us-west-2
Specify the username of the new IAM user:
? user name: amplify-cognito-vuejs-example
Complete the user creation using the AWS console
https://console.aws.amazon.com/iam/home?region=undefined#/users$new?step=final&accessKey&userNames=amplify-cognito-vuejs-example&permissionType=policies&policies=arn:aws:iam::aws:policy%2FAdministratorAccess
Press Enter to continue
Enter the access key of the newly created user:
? accessKeyId: AKIA2BSHMB**********
? secretAccessKey: 4IgyKbOh9EJiufb4prtd********************
This would update/create the AWS Profile in your local machine
? Profile Name: default
Successfully set up the new user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment