-
Book Overview & Buying
-
Table Of Contents
Rust Web Programming - Third Edition
By :
While we have had a lot of fun running our system locally, nobody else can access it. In this chapter, we cover how to deploy our application onto a server on AWS. We will automate the building of the server and provisioning of the database by using Terraform. My love for Rust is part of the reason why I keep updating the editions of this book. Another motivator is that while there are plenty of online tutorials, a book that brings you through the entire journey of building the application to deploying it gives you the ability to see the entire process. I also believe that taking time to learn how to provision infrastructure exactly how you want gives you a starting point for further learning and adds to your toolkit of problem-solving. For instance, when I was working on a financial loss modeling engine that was used by Nasdaq, we had to run models that had hundreds of terabytes of data to run large financial models. I built a system that used Terraform...