Saturday 28 September 2019

Coud Formation

AWSCloudFormation is assistance that causes you model and set up your Amazon WebServices assets so you can invest less energy dealing with those assets and additional time concentrating on your applications that keep running in AWS. You make a layout that portrays all the AWS assets that you need (like Amazon EC2 cases or Amazon RDS DB cases), and AWS CloudFormation deals with provisioning and designing those assets for you. You don't have to independently make and design AWS assets and make sense of what's reliant on what; AWS CloudFormation handles the majority of that. The accompanying situations exhibit how AWS CloudFormation can help

Simplify Infrastructure Management:

For a scalable web application that also includes a back-end database, you might use an Auto Scaling group, an Elastic Load Balancing load balancer, and an Amazon Relational Database Service database instance. Normally, you might use each individual service to provide these resources. And after you create the resources, you would have to configure them to work together. All these tasks can add complexity and time before you even get your application up and running.
Instead, you can create or modify an existing AWS CloudFormation template. A template describes all of your resources and their properties. When you use that template to create an AWS CloudFormation stack, AWS CloudFormation provisions the Auto Scaling group, load balancer, and database for you. After the stack has been successfully created, your AWS resources are up and running. You can delete the stack just as easily, which deletes all the resources in the stack. By using AWS CloudFormation, you easily manage a collection of resources as a single unit.

No comments:

Post a Comment

Amazon Web Services

What is Cloud Computing : Cloud computing is a term referred to as storing and accessing information over the web. It doesn't ...