From the course: Node.js: Deploying Applications

Unlock the full course today

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

Elastic Beanstalk setup

Elastic Beanstalk setup - Node.js Tutorial

From the course: Node.js: Deploying Applications

Start my 1-month free trial

Elastic Beanstalk setup

- [Instructor] In order to use the Elastic Beanstalk tools, we're going to need to set up our access keys so let's get back to the main AWS console and create some security credentials. The application you're going to need is IAM. You can see it here in my recently visited services. But to find it, you can just type it in here. And from here what we're going to do is we're going to create a user so click on users. You may or may not have some users already, but we're going to go ahead and create one specifically for this class. So add user. We'll call it NodeDeploy. And down here we need to choose programmatic access, but not log in to the console. From here, all we want is Elastic Beanstalk permissions so we're going to choose those specifically. So attach existing policies directly and then in this window type Beanstalk and choose AWS Elastic Beanstalk Full Access. Scroll to the bottom to review and that looks correct to me. The user, they've got an access key, full access to the…

Contents