Elastic Beanstalk Setup and Deployment

Опубликовано: 20 Декабрь 2014
на канале: 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


Смотрите видео Elastic Beanstalk Setup and Deployment онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь AWS Tutorial Series 20 Декабрь 2014, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 114,729 раз и оно понравилось 575 людям.