AWS - Developer Theory

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

Musisz się zalogować, by móc napisać komentarz.