Leanpub Header

Skip to main content

Stratospheric

From Zero to Production with Spring Boot and AWS

From Zero to Production with Spring Boot and AWS. All you need to know to get a Spring Boot application into production with AWS. No previous AWS knowledge required.

Go to stratospheric.dev for a tour of the contents. (Spanish translation of Stratospheric)

This book is available in multiple packages!

Pick Your Package
PDF
EPUB
WEB
1,635
Readers
459
Pages
83,936Words
About

About

About the Book

With Spring Boot being the leading framework for building applications in the JVM ecosystem and AWS the leading cloud platform, their combination is quite powerful.

This book will teach you everything you need to know to get your Spring Boot application running on AWS.

Throughout this book, we'll develop a web application that seamlessly integrates common AWS services such as SQS, S3, SNS, RDS, Cognito, and ECS using Spring Cloud AWS.

Not only will we focus on developing the application with Spring Boot but also take a detailed look at getting it ready for production. This includes a continuous deployment pipeline, infrastructure-as-code using CloudFormation and AWS CDK, deployment patterns, and monitoring.

The Stratospheric book will become your go-to resource for building production-ready applications with Spring Boot and AWS. It will prepare you for your next project in the cloud.

No previous AWS knowledge required.

Packages

Pick Your Package

All packages include the ebook in the following formats: PDF, EPUB, and Web

Radiant Reader (eBook)

Minimum price

Suggested price$39.00

$39.00

    Lively Learner (eBook & Online Course)

    Minimum price

    Suggested price$269.00

    Get the Stratospheric eBook and Online Course in a Bundle

    $269.00

    • Lively Learner Instructions
      Important instructions on enrolling for the Stratospheric Online Course.

    This book is also available in the following packages:

    • Mighty Member (eBook, Online Course, AI Prompt, private Q&A)

      Get the Stratospheric eBook and online course, including access to a private Slack channel with the authors for personal Q&A.

      • Mighty Member Instructions
        Important instructions on enrolling for the Stratospheric Online Course and getting access to the private community.
      Minimum price
      $499.00
      Suggested price
      $499.00

    Author

    About the Authors

    Tom Hombergs

    Tom is a software engineer by profession and by passion with more than a decade of experience in many different software projects for many different clients across various industries. In software projects, he takes on the roles of software developer, architect and coach, with a focus on the Java ecosystem.

    He found that writing is the best way to learn, so he likes to dive deep into topics he encounters in his software projects to create texts that give structure to the chaotic world of software development. He regularly writes about software development on his blog at reflectoring.io and is an occasional speaker at conferences.

    Leanpub Podcast

    Episode 153

    An Interview with Tom Hombergs

    Björn Wilmsmann

    Björn Wilmsmann is an independent IT consultant who helps companies transform their business into a digital business.

    A longtime software entrepreneur, he’s interested in web apps and SaaS products. He designs and develops business solutions and enterprise applications for his clients.

    Apart from helping companies in matters of software quality and improving the availability of and access to information through APIs, Björn provides hands-on training in technologies such as Angular and Spring Boot.

    On his blog he writes about technology, software development, and the software business.

    Find out more about Björn on bjoernkw.com.

    Philip Riecks

    Philip is an independent IT consultant from Germany, specializing in Java, Spring Boot, and AWS. He helps teams build confidence in developing, changing, and deploying their Java Spring Boot applications by making testing easier and more effective.

    Under his slogan, "Testing Spring Boot Applications Made Simple," Philip shares practical recipes, tips, and tricks through his blog, online courses, and YouTube channel. His insights empower developers to create reliable, high-quality applications with less stress and more success.

    When he’s not consulting, Philip is busy sharing his knowledge at rieckpil.de - drop by to learn more!

    Leanpub Podcast

    Episode 229

    An Interview with Philip Riecks

    Translations

    Translations

    Contents

    Table of Contents

    Introduction

    1. Why Spring Boot & AWS?
    2. Who Should Read This Book?
    3. Prerequisites for the Hands-On Examples
    4. What to Expect from This Book?
    5. Getting in Touch
    6. Resources
    7. About the Authors
    8. Part I: Deploying with AWS

    1. Getting Warm with AWS

    1. Getting Ready
    2. Inspecting the “Hello World” Todo App
    3. Publishing the “Hello World” App to Docker Hub
    4. Getting Started with AWS Resources
    5. Inspecting the CloudFormation Templates
    6. Inspecting the Deployment Scripts
    7. Inspecting the AWS Console

    2. An Overview of AWS Services

    1. AWS CloudFormation
    2. AWS Cloud Development Kit (CDK)
    3. Amazon CloudWatch
    4. Amazon Cognito
    5. Amazon DynamoDB
    6. Amazon Elastic Compute Cloud (EC2)
    7. Amazon Elastic Container Registry (ECR)
    8. Amazon Elastic Container Service (ECS)
    9. Amazon MQ
    10. Amazon Relational Database Service (RDS)
    11. Amazon Route 53
    12. Amazon Simple Email Service (SES)
    13. Amazon Simple Queue Service (SQS)
    14. Amazon Simple Storage Service (S3)
    15. Amazon Virtual Private Cloud (VPC)
    16. AWS Certificate Manager
    17. AWS Identity and Access Management (IAM)
    18. AWS Lambda
    19. AWS Secrets Manager
    20. AWS Systems Manager (SSM)
    21. Elastic Load Balancing (ELB)

    3. Managing Permissions with IAM

    1. Users, Groups, and Roles
    2. Root Users vs. Individual Users
    3. Defining Policies
    4. Creating AWS Access Keys for Each User
    5. Managing IAM Resources Programmatically
    6. Best Practices for Managing Permissions with IAM

    4. The Evolution of Automated Deployments

    1. An Anecdote about Manual Deployments
    2. Self-Service Deployments with the AWS Console
    3. Scriptable Deployments with the AWS CLI
    4. Declarative Deployments with CloudFormation
    5. Programmable Deployments with CDK

    5. First Steps with CDK

    1. Creating Our First CDK App
    2. Deploying a Spring Boot App with a CDK Construct
    3. Why Not Stop Here?

    6. Designing a Deployment Project with CDK

    1. The Big Picture
    2. Working with CDK
    3. The Docker Repository CDK App
    4. The Network CDK App
    5. The Service CDK App
    6. Playing with the CDK Apps

    7. Building a Continuous Deployment Pipeline

    1. GitHub Actions Concepts
    2. Bootstrapping a New Environment
    3. Deploying a Shared Network
    4. Deploying an Application Environment
    5. Building a Continuous Deployment Workflow
    6. Supporting High-Frequency Deployments with Amazon SQS and AWS Lambda

    Addendum: Configuring HTTPS and a Custom Domain with Route 53 and ELB

    1. Domain Name System (DNS)
    2. HTTPS and Transport Layer Security (TLS)
    3. Registering or Transferring a Domain
    4. Creating an SSL Certificate with CDK
    5. Creating an HTTPS Listener Using the Network App
    6. Associating a Custom Domain For the ELB
    7. Part II: Spring Boot & AWS

    8. The Sample Todo Application

    1. Features
    2. Application Architecture
    3. Domain Model
    4. Skeleton Application Setup

    9. Local Development

    1. The Challenges of Local Cloud Development
    2. LocalStack - Our Local AWS Cloud
    3. Local Amazon RDS & Amazon Cognito
    4. Bringing It All Together

    10. Building User Registration and Login with Amazon Cognito

    1. What’s OAuth2?
    2. OAuth 2.0 Terminology
    3. OpenID Connect 1.0 (OIDC)
    4. Alternatives to OAuth2 & OpenID Connect
    5. Using Amazon Cognito for User Management
    6. Using Amazon Cognito as an Identity Provider With Spring Security
    7. Enabling Local Development

    11. Connecting to a Database with Amazon RDS

    1. Introduction to AWS Relational Database Service (RDS)
    2. Setting up IAM Permissions
    3. Creating a Database CDK App
    4. Strategies for Initializing the Database Structure
    5. Configuring the Database in the Todo App
    6. Using the Database for Storing and Retrieving Todos
    7. Enabling Local Development

    12. Sharing Todos with Amazon SQS and Amazon SES

    1. Using Amazon SQS for Asynchronous Workloads
    2. Sending Emails with Amazon SES
    3. Enabling Local Development

    13. Push Notifications with Amazon MQ

    1. What Are Push Notifications Anyway?
    2. Push Notifications for Live Updates
    3. AWS Services for Implementing Push Notifications
    4. Setting up a Message Broker with CDK
    5. Implementing Push Notifications in the Todo App
    6. Enabling Local Development

    14. Tracing User Actions with Amazon DynamoDB

    1. Use Case: Tracing User Actions
    2. Amazon RDS vs. Amazon DynamoDB
    3. Implementing User Tracing in the Todo App
    4. Enabling Local Development
    5. Part III: Production Readiness with AWS

    15. Structured Logging with Amazon CloudWatch

    1. Logging with AWS
    2. CloudWatch Logging Terminology
    3. Status Quo: Logging Unstructured Text
    4. Logging and Querying Structured Data

    16. Metrics with Amazon CloudWatch

    1. Introduction to Monitoring Metrics with Amazon CloudWatch
    2. Sending Metrics from AWS Services
    3. Sending Metrics from Our Spring Boot Application
    4. Monitoring Metrics with Amazon CloudWatch

    17. Alerting with Amazon CloudWatch

    1. Introduction to Alerting with Amazon CloudWatch
    2. Creating Alarms with the AWS CDK
    3. Working and Living with Alarms and Incidents

    18. Synthetic Monitoring with Amazon CloudWatch

    1. Introduction to CloudWatch Synthetics
    2. Recording a Canary Script for the Todo App
    3. Keeping it Simple
    4. Automating Canary Deployment with CDK
    5. Alerting on Canary Failure
    6. Closing Thoughts

    Conquer the Cloud

    1. Additional Resources
    2. Appendix
    3. Technical GitHub Actions IAM User
    4. Deployment Guide

    Changelog

    Get the free sample chapters

    Click the buttons to get the free sample in PDF or EPUB, or read the sample online here

    The Leanpub 60 Day 100% Happiness Guarantee

    Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

    Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

    You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

    So, there's no reason not to click the Add to Cart button, is there?

    See full terms...

    Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

    We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

    (Yes, some authors have already earned much more than that on Leanpub.)

    In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

    Learn more about writing on Leanpub

    Free Updates. DRM Free.

    If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

    Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

    Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

    Learn more about Leanpub's ebook formats and where to read them

    Write and Publish on Leanpub

    You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

    Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

    Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

    Learn more about writing on Leanpub