Elastic Beanstalk Setup and Deployment

Published: 20 December 2014
on channel: AWS Tutorial Series
114,729
575

https://awstutorialseries.com/

Elastic Beanstalk is a great way for you to focus on writing code rather than worrying about infrastructure. In this tutorial I show you how to setup a base application as well as the EB CLI tool on a staging environment and deploy a simple PHP app to your EB stack.

sudo su
apt-get update
apt-get install python-pip -y
pip install awsebcli
mkdir awstutorialseries
cd awstutorialseries
[here you can create your index.php file]
eb init


Watch video Elastic Beanstalk Setup and Deployment online without registration, duration hours minute second in high quality. This video was added by user AWS Tutorial Series 20 December 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 114,729 once and liked it 575 people.