72. AWS CloudFormation

Overview

  • AWS CloudFormation is a service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS.
  • You create a template that describes all the AWS resources that you want (like Amazon EC2 instances or Amazon RDS DB instances), and CloudFormation takes care of provisioning and configuring those resources for you.
  •  By using CloudFormation, you easily manage a collection of resources as a single unit.

AWS CloudFormation concepts

  • When you use AWS CloudFormation, you work with templates and stacks
  • A CloudFormation template is a JSON or YAML formatted text file, CloudFormation uses these templates as blueprints for building your AWS resources
  • When you use CloudFormation, you manage related resources as a single unit called a stack.
    • You create, update, and delete a collection of resources by creating, updating, and deleting stacks.
    • All the resources in a stack are defined by the stack's CloudFormation template.
  • Change sets
    • If you need to make changes to the running resources in a stack, you update the stack.
    • Before making changes to your resources, you can generate a change set, which is a summary of your proposed changes.
    • Change sets allow you to see how your changes might impact your running resources, especially for critical resources, before implementing them.

How does AWS CloudFormation work

  • When creating a stack, AWS CloudFormation makes underlying service calls to AWS to provision and configure your resources.
  • CloudFormation can only perform actions that you have permission to do

Reference

What is AWS CloudFormation? - AWS CloudFormation

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值