AWS - Developer Theory

 0    11 tarjetas    pablojakub
descargar mp3 imprimir jugar test de práctica
 
término definición
In CloudFormation template which section specify which resources provision based on environment?
empezar lección
Conditions section
In CloudFormation how is called section that allows exporting values
empezar lección
Outputs
How can we import values in CloudFormation template file
empezar lección
By function "Fn: ImportValue": {"Fn: Sub": "${Parameter}-OutputID"}
What is SAM?
empezar lección
Serverless Application Model. It is an extension to CloudFormation used for serverless applications
What are nested stacks? In which section are defined?
empezar lección
CloudFormation files that you can reuse. In resources section
What is called a container for one or more stacks
AWS CDK
empezar lección
App
What is stack in CDK?
empezar lección
Unit of deployment
What are stacks built from in CDK?
empezar lección
The are built from constructs ie. AWS resources
Where Amplify wins over EBS?
empezar lección
For fullstack (frontend mainly) or mobile applications
T/F Amplify is similar to Vercel
empezar lección
True
By default when part of resources in CloudFormation fails what will happen?
empezar lección
It will roll back entire stack

Debes iniciar sesión para poder comentar.