课程: Creating a Serverless Application Using React in AWS

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Configure the AWS CLI

Configure the AWS CLI

- [Instructor] Now that you have the CLI and you have an IAM user, you're ready to actually set up your command line. So, whereas before you could do AWS version and you got back something sensible, we now want to do AWS configure. And this is going to walk you through setting up the user and the region to which you want to connect. And you can set up lots of different profiles and there's a ton of information related to the AWS CLI, but for now, we're going to keep it pretty simple. And this is where downloading that CSV comes into play. So you can see it's asking for my access key ID. I'm going to grab that from the downloaded file. And that's this long alphanumeric string, and that's probably blurred out on your screen, but you should be able to put in yours. And I'm going to accept that. And then it needs the secret key, which is the long chunk of code that looks like a really, really enormous password. And we're…

内容