Tag Archives: AWS Beanstalk

Making Spring Boot application run serverless with AWS

In several previous posts I described how to setup your Spring Boot application and run it on AWS Elastic Beanstalk. Although this is a great step to go from a physical server to one in the cloud there is an … Continue reading

Posted in AWS, cloud | Tagged , , | 3 Comments

Configure AWS Elastic Beanstalk application to use SSL

In this post I show you how to set up HTTPS for an application (REST API) running on AWS Elastic Beanstalk. This post is the last in a serie of three. As described in my previous two post I have … Continue reading

Posted in AWS, Security | Tagged , , | Comments Off on Configure AWS Elastic Beanstalk application to use SSL

Assigning a subdomain to a Beanstalk application with AWS Route 53

In a previous post I wrote about how to run a Spring Boot application on AWS by using Elastic Beanstalk. I also described earlier how to make your Spring Boot application making use of HTTPS instead of HTTP in combination … Continue reading

Posted in AWS, Security | Tagged , , | 4 Comments

Configuring the Elastic Load Balancer of your Elastic Beanstalk application

In my previous post I showed how to run a Spring Boot application on AWS using AWS Elastic Beanstalk. In that post I mention that it is possible to bypass the default Nginx instance on the EC2 instance and have … Continue reading

Posted in AWS, Spring Framework | Tagged , , | Comments Off on Configuring the Elastic Load Balancer of your Elastic Beanstalk application

Run your Spring Boot application on AWS using Elastic Beanstalk

Although I previously wrote how easy it is to get your Spring Boot application up and running on AWS by using Boxfuse I think it is good idea to have notion of some alternative ways to achieve the same. One … Continue reading

Posted in AWS, Spring Framework | Tagged , , | 3 Comments