- Effective DevOps with AWS
- Yogesh Raheja Giuseppe Borgese Nathaniel Felsen
- 185字
- 2021-07-23 16:27:29
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 AWS in tech companies: hosting an application. In terms of languages, we will use JavaScript, which is one of the most popular languages on GitHub. That said, this application is aimed more at giving support in order to demonstrate how to best use AWS using the DevOps principles. Having any kind of knowledge about JavaScript isn't required in order to understand this book:
Some of the main advantages that JavaScript offers with regards to this book include the fact that:
- It is fairly easy to write and read, even for beginners
- It doesn't need to be compiled
- It can be run server side thanks to Node.js (https://nodejs.org)
- It 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 through SSH.
推薦閱讀
- 32位嵌入式系統與SoC設計導論
- 網絡服務器架設(Windows Server+Linux Server)
- Cloud Analytics with Microsoft Azure
- 輕松學Java
- IoT Penetration Testing Cookbook
- 數據運營之路:掘金數據化時代
- 電腦上網直通車
- Ceph:Designing and Implementing Scalable Storage Systems
- 觸控顯示技術
- Storm應用實踐:實時事務處理之策略
- Hadoop應用開發基礎
- Unity Multiplayer Games
- 深度學習原理與 TensorFlow實踐
- Deep Learning Essentials
- Effective Business Intelligence with QuickSight