From the course: Build a React Application Using AWS Amplify

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Configure the AWS Amplify CLI

Configure the AWS Amplify CLI - Amazon Web Services (AWS) Tutorial

From the course: Build a React Application Using AWS Amplify

Start my 1-month free trial

Configure the AWS Amplify CLI

- [Instructor] You're ready to configure, and then ultimately connect AWS Amplify, to your actual AWS account. All you're going to need is your CLI, which we just installed, and a user, and AWS with administrative access, so that can be the root user, which is what I'm going to use for simplicity, or it can be any user, with the administrative IAM role permissions. So go to your terminal, and you can see if you did Amplify that you have a configure option, and that's the one we want, so we're going to type amplify configure, and this is going to kick off the process of configuring Amplify on your local machine, to interact with AWS. And you'll notice that it's actually opened up the AWS Web Console, we're not totally free of the Console yet at all. So this is going to make sure you're connected, and then you need to hop back to your terminal, and it says, once you're signed in, which I already was, then hit Enter, so…

Contents