una pregunta, y porque no solo trabajamos con un api gateway en vez d usar lambda?
Importancia de la Infraestructura como c贸digo
Paso a paso para infraestructura c贸mo c贸digo
C贸mo desplegar infraestructura en Cloud
Herramientas para desplegar infraestructura como c贸digo
Introducci贸n y ventajas de usar Cloudformation
Laboratorio # 1: explorando la consola de Cloudformation
Funcionalidades y caracter铆sticas en Cloudformation
Anatom铆a de un template en Cloudformation
Clase pr谩ctica creaci贸n de un template
Despliegue del template en Cloudformation
Caracterist铆cas finales del template en Cloudformation
Stacks: caracter铆sticas y despliegue
Bonus: ejemplo de stack
Stack Sets: despliegues multicuenta
Laboratorio # 2: desplegando un Stack Set en un esquema multi-cuenta
Nested Stacks: composici贸n y ejemplos
Laboratorio # 3: creaci贸n de recursos del Stack
Laboratorio #3: pruebas de funcionamiento del stack
Laboratorio # 4: crear nuestro primer Nested Stack
Laboratorio #4: pruebas de funcionamiento del Nested Stack
Laboratorio # 5: c贸mo crear un stack de forma gr谩fica con Designer
Funciones en Cloudformation
Funciones intr铆nsecas: GetAtt, FindInMap, Join, Split y Select
Funciones intr铆nsecas: Sub, Ref y ImportValue.
Funciones condicionales: If, Not, And y Equals
Automatizaci贸n y despliegues de infraestructura como c贸digo
Importancia de la automatizaci贸n de infraestructura
C贸mo automatizar despliegues de infraestructura
Creaci贸n de pipelines para despliegue de infraestructura
Laboratorio #6: Estructura de repositorio para despliegue de funci贸n lambda
Laboratorio #6: prerequisitos para creaci贸n del pipeline
Laboratorio #6: despliegue de pre requisitos
Laboratorio #6: creaci贸n del pipeline para el despliegue de una funci贸n lambda
Laboratorio #6: verificaci贸n de recursos creados en el pipeline
Diagnostico de errores y seguridad en infraestructura como c贸digo.
Seguridad en templates
Troubleshooting
Seguridad en despliegues
Laboratorio # 7: identificaci贸n de errores en despliegues
Funciones lambda en Cloudformation
C贸mo desplegar lambda como funci贸n
C贸mo desplegar lambda como funci贸n serverless
Laboratorio # 8: puesta en producci贸n de nuestra funci贸n lambda
Conclusiones
Conclusiones finales
You don't have access to this class
Keep learning! Join and start boosting your career
In this article we will unravel how the various components of a Stack are organized and work in the context of AWS development. It is critical to understand the role that each resource plays, from databases to Lambda functions, and how they are integrated to form a robust and efficient system. This not only prepares you to manage stacks on AWS but extends your cloud development capabilities.
When implementing a stack, one of the first elements we encounter is the metadata interface. This interface is used to organize critical parameters that will be entered later in the resource configuration.
An effective Stack gathers multiple resources and here we show you some of the most common and necessary ones:
Each of these resources is configured with specific parameters that have been previously loaded, thus guaranteeing a robust construction of the service.
Policies and roles are essential within a stack to define permissions and give security to each resource.
Proper role and policy mapping ensures that the Lambda function can operate frictionlessly within AWS.
In addition to basic roles and policies, it is essential to understand how the following aspects are handled:
Each resource within a stack has specific configurations that must be taken into account to ensure a secure and efficient operation of the infrastructure.
Understanding nested stacks is essential for larger scale and more complex projects. They allow a large stack to be broken down into smaller, more manageable components, making it easier to maintain, upgrade and reuse certain components.
Get on the path of continuous learning and discover how these tools and frameworks can simplify your cloud projects. The AWS infrastructure adventure is just beginning!
Contributions 8
Questions 1
una pregunta, y porque no solo trabajamos con un api gateway en vez d usar lambda?
隆Excelente explicaci贸n.!
馃槂
interesante 馃槂
interante plantilla para desplegar un stack.
Roles para asociar las politicas a la ejecucion de las lambdas
Want to see more contributions, questions and answers from the community?