Buen lab todo a detalle!
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
Understanding and verifying resource performance on AWS is crucial to ensure effective deployment and achieve optimal results. This process can often seem daunting at first, but with a structured approach and the use of appropriate tools, any developer can handle it with confidence. In this article, I will guide you on how to verify Bota net resources using AWS, using various services such as DynamoDB and AWS Lambda.
First, to start the verification, our initial task is to go to the DynamoDB database. Once inside, it is essential to identify the tables created, in our case, the 'Platzi' table. After this, we access the 'Items' section to add and manage data, with simple but powerful steps that allow us to maintain full control of the information.
Save
button to register all the new data.After having registered the data in DynamoDB, the next step is to verify the functionality in AWS Lambda. This process ensures that Lambda functions can access and retrieve data from DynamoDB efficiently.
Integration with API Gateway is essential for extending access to the outside world. Through API Gateway you can expose your Lambda functions and make them accessible from external applications or web clients.
curl -X POST -H "Content-Type: application/json" -d '{"c茅dula": "111"}' [API_URL].
This request will check that the communication between API Gateway and Lambda is effective and the system returns the expected data correctly.
For those who want to expand their skills, it is advisable to dive into specialized database courses on AWS. Exploring the capabilities of AWS will give you a broader perspective and control over your application architecture.
Also, in addition to this technical learning, always remember to analyze factors such as runtime and resource efficiency, as AWS charges based on the duration and memory management during the execution of Lambda functions. Keep learning and experimenting to continually optimize your cloud infrastructure!
Contributions 11
Questions 3
Buen lab todo a detalle!
Super 馃槂 gracias!
WOW, que buena clase, la interfaz a cambiado un poco, pero el concepto funciona.
Excelente LAB.! Todo en detalle.
2 a帽os despu茅s sigue siendo un excelente curso, gracias carlos!!!
Excelente la explicaci贸n del docente
Excelente lab, si quieren conocer mas pueden ver por este enlace mas informaci贸n https://platzi.com/clases/db-aws/
excelente explicaci贸n de este laboratorio!
馃槂
Excelente practica !!!
Muchas gracias por la explicaci贸n instructor Carlos, me gusto que pudimos probar cada uno de los recursos junto con su integraci贸n a los otros servicios que se crearon a partir del template.
Want to see more contributions, questions and answers from the community?