Elastic Beanstalk Commands
eb create
create environment
eb init
create application
eb ssh
ssh into the ec2 instance
eb deploy --version VERSION
deploy this specific version, it won’t update the VERSION with current copy
eb deploy --label LABEl
name the current version LABEL
eb init --interactive
starts a application with ssh
赞赏一下