# Deploy an existing NodeJS API to AWS Elastic Beanstalk using the AWS CLI

Hey everyone, I want to discuss AWS Elastic Beanstalk in this video. 

This video is designed to help you learn and deploy with AWS Elastic Beanstalk, and we're going to do that by doing a follow-along and a little lecture. So that's the goal of this video.

# Task

**Deploy an existing NodeJS API to AWS Elastic Beanstalk using the AWS CLI**

Instructions:

- Configure AWS CLI 
- Clone the repo
- Test the app on your local machine
- Deploy the NodeJS API using the Elastic Beanstalk command line

**Prerequisites:**

- AWS Account
- Starter Code: https://github.com/vincentiroleh/pollybook

You can watch the full video on my [YouTube channel](https://youtu.be/8uwUwP1FRF0) (34:23 minutes watch).‌

%[https://youtu.be/8uwUwP1FRF0]

**Ref:** 
- https://docs.aws.amazon.com/elastic-beanstalk/index.html
- https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
