- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 171字
- 2021-07-15 17:09:19
AWS Elastic Beanstalk
AWS provides a number of services to help with implementing elasticity, deployment, and configuration management of the applications. There are tradeoffs between those services depending on the amount of control versus the convenience desired. AWS Elastic Beanstalk is at the convenience end of the spectrum, whereas AWS Ops Works and CloudFormation are more on the control side of the spectrum. It is a fully managed AWS service, which allows you to simply upload the application to AWS and AWS takes care of the rest. This service handles provisioning of all the required resources to run the application in the cloud. It takes care of capacity provisioning, load balancing, Auto Scaling, and application health monitoring. AWS is continuously adding to the list of platforms supported by Elastic beanstalk. Currently, it supports programming languages such as Java, PHP, Python, Node.js, Ruby, .NET, Java SE, Docker container, and Go. There is no additional charge for the AWS Beanstalk services. You only pay for the resources that Elastic Beanstalk launches for you.
- JavaScript從入門到精通(微視頻精編版)
- Java入門經典(第6版)
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- C語言程序設計實踐教程
- 征服RIA
- Python Network Programming Cookbook(Second Edition)
- Instant PHP Web Scraping
- Oracle實用教程
- RESTful Web Clients:基于超媒體的可復用客戶端
- Mastering jQuery Mobile
- HTML5游戲開發實戰
- Mastering Python
- Hadoop Blueprints
- Swift 2 Blueprints
- 前端Serverless:面向全棧的無服務器架構實戰