- Effective DevOps with AWS
- Nathaniel Felsen
- 198字
- 2021-07-15 17:11:48
How best to take advantage of the AWS ecosystem
Amazon's services are like Lego pieces. If you can picture your final product, then you can explore the different services and start combining them the way you would assemble a Lego kit, in order to build the supporting stack needed to build your product quickly and efficiently. Of course, in this case, the "if" is a big if, and unlike Lego, understanding what each piece can do is a lot less visual and colorful than Lego pieces are. This is why this book is written in a very practical way; throughout the different chapters, we are going to take a web application and deploy it like it's our core product. We will see how to scale the infrastructure supporting it so that millions of people can use it and finally make it more secure. And, of course, we will do this following DevOps best practices.
By going through that exercise, you will learn how AWS provides a number of managed services and systems to perform a number of common tasks such as computing, networking, load balancing, storing data, monitoring, programmatically managing infrastructure and deployment, caching, and queueing.
- Spring Boot 2實戰之旅
- C語言程序設計(第3版)
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- C語言程序設計實訓教程
- 深入淺出RxJS
- Hands-On Microservices with Kotlin
- MongoDB權威指南(第3版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Visualforce Developer’s guide
- Hands-On GUI Programming with C++ and Qt5
- Qt5 C++ GUI Programming Cookbook
- Python 3 Object:oriented Programming(Second Edition)
- H5+移動營銷設計寶典
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Java 7 Concurrency Cookbook