EC2 등 인프라가 생성된다.
참고
https://github.com/aws-samples/eb-php-wordpress
pip install awsebcli
export PATH=~/.local/bin:$PATH
curl https://wordpress.org/wordpress-4.8.3.tar.gz -o wordpress.tar.gz
wget https://github.com/awslabs/eb-php-wordpress/releases/download/v1.0/eb-php-wordpress-v1.zip
tar -xvf wordpress.tar.gz
mv wordpress wordpress-beanstalk
cd wordpress-beanstalk
unzip ../eb-php-wordpress-v1.zip
eb init --platform php7.0 --region us-west-2
You have not yet set up your credentials or your credentials are incorrect
자습서
https://docs.aws.amazon.com/ko_kr/elasticbeanstalk/latest/dg/tutorials.html
https://docs.aws.amazon.com/ko_kr/elasticbeanstalk/latest/dg/GettingStarted.CreateApp.html