resources - Insurance Software development

Amazon Auto Scaling

Author - Webner
|
5:03 am
|
0 Comments
| |

Auto Scaling Overview

Auto Scaling is an Amazon service that helps the developers to scale the resources automatically across multiple services and optimize the applications. It monitors your resources and automatically adjusts the resources according to the requirement. It maintains the best fit balance between cost and performance. It provides a user interface where user can build the scaling plans for the resource like Amazon ECS tasks (Amazon Elastic Container Service), Amazon DynamoDB tables and indexes, Amazon Aurora Replicas and even Amazon EC2 instances.

You can easily start with Amazon Auto Scaling using Command Line Interface(CLI), SDK […]

AWS(Amazon Web Service) Lambda

Author - Webner
|
6:38 am
|
0 Comments
| |

Overview of AWS Lambda:

AWS Lambda is a service of the Amazon Web Service which allows the user to execute the code in a serverless manner. A serverless manner means the user can execute the code without having the server or without managing any server. The user doesn’t need to worry about the machine or any other things like the operating system(OS) on the machine, attached security patches, and other necessary components. Users will just run the code with the help of the Lambda service.

Lambda is an automatic version of EC2 that is used to […]

Contact Us