AWS CloudFormation - Introductorio
AWS CloudFormation is a service that offers developers and organizations a simple way to create a collection of AWS and third-party resources. It also helps provision and manage them in an organized and predictable manner.
Creado por
Luciano Giacchetta
Incluido en Carreras:
CLP 0,0
Incluye 65% OFF
Garantía de Devolución (7 días)
Este curso incluye
- 5 Módulos
- 10 Videos
- 15 Practicas
- Acceso a tiempo completo
- Acceso en Móviles y Tabletas
- Certificado de Curso
Lo que aprenderás
- Qué es CloudFormation
- Para qué sirve CloudFormation
- Ventajas de su tecnología
- Cómo y dónde buscar información para su uso
- Uso y práctica con recursos Free-Tier
Contenidos del Curso
10 Horas 0 Minutos
When using AWS CloudFormation, you work with templates and stacks. You create templates to describe your AWS resources and their properties. CloudFormation ultimately manages related resources as a single unit called a stack.
Recommendations that can help you use AWS CloudFormation more effectively and securely throughout your workflow. Learn to plan and organize your stacks.
Templates include several main sections. The Resources section is the only mandatory section. Some sections of a template can be in any order. However, as you create your template, it can be useful to use a logical order
Define the build order of your infrastructure resources. With the AWS Command Line Interface (AWS CLI), you can create, monitor, update, and delete stacks from your system terminal. You can also use the A
When I need to make changes to the configuration of a stack or change its resources, update the stack instead of deleting it and creating a new one. For example, if you have a stack with an EC2 instance, you can update the stack using ChangeSet to cam