AWS - Developer Theory

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

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.