
CLOUDFORMATION DESDE LAS BASES
Describiendo y aprovisionando pilas de recursos en AWS con Cloudformation.







CLOUDFORMATION DESDE LAS BASES
- Aprovisionar
- Definir relaciones
- Aislar e identificar grupos
- Administrar eficientemente
Recursos de
AWS
Lenguaje común y API bien definida




CLOUDFORMATION DESDE LAS BASES





CLOUDFORMATION DESDE LAS BASES





CLOUDFORMATION DESDE LAS BASES
Elementos Basicos





CLOUDFORMATION DESDE LAS BASES
Resources
-
Buckets S3
-
Tablas DynamoDB
-
Instancias EC2
-
Funciones Lambda
-
Roles IAM
-
Casi cualquier recurso de AWS Cloud
Ejemplo: Github [tag:step1]
Documentacion: AWS S3::Bucket




CLOUDFORMATION DESDE LAS BASES
Functions
Operaciones reutilizables en un Cloudformation Template.
Lista de Funciones: AWS Reference





CLOUDFORMATION DESDE LAS BASES
Functions (REF)
Permite usar una referencia a otro recurso descrito en el template sin conocer su nombre o ARN especifico.
Ejemplo: Github [tag:step2]
Documentacion: Funcion Ref, AWS S3::BucketPolicy





CLOUDFORMATION DESDE LAS BASES
Parameters
Permite definir valores iniciales para nuestro stack que puedan ser usados en los diferentes recursos como referencias.
Ejemplo: Github [tag:step3]
Documentación: CFT Parameters, AWS Lambda::Function





CLOUDFORMATION DESDE LAS BASES
Outputs
Permite exponer valores de referencia que nos pueden ser útiles para propósito general.
Ejemplo: Github [tag:step4]
Documentacion: Cloudformation Outputs

Gracias!
Describiendo y aprovisionando pilas de recursos en AWS con Cloudformation.





CLOUDFORMATION DESDE LAS BASES
cloudformation
By CucutaJS
cloudformation
- 96