SAA-C03 · Getting started
21 cards
AWS Workload End-to-End Workflow
-
Quick check
Where is the default Region used by the AWS console configured?
AIn Unified settings in the AWS Management Console
Right. Unified settings customize the console, including its language and its default Region.
BIn the Favorites list kept by Unified Navigation
Favorites stores shortcuts to service consoles and holds no Region preference.
CIn the account billing report produced for each Region
A billing report shows what has already been spent; it does not decide where new resources are created.
3 / 21
-
Quick check
What does AWS Console Home provide?
AA physical console installed in each Availability Zone
Console Home is a web page in the AWS Management Console, not hardware placed in a location.
BA replacement for every AWS service API and SDK
APIs and SDKs remain available and are often the better path; the console does not replace them.
CCentral access to AWS applications and to the individual service consoles
Right. From AWS Console Home you manage AWS applications and reach all other individual service consoles.
5 / 21
-
Quick check
An engineer is learning a service interactively but also needs to run a few CLI commands with the current console sign-in. Which way of working covers both?
AWrite a CloudFormation template and stay away from the console entirely
A template is the right tool for repeatable provisioning, but it does not serve the interactive learning half of the request.
BUse the service console and open CloudShell for the commands
Right. The console supports interactive work, and CloudShell runs AWS CLI commands directly from it.
CCreate a second AWS account so that the CLI commands have somewhere to run
An extra account adds a boundary and no capability; CLI commands do not need one.
8 / 21
-
Keep your progress in the app
That’s 3 of 8 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
In CloudFormation, what describes the resources a workload needs together with their properties?
AThe unique ID of the account that owns them
An account ID identifies the owner of resources; it says nothing about what they should be.
BA widget added to the console home page
Widgets customize what Console Home displays; they do not describe infrastructure.
CA template
Right. A CloudFormation template describes the AWS resources and the properties a workload requires.
11 / 21
-
Quick check
A deployment needs a load balancer, an Auto Scaling group, and a database handled as one unit for provisioning and, later, for cleanup. Which approach fits?
ADescribe them in one template and manage the resulting stack
Right. CloudFormation provisions the template's resources as a stack, and that stack is managed as a single unit.
BCreate three unrelated console widgets, one per service
Widgets change what the console displays and provision nothing at all.
CDeploy each resource by hand and keep a template file only as documentation
Resources created by hand are not members of any stack, so nothing links them for provisioning or removal.
14 / 21
-
Quick check
The same environment has to exist in two Regions, built identically in both. What does CloudFormation offer here?
AA guarantee that resources created in one Region will surface in the other
Regions do not fill each other in; consistency comes from reusing the description, not from replication.
BOne template, reused to provision the same resources in each Region
Right. Describe the resources once, then reuse the template to provision them consistently in multiple Regions.
CAn automatic copy of the stack whenever a Region becomes unavailable
CloudFormation provisions what a template describes when a stack is created; it does not clone stacks on failure.
16 / 21
-
Quick check
Why does it matter that CloudFormation templates are text files?
AInfrastructure changes can be tracked with version control
Right. Because templates are text, differences between versions record what changed, who changed it, and when.
BEvery runtime failure gets repaired without anyone reviewing it
Version control records change; it does not detect or repair failures on its own.
CThe resources they describe stop being charged for
A template is a description; the resources a stack provisions are running resources like any other.
19 / 21
-
Quick check
Which summary keeps the model, the deployment, and the removal apart?
AThe stack describes what is wanted, the template provisions it, and deleting the template removes the resources
The roles are the other way round: the template is the description and the stack is the deployment.
BThe template describes what is wanted, the stack provisions and holds it, and deleting the stack deletes its resources
Right. A template describes the resources and properties, a stack provisions and manages them, and deleting the stack deletes them.
CThe console describes what is wanted, version control provisions it, and removing a widget deletes the resources
The console is a way of working, version control tracks the text, and widgets only change what a page displays.
21 / 21
-
8 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.