Leanpub Header

Skip to main content

Stratospheric (Edición Española)

De Cero a Producción con Spring Boot y AWS

De Cero a Producción con Spring Boot y AWS. Todo lo que necesitas saber para llevar una aplicación de Spring Boot a producción con AWS. No se requieren conocimientos previos de AWS.

Visita stratospheric.dev para obtener un recorrido por los contenidos. (English translation of Stratospheric)

This book is a translation into Spanish 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
486
Pages
89,738Words
About

About

About the Book

Con Spring Boot siendo el framework líder para la construcción de aplicaciones en el ecosistema JVM y AWS la plataforma en la nube líder, su combinación es bastante poderosa.

Este libro te enseñará todo lo que necesitas saber para que tu aplicación Spring Boot funcione en AWS.

A lo largo de este libro, desarrollamos una aplicación web que integra de manera fluida los servicios comunes de AWS como SQS, S3, SNS, RDS, Cognito y ECS utilizando Spring Cloud AWS.

No sólo nos centraremos en el desarrollo de la aplicación con Spring Boot, sino que también veremos detalladamente cómo prepararla para producción. Esto incluye un pipeline de despliegue continuo, infraestructura como código utilizando CloudFormation y AWS CDK, patrones de despliegue y monitorización.

El libro Stratospheric se convertirá en tu recurso de referencia para construir aplicaciones listas para producción con Spring Boot y AWS. Te preparará para tu próximo proyecto en la nube.

No se requiere conocimiento previo de AWS.

This book is a translation into Spanish 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

Introducción

  1. ¿Por qué Spring Boot & AWS?
  2. ¿Quién debería leer este libro?
  3. Prerrequisitos para los ejemplos prácticos
  4. ¿Qué esperar de este libro?
  5. Poniéndonos en contacto
  6. Recursos
  7. Acerca de los Autores
  8. Parte I: Desplegando con AWS

1. Familiarizándonos con AWS

  1. Preparándonos
  2. Inspeccionando la aplicación Todo de “Hello World”
  3. Publicando la Aplicación “Hello World” en Docker Hub
  4. Comenzando con los Recursos de AWS
  5. Inspeccionando las Plantillas de CloudFormation
  6. Inspeccionando los Scripts de Despliegue
  7. Inspeccionando la Consola AWS

2. Una visión general de los servicios de AWS

  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. Gestión de Permisos con IAM

  1. Usuarios, Grupos y Roles
  2. Usuarios Root vs. Usuarios Regulares
  3. Definición de Políticas
  4. Creando Claves de Acceso AWS para Cada Usuario
  5. Gestionando Recursos IAM de Forma Programática
  6. Mejores Prácticas para Gestionar Permisos con IAM

4. La Evolución de las Implementaciones Automatizadas

  1. Una anécdota sobre las implementaciones manuales
  2. Despliegues de autoservicio con la Consola AWS
  3. Despliegues automatizados con la AWS CLI
  4. Despliegues declarativos con CloudFormation
  5. Implementaciones Programables con CDK

5. Primeros Pasos con CDK

  1. Creando Nuestra Primera Aplicación CDK
  2. Desplegando una Aplicación Spring Boot con un Constructo de CDK
  3. ¿Por qué no detenernos aquí?

6. Diseñando un Proyecto de Despliegue con CDK

  1. La visión general
  2. Cómo trabajar con CDK
  3. La aplicación CDK para el repositorio Docker
  4. La App de Network CDK
  5. La Aplicación de Servicio CDK
  6. Experimentando con las Aplicaciones CDK

7. Construyendo un Pipeline de Despliegue Continuo

  1. Conceptos de Acciones de GitHub
  2. Inicializando un Nuevo Entorno
  3. Implementando una Red Compartida
  4. Desplegando un Entorno de Aplicación
  5. Creando un Flujo de Trabajo para Despliegue Continuo
  6. Soportando Despliegues de Alta Frecuencia con Amazon SQS y AWS Lambda

Addendum: Configurando HTTPS y un Dominio Personalizado con Route 53 y ELB

  1. Sistema de Nombres de Dominio (DNS)
  2. HTTPS y Seguridad de la Capa de Transporte (TLS)
  3. Registro o Transferencia de un Dominio
  4. Creando un Certificado SSL con CDK
  5. Creación de un Oyente HTTPS Usando la Aplicación de Red
  6. Asociando un Dominio Personalizado con el ELB
  7. Parte II: Spring Boot & AWS

8. La Aplicación de Ejemplo Todo

  1. Características
  2. Arquitectura de la Aplicación
  3. Modelo de Dominio
  4. Configuración Inicial de la Aplicación

9. Desarrollo Local

  1. Los desafíos del desarrollo local en la nube
  2. LocalStack - Nuestra nube AWS local
  3. Amazon RDS local y Amazon Cognito
  4. Reuniéndolo Todo

10. Construyendo Registro de Usuarios e Inicio de Sesión con Amazon Cognito

  1. ¿Qué es OAuth 2.0?
  2. Terminología de OAuth 2.0
  3. OpenID Connect 1.0 (OIDC)
  4. Alternativas a OAuth2 & OpenID Connect
  5. Uso de Amazon Cognito para la gestión de usuarios
  6. Usando Amazon Cognito como un Proveedor de Identidad con Spring Security
  7. Activando el Desarrollo Local

11. Conexión a una base de datos con Amazon RDS

  1. Introducción al Servicio de Base de Datos Relacional de AWS (RDS)
  2. Configurando los permisos de IAM
  3. Creando una aplicación de base de datos CDK
  4. Estrategias para la Inicialización de la Estructura de la Base de Datos
  5. Configurando la Base de Datos en la Aplicación Todo
  6. Usando la Base de Datos para Almacenar y Recuperar Todos
  7. Habilitando el Desarrollo Local

12. Compartiendo Tareas con Amazon SQS y Amazon SES

  1. Usando Amazon SQS para cargas de trabajo asíncronas
  2. Enviando correos electrónicos con Amazon SES
  3. Activando el Desarrollo Local

13. Notificaciones Push con Amazon MQ

  1. ¿Qué son las Notificaciones Push de todos modos?
  2. Notificaciones Push para Actualizaciones en Vivo
  3. Servicios AWS para Implementar Notificaciones Push
  4. Configuración de un corredor de mensajes con CDK
  5. Implementando Notificaciones Push en la Aplicación Todo
  6. Activando el Desarrollo Local

14. Rastreando las Acciones del Usuario con Amazon DynamoDB

  1. Caso de Uso: Rastreo de Acciones del Usuario
  2. Amazon RDS vs. Amazon DynamoDB
  3. Implementación del Rastreo de Usuarios en la Aplicación Todo
  4. Habilitando el Desarrollo Local
  5. Parte III: Preparación para la Producción con AWS

15. Registro Estructurado con Amazon CloudWatch

  1. Registro con AWS
  2. Terminología de Registro de CloudWatch
  3. Estado Actual: Registro de Texto No Estructurado
  4. Registro y Consulta de Datos Estructurados

16. Métricas con Amazon CloudWatch

  1. Introducción al Monitoreo de Métricas con Amazon CloudWatch
  2. Enviando Métricas desde Servicios AWS
  3. Enviando métricas desde nuestra aplicación Spring Boot
  4. Monitoreo de Métricas con Amazon CloudWatch

17. Alertando con Amazon CloudWatch

  1. Introducción a la alerta con Amazon CloudWatch
  2. Creando Alarmas con AWS CDK
  3. Trabajando y Viviendo con Alarmas e Incidentes

18. Monitoreo Sintético con Amazon CloudWatch

  1. Introducción a CloudWatch Synthetics
  2. Grabación de un Script Canario para la Aplicación Todo
  3. Manteniéndolo Sencillo
  4. Automatizando el Despliegue del Script Canario con CDK
  5. Alerta sobre la Falla del Canary
  6. Reflexiones Finales

Domina la Nube

  1. Recursos Adicionales
  2. Apéndice
  3. Usuario Técnico de GitHub Actions IAM
  4. Guía de Despliegue

Registro de cambios

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