I have a PHP application zipped and uploaded to a S3 bucket. Now I have created a version of that zip using
aws elasticbeanstalk create-application-version --application-name <app-name>
--version-label project1 --source-bundle S3Bucket=elasticbeanstalk-
automator,S3Key=project1.zip --region ap-southeast-1
After the version is created should I use eb cli, or how should I deploy the zip to an EC2 environment?