AWS
Getting Started With AWS SQS and Spring Cloud
Spring Cloud is a suite of projects containing many of the services required to make an application cloud-native by conforming to the 12-Factor principles.
Read moreSecuring Data in AWS
Amazon Web Services provide many possibilities to secure data in the cloud. In this article, we will have a closer look at how to encrypt different types of data at rest on AWS.
Read moreDesigning an AWS CDK Project with Java
In the article “Getting Started with AWS CDK”, we have already deployed a Spring Boot application to AWS with the CDK.
Read moreUsing Terraform to Deploy AWS Resources
Provisioning infrastructure resources has always been a time-consuming manual process. Infrastructure has now moved away from physical hardware in data centers to software-defined infrastructure using virtualization technology and cloud computing.
Read moreDeploying a Spring Boot App with the AWS CDK
In the article “Getting Started with AWS CloudFormation”, we have already played around a bit with AWS CloudFormation. We have deployed a network stack that provides the network infrastructure we need, and a service stack that deploys a Docker image with our Spring Boot application into that network.
Read moreGetting Started with AWS S3 and Spring Boot
In this article, we are going to explore AWS' Simple Storage Service (S3) together with Spring Boot to build a custom file-sharing application (just like in the good old days before Google Drive, Dropbox & co).
Read more