- Добавил: literator
- Дата: 25-12-2022, 16:10
- Комментариев: 0

Автор: Rohit Salecha
Издательство: Apress
Год: 2023
Страниц: 538
Язык: английский
Формат: pdf, epub
Размер: 34.0 MB
Infrastructure as Code (IaC) is gaining popularity and developers today are deploying their application environments through IaC tools to the cloud. However, it can become extremely difficult and time-consuming to manage the state of the infrastructure that has been deployed. This book will provide a complete walkthrough of deploying a SpringBoot application on AWS with multiple environments like production, staging and development. Everything is orchestrated through GitHub Actions and executed through Terraform Cloud to monitor changes in your infrastructure and manage its state. You'll start by reviewing how your infrastructure can be stored in code by spinning up an EC2 server first through the console, then AWS CLI and then using Terraform.