- Effective DevOps with AWS
- Nathaniel Felsen
- 197字
- 2021-07-15 17:11:53
Summary
This chapter was a quick and simple introduction to AWS and its most well-known service, EC2. After signing up for AWS, we configured our environment in such a way that we could create a virtual server using the command-line interface. Leading to this, we selected our first AMI, created our first security group, and generated our ssh keys, which we will reuse throughout the book. After launching an EC2 instance, we manually deployed a simple node.js application to display Hello World.
While the process wasn't very fastidious thanks to the AWS CLI, it still required going through numerous steps which aren't very repeatable. We also deployed the application without any automation or validation. Furthermore, the only way we can check if the application is running is by manually checking the endpoint. In the remainder of the book, we will revisit the process of creating and managing web applications and infrastructure but this time, we will follow the DevOps principles and incorporate their best practices.
Chapter 3, Treating Your Infrastructure As Code, will address one of the first issues we encountered: managing our infrastructure with automation. To do that, we must write code to manage our infrastructure.
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Mastering Julia
- Mastering Python High Performance
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Angular開發(fā)入門與實(shí)戰(zhàn)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Python大學(xué)實(shí)用教程
- MyBatis 3源碼深度解析
- C# 7.0本質(zhì)論
- iOS Development with Xamarin Cookbook
- Oracle API Management 12c Implementation
- ROS Robotics Projects
- Python編程基礎(chǔ)
- Python3網(wǎng)絡(luò)爬蟲寶典