- 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.
推薦閱讀
- Java語言程序設(shè)計(jì)
- 移動(dòng)UI設(shè)計(jì)(微課版)
- Learning Chef
- 零基礎(chǔ)玩轉(zhuǎn)區(qū)塊鏈
- Flash CS6中文版應(yīng)用教程(第三版)
- Java性能權(quán)威指南(第2版)
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Mastering Backbone.js
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- Extreme C
- 輕松上手2D游戲開發(fā):Unity入門
- Web開發(fā)的平民英雄:PHP+MySQL
- jQuery Mobile Web Development Essentials(Second Edition)
- Clojure for Finance