Perl on AWS Elastic Beanstalk
- git
- AWS Elastic Beanstalk Command Line Tool
mkdir perloneb
cd perloneb
git init
AWSDevTools-RepositorySetup.sh
eb init
(Select a solution stack. Available solution stacks are: 2) 64bit Amazon Linux running PHP 5.4)
eb start
git add hello.pl
git add .ebextensions
git add .gitignore
git commit -m "hello perl"
git aws.push
Masaaki Saito [email protected]