- Effective DevOps with AWS
- Nathaniel Felsen
- 178字
- 2021-07-15 17:11:52
Creating a simple Hello World web application
Now that we are connected to our EC2 instance, we are ready to start playing around with it. In this book, we will focus on the most common use case for using AWS in tech companies: hosting an application. In terms of languages, we will use JavaScript, which in the last few years has become the most popular language on GitHub. That said, this application is more there to give support to demonstrate how to best use AWS using the DevOps principles. Having any kind of knowledge about JavaScript isn't required to understand this book:

Some of the main advantages that JavaScript offers with regards to this book are that it:
- Is fairly easy to write and read, even for beginners
- Doesn't require to be compiled
- Can be run server side thanks to node.js (https://nodejs.org)
- Is officially supported by AWS and therefore the AWS SDK for JavaScript is a "first-class citizen"
For the rest of the chapter, all the commands and code are to be run on our instance via ssh.
推薦閱讀
- Ceph Cookbook
- Python數據可視化:基于Bokeh的可視化繪圖
- Learning ArcGIS Pro 2
- Data Analysis with IBM SPSS Statistics
- TypeScript項目開發實戰
- Learning Python Design Patterns
- Spring Boot Cookbook
- Access 2010數據庫應用技術(第2版)
- C++寶典
- Python趣味編程與精彩實例
- Functional Python Programming
- Bitcoin Essentials
- 第五空間戰略:大國間的網絡博弈
- Appcelerator Titanium Smartphone App Development Cookbook
- PHP高性能開發:基礎、框架與項目實戰