Leanpub Header

Skip to main content

Stratospheric (Deutsche Ausgabe)

Von Null bis zur Produktion mit Spring Boot und AWS.

Von Null bis zur Produktion mit Spring Boot und AWS. Alles, was Sie wissen müssen, um eine Spring Boot-Anwendung mit AWS in die Produktion zu bringen. Keine vorherigen AWS-Kenntnisse erforderlich.

Besuchen Sie stratospheric.dev für einen Überblick über die Inhalte.

This book is a translation into German of Stratospheric which was originally written in English

The authors are letting you choose the price you pay for this book!

Pick Your Price...
PDF
EPUB
WEB
500
Pages
78,977Words
About

About

About the Book

Mit Spring Boot als führendem Framework für das Erstellen von Anwendungen im JVM-Ökosystem und AWS als führender Cloud-Plattform ist ihre Kombination sehr mächtig.

Dieses Buch wird Ihnen alles beibringen, was Sie wissen müssen, um Ihre Spring Boot-Anwendung auf AWS laufen zu lassen.

In diesem Buch entwickeln wir eine Webanwendung, die nahtlos gängige AWS-Dienste wie SQS, S3, SNS, RDS, Cognito und ECS mit Spring Cloud AWS integriert.

Nicht nur werden wir uns auf die Entwicklung der Anwendung mit Spring Boot konzentrieren, sondern auch detailliert darauf eingehen, sie für die Produktion vorzubereiten. Dies umfasst eine kontinuierliche Bereitstellungspipeline, Infrastruktur-als-Code mit CloudFormation und AWS CDK, Bereitstellungsmuster und Überwachung.

Das Stratospheric-Buch wird Ihre erste Anlaufstelle für den Aufbau von produktionsreifen Anwendungen mit Spring Boot und AWS. Es wird Sie auf Ihr nächstes Projekt in der Cloud vorbereiten.

Keine vorherigen AWS-Kenntnisse erforderlich.

Share this book

Categories

This book is a translation into German of Stratospheric which was originally written in English

Price

Pick Your Price...

Minimum price

$39.00

$39.00

You pay

$39.00

Authors earn

$31.20
$

All prices are in US $. You can pay in US $ or in your local currency when you check out.

EU customers: prices exclude VAT, which is added during checkout.

...Or Buy With Credits!

Number of credits (Minimum 3)

3
The author will earn $36.00 from your purchase!
You can get credits monthly with a Reader Membership

Author

About the Authors

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

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.

Contents

Table of Contents

Einleitung

  1. Warum Spring Boot & AWS?
  2. Wer sollte dieses Buch lesen?
  3. Voraussetzungen für die praktischen Beispiele
  4. Was kannst du von diesem Buch erwarten?
  5. In Kontakt treten
  6. Ressourcen
  7. Über die Autoren
  8. Teil I: Bereitstellung mit AWS

1. Erste Schritte mit AWS

  1. Vorbereitung
  2. Inspektion der “Hello World” Todo App
  3. Veröffentlichung der “Hello World”-App auf Docker Hub
  4. Einführung in AWS-Ressourcen
  5. Untersuchung der CloudFormation-Vorlagen
  6. Überprüfung der Bereitstellungsskripte
  7. Überprüfung der AWS-Konsole

2. Ein Überblick über AWS-Dienste

  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. Verwalten von Berechtigungen mit IAM

  1. Benutzer, Gruppen und Rollen
  2. Root-User vs. einzelne Benutzer
  3. Richtlinien definieren
  4. Erstellen von AWS-Zugangsschlüsseln für jeden Benutzer
  5. Programmgesteuerte Verwaltung von IAM-Ressourcen
  6. Best Practices für die Verwaltung von Berechtigungen mit IAM

4. Die Evolution automatisierter Bereitstellungen

  1. Eine Anekdote über manuelle Bereitstellungen
  2. Self-Service-Bereitstellungen mit der AWS-Konsole
  3. Skriptfähige Bereitstellungen mit der AWS CLI
  4. Deklarative Bereitstellungen mit CloudFormation
  5. Programmierbare Deployments mit CDK

5. Erste Schritte mit CDK

  1. Erstellung unserer ersten CDK-App
  2. Eine Spring Boot App mit einem CDK Construct einsetzen
  3. Warum nicht hier stoppen?

6. Entwurf eines CDK-Projekts

  1. Das Gesamtbild
  2. Arbeiten mit CDK
  3. Docker Repository CDK App
  4. Die CDK-App für das Netzwerk
  5. Die Service CDK App
  6. Hands-On Erfahrung mit den CDK-Apps

7. Aufbau einer Continuous Deployment Pipeline

  1. GitHub Actions Konzepte
  2. Einrichtung einer neuen Umgebung
  3. Bereitstellen eines gemeinsamen Netzwerks
  4. Einsetzen einer Anwendungsumgebung
  5. Aufbau eines Continuous Deployment Workflows
  6. Unterstützung von High-Frequency Deployments mit Amazon SQS und AWS Lambda

Anhang: Konfiguration von HTTPS und einer benutzerdefinierten Domain mit Route 53 und ELB

  1. Domain Name System (DNS)
  2. HTTPS und Transport Layer Security (TLS)
  3. Registrierung oder Übertragung einer Domain
  4. Erstellung eines SSL-Zertifikats mit CDK
  5. Erstellung eines HTTPS-Listeners mithilfe der NetworkApp
  6. Verknüpfung einer benutzerdefinierten Domain mit dem ELB
  7. Teil II: Spring Boot & AWS

8. Die Todo Beispielsanwendung

  1. Funktionen
  2. Anwendungsarchitektur
  3. Domänenmodell
  4. Grundsetup der Anwendung

9. Lokale Entwicklung

  1. Die Herausforderungen der lokalen Cloud-Entwicklung
  2. LocalStack - Unsere lokale AWS Cloud
  3. Lokales Amazon RDS & Amazon Cognito
  4. Alles Zusammenführen

10. Erstellung der Benutzerregistrierung und Anmeldung mit Amazon Cognito

  1. Was ist OAuth2?
  2. OAuth 2.0 Terminologie
  3. OpenID Connect 1.0 (OIDC)
  4. Alternativen zu OAuth2 & OpenID Connect
  5. Verwendung von Amazon Cognito für die Benutzerverwaltung
  6. Verwendung von Amazon Cognito als Identitätsanbieter mit Spring Security
  7. Lokale Entwicklung aktivieren

11. Verbindung zu einer Datenbank mit Amazon RDS herstellen

  1. Einführung in den AWS Relational Database Service (RDS)
  2. Einrichten von IAM-Berechtigungen
  3. Erstellen einer Datenbank-CDK-App
  4. Strategien zur Initialisierung der Datenbankstruktur
  5. Konfiguration der Datenbank in der Todo-App
  6. Nutzung der Datenbank zur Speicherung und Abruf von Todos
  7. Lokale Entwicklung ermöglichen

12. Teilen von Todos mit Amazon SQS und Amazon SES

  1. Verwendung von Amazon SQS für asynchrone Workloads
  2. E-Mails senden mit Amazon SES
  3. Aktivieren der lokalen Entwicklung

13. Push-Benachrichtigungen mit Amazon MQ

  1. Was sind eigentlich Push-Benachrichtigungen?
  2. Push-Benachrichtigungen für Live-Updates
  3. AWS Dienste zur Implementierung von Push-Benachrichtigungen
  4. Einrichten eines Message Brokers mit CDK
  5. Implementierung der Push-Benachrichtigungen-Funktion in der Todo-App
  6. Lokale Entwicklung ermöglichen

14. Verfolgung von Benutzeraktionen mit Amazon DynamoDB

  1. Anwendungsfall: Verfolgung von Benutzeraktionen
  2. Amazon RDS vs. Amazon DynamoDB
  3. Implementierung der Funktion zur Benutzernachverfolgung für die Todo-App
  4. Lokale Entwicklung ermöglichen
  5. Teil III: Produktionsbereitschaft mit AWS

15. Strukturiertes Logging mit Amazon CloudWatch

  1. Logging mit AWS
  2. CloudWatch Logging Terminologie
  3. Status Quo: Logging unstrukturierter Text
  4. Logging und Abfrage von strukturierten Daten

16. Metriken mit Amazon CloudWatch

  1. Einführung in die Überwachung von Metriken mit Amazon CloudWatch
  2. Senden von Metriken von AWS-Diensten
  3. Senden von Metriken aus unserer Spring Boot-Anwendung
  4. Überwachung von Metriken mit Amazon CloudWatch

17. Alarmierung mit Amazon CloudWatch

  1. Einführung in die Alarmierung mit Amazon CloudWatch
  2. Alarme mit dem AWS CDK erstellen
  3. Behandeln von Alarmen und Incidents

18. Synthetic Monitoring mit Amazon CloudWatch

  1. Einführung in Amazon CloudWatch Synthetics
  2. Aufzeichnen eines Canary-Skripts für die Todo-App
  3. Einfachheit bewahren
  4. Automatisierung der Canary-Bereitstellung mit CDK
  5. Alarmierung bei Canary-Ausfall
  6. Abschließende Gedanken

Erobere die Cloud

  1. Zusätzliche Ressourcen
  2. Anhang
  3. Technischer GitHub Actions IAM Nutzer
  4. Bereitstellungsanleitung

Änderungsprotokoll

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