- Effective DevOps with AWS
- Nathaniel Felsen
- 260字
- 2021-07-15 17:11:42
What this book covers
Chapter 1, The Cloud and the DevOps Revolution, states that adopting a DevOps culture means first and foremost changing the way traditional engineering and operations teams operate.
Chapter 2, Deploying Your First Web Application, introduces AWS and its most notorious service, EC2. After signing up for AWS, we will configure our environment in such a way that we can create a virtual server using the command-line interface.
Chapter 3, Treating Your Infrastructure As Code, covers a good production environment ready to host any application. We will see how to architect it and monitor our servers.
Chapter 4, Adding Continuous Integration and Continuous Deployment, improves the developer's productivity. To that effect, we will build a continuous integration pipeline.
Chapter 5, Scaling Your Infrastructure, shows how to break the monolith into a service-oriented architecture and other AWS managed services, such as ALB, SQS, and Kinesis, for better load balancing and better service-to-service communication.
Chapter 6, Running Containers in AWS, explains the concept of containers using Docker and ECS, and the basics of how Docker works. It shows how to create a container for our application.
Chapter 7, Monitoring and Alerting, explains several ways to add monitoring and alerting to our application and infrastructure. We can do it reasonably well by taking advantage of some of the services AWS provides, including CloudWatch, ElasticSearch, and SNS.
Chapter 8, Hardening the Security of Your AWS Environment, covers one of the more complex aspect of a cloud infrastructure, its security, and different ways to audit and assess the security of our infrastructure.
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- ThinkPHP 5實(shí)戰(zhàn)
- PHP程序設(shè)計(jì)(慕課版)
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- Processing互動(dòng)編程藝術(shù)
- Swift 3 New Features
- Building Mapping Applications with QGIS
- Mastering Google App Engine
- Learning Python by Building Games
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- Node.js區(qū)塊鏈開發(fā)