SAA-C03 · Getting started
23 cards
AWS Structure and Core Vocabulary
-
Quick check
Which of these is an AWS resource rather than an AWS service?
AAmazon Simple Storage Service
Amazon S3 is the service that offers object storage; it is not itself a created object.
BThe AWS Management Console, used to reach it
The console is a way of reaching services and resources, not a resource that a customer creates.
COne particular Amazon S3 bucket
Right. A specific S3 bucket is an object created inside an account, which is what makes it a resource.
3 / 23
-
Quick check
What does an Amazon Resource Name identify?
AOne AWS resource, along with the ID of the account that owns it
Right. An ARN uniquely identifies a single resource and includes the account ID of the account that owns it.
BAn entire category of AWS services offered in a Region
Service categories are not what an ARN names; it points at one created object.
CThe physical street address of the data center holding the hardware
An ARN is a logical identifier, and AWS does not expose data center addresses through it.
5 / 23
-
Quick check
Which description matches the boundary that an AWS account draws?
AIt shares its resources automatically with every other account owned by the same company
Isolation is the default between accounts; belonging to the same company changes nothing by itself.
BIt separates resources for access, security, billing, and isolation
Right. An account is a resource container and a security boundary, and it provides access and billing boundaries too.
CIt stands for one Availability Zone inside a Region
An Availability Zone is a location; an account is a container and a boundary, and the two are unrelated ideas.
8 / 23
-
Keep your progress in the app
That’s 3 of 9 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
Two accounts belong to the same company and use the same Region. What access exists between their resources by default?
AAccess follows automatically, since both accounts sit in the same Region
A Region is a location, not a permission; sharing a Region grants nothing across an account boundary.
BNone: sharing across accounts must be explicitly allowed
Right. By default no access is allowed between accounts, and any sharing must be explicitly allowed.
CAccess begins as soon as two resources are given matching names
Names do not grant permissions, and each resource is identified by its own ARN in its own account.
10 / 23
-
Quick check
Production and test resources need separate access control and separate cost tracking, although both may run in the same Region. Which structure answers both needs?
APlace each environment in its own AWS account
Right. Multiple accounts provide a natural billing boundary and isolate resources for security.
BKeep everything in one account and rely on a single subnet to divide it
One account is one security and billing boundary, so a subnet inside it cannot supply either separation.
CTreat one Availability Zone as the billing boundary for the test work
An Availability Zone is a location within a Region; costs are allocated by account, not by zone.
13 / 23
-
Quick check
A team creates identically named resources in a second Region and expects the copies to appear on their own. What is wrong with that expectation?
ANothing, as matching names make AWS keep the two Regions in step
Names carry no synchronization behavior; each Region holds its own separate resources.
BOnly the owning account ID has to match for the second copy to appear
A shared account does not merge Regions either; the account owns resources but does not replicate them.
CRegions are isolated, and resources are not replicated across them automatically
Right. Each Region is isolated from the others, and AWS does not automatically replicate resources across Regions.
16 / 23
-
Quick check
An application must survive the failure of one location while every component stays in a single geographic area. Which placement fits?
ASpread the components across several Availability Zones of one Region
Right. Multiple Availability Zones protect an application from the failure of one location within the Region.
BConcentrate every component in a single Availability Zone of that Region
A single zone is one location, so the failure being guarded against would take the whole application down.
CLeave the placement unchanged and divide the workload between two accounts
Accounts are security and billing boundaries; splitting them changes no location and no failure behavior.
19 / 23
-
Quick check
What does the code us-east-1a name?
AAn AWS account that contains exactly one resource
Accounts are identified by a unique account ID, not by a code of this shape.
BThe resource name of an Amazon EC2 instance
A resource is named by an ARN, which includes the owning account ID; this is not that.
CAn Availability Zone located inside the us-east-1 Region
Right. An Availability Zone code is its Region code followed by a letter identifier, as in us-east-1a.
21 / 23
-
Quick check
Which summary keeps ownership, identity, and placement in their proper places?
AThe account holds the resources, an ARN names a whole service, and two Regions are kept in step automatically
An ARN names a single resource rather than a service, and Regions are isolated instead of synchronized.
BThe account owns and isolates its resources, an ARN names one of them, and a Region holds several isolated Availability Zones
Right. Ownership and isolation belong to the account, an ARN identifies one resource, and Availability Zones sit inside a Region.
CAn Availability Zone owns the resources, the Region acts as the billing boundary, and cross-account access works by default
Zones are locations rather than owners, costs are allocated per account, and no cross-account access exists by default.
23 / 23
-
9 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.