AWS - Developer Theory

 0    11 fiche    pablojakub
Télécharger mP3 Imprimer jouer consultez
 
question réponse
In CloudFormation template which section specify which resources provision based on environment?
commencer à apprendre
Conditions section
In CloudFormation how is called section that allows exporting values
commencer à apprendre
Outputs
How can we import values in CloudFormation template file
commencer à apprendre
By function "Fn: ImportValue": {"Fn: Sub": "${Parameter}-OutputID"}
What is SAM?
commencer à apprendre
Serverless Application Model. It is an extension to CloudFormation used for serverless applications
What are nested stacks? In which section are defined?
commencer à apprendre
CloudFormation files that you can reuse. In resources section
What is called a container for one or more stacks
AWS CDK
commencer à apprendre
App
What is stack in CDK?
commencer à apprendre
Unit of deployment
What are stacks built from in CDK?
commencer à apprendre
The are built from constructs ie. AWS resources
Where Amplify wins over EBS?
commencer à apprendre
For fullstack (frontend mainly) or mobile applications
T/F Amplify is similar to Vercel
commencer à apprendre
True
By default when part of resources in CloudFormation fails what will happen?
commencer à apprendre
It will roll back entire stack

Vous devez vous connecter pour poster un commentaire.