AWS - Developer Theory

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

You must sign in to write a comment