Deploy a Spring Boot Application to AWS Beanstalk 1. Overview In this tutorial, we’ll show how to deploy an application from our Bootstrap a Simple Application using Spring Boot tutorial to AWS Elastic Beanstalk. As part of this we’ll: Install and configure AWS CLI tools Create a Beanstalk project and MySQL deployment Configure… Continue Reading spring-boot-deploy-aws-beanstalk

Guide to AWS Aurora RDS with Java 1. Introduction Amazon Aurora is a MySQL and PostgreSQL compatible relational database built for the cloud that combines the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. In this tutorial, we’ll cover how to create and interact… Continue Reading aws-aurora-rds-java