Elastic Beanstalk & RDS
Located in the target/*.jar
directory.
- Install AWS CLI in the Virtual Machine
- Upload file to S3 using aws beanstalk CLI
- archive jar using the pipeline
- aws elasticbeans upload and deploy using aws beanstalk CLI
create new aws elasticbeanstalk create-application-version --application-name <name> --version-label <version> --source-bundle S3Bucket=<bucket>,S3Key=<artifact>