Prepstellar

SAA-C03 · Getting started

21 cards

What Is AWS?

Swipe, scroll or use ← →
  1. Cloud computing before the product names

    AWS is far easier to learn when the delivery model comes first and the product names come second. Almost nothing in this certification is a question about a machine; the questions are about how capability is obtained, paid for, and placed.

    Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing. Two promises hide inside that sentence: the resource appears when it is requested, and the bill follows what was actually used.

    Question Owning the hardware Using the cloud
    Where does capacity come from? A purchase and an installation A request to a provider
    When is it usable? After procurement and setup On demand
    What is paid for? The equipment bought The resources used
    1 / 21
  2. Cloud computing before the product names

    Instead of buying, owning, and maintaining physical data centers and servers, customers can access compute, storage, and database services as needed. Computing power, storage, and databases become services a team requests, not equipment a team owns.

    Notice what does not change. The organization still decides which resources its application needs and how they are configured. What disappears is the procurement project in front of that decision: traditionally, everything from server hardware and storage systems to networking and security technology had to be bought and configured before a single digital system could launch.

    Organizations of every type, size, and industry work this way — for data backup, disaster recovery, email, virtual desktops, software development and testing, big data analytics, and customer-facing web applications.

    2 / 21
  3. Quick check

    Which statement best describes cloud computing as a delivery model?

    1. AA long-term hardware lease paid in full before anything can be deployed

      A lease fixes the spend before a single resource is used, which is the opposite of pay-as-you-go pricing.

    2. BOn-demand IT resources over the Internet, billed as used

      Right. On-demand delivery of IT resources over the Internet with pay-as-you-go pricing is the definition.

    3. CA private data center administered through a web browser interface

      A browser front end does not change how the capacity was obtained; the hardware is still bought and owned.

    3 / 21

  4. Capacity that follows demand

    Elasticity is the first reason this model changes architecture rather than just accounting.

    AWS cloud services can scale capacity up or down quickly while customers pay only for what they use, and complete control of those computing resources stays with the customer. Cloud capacity can be adjusted as demand changes instead of being fixed by an initial hardware purchase.

    A purchase forces the sizing question to be answered once, in advance — and it is easy to be wrong in both directions. Too small, and the application fails at its peak. Too large, and the surplus is paid for all year.

    4 / 21
  5. Capacity that follows demand

    Variable expenses are also lower than doing it yourself, because a provider reaches economies of scale across many customers.

    Constraint Fixed owned capacity Elastic cloud capacity
    A traffic peak twice a year Buy for the peak, idle the rest of the year Scale up for the peak, scale back down after
    Demand that nobody can predict yet Guess before launch Adjust as real demand appears
    Shape of the cost Set by the purchase Follows usage

    Elasticity answers how much. It says nothing about where, which is a separate decision later in this concept.

    5 / 21
  6. Quick check

    Why can cloud capacity track changing demand better than a hardware purchase can?

    1. ACapacity scales up or down quickly and the charges follow actual usage

      Right. Cloud services scale capacity up or down quickly and customers pay only for what they use.

    2. BCapacity stays as bought, and only the contract terms are revised monthly

      Renegotiating a contract does not change the installed capacity, so the mismatch with demand remains.

    3. CCapacity becomes free once the first deployment has finished

      Cloud resources are billed as they are used; nothing becomes free after a deployment.

    6 / 21

  7. What AWS provides inside that model

    With the model clear, AWS is simply the provider that supplies capability inside it.

    AWS provides cloud and AI capabilities on a global infrastructure designed for security, reliability, and performance. That infrastructure is built for scalability and performance, and security is treated as the first requirement rather than a later addition.

    AWS infrastructure supports applications running in the cloud, on premises, or at the edge. A workload therefore does not have to live entirely in one place to use the platform: a design can keep part of the system in a customer facility, or close to where its data is produced.

    7 / 21
  8. Quick check

    A design keeps part of a system in the company's own facility and part of it near where the data is produced. How does that sit with AWS?

    1. AIt is impossible, because AWS infrastructure only supports applications running inside the cloud

      AWS infrastructure is built for applications running in the cloud, on premises, and at the edge, so a split design is not excluded.

    2. BIt is allowed only after the whole workload has first been moved into the cloud

      No such ordering exists; these placements are supported rather than treated as stages of a migration.

    3. CIt works: AWS infrastructure supports applications in the cloud, on premises, or at the edge

      Right. The same global infrastructure supports applications running in the cloud, on premises, or at the edge.

    8 / 21

  9. 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.

  10. Capabilities are combined, not bought whole

    The most common beginner mistake is to read AWS as one product with one configuration.

    AWS capabilities can be combined to build solutions that balance performance and cost-effectiveness. The breadth exists precisely so that a design can be assembled from parts that each answer a requirement.

    The working order for an architect is therefore:

    1. State the requirements and constraints of the workload.
    2. Choose the capabilities that satisfy them.
    3. Combine those capabilities into a single solution.
    4. Re-check the result against every stated constraint, cost included.
    9 / 21
  11. Capabilities are combined, not bought whole

    That sequence is why two designs that both "work" can still differ in quality. Both may use real services in supported ways; the better one satisfies more of the stated constraints at the same time.

    How AWS is read Consequence for the design
    One fixed server product Requirements are bent to fit whatever was picked first
    A set of unconnected products Integration is assumed impossible, and workarounds pile up
    A set of capabilities to combine The design follows the requirements

    Combining capabilities does not remove the need to understand the workload. It rewards understanding it.

    10 / 21
  12. Quick check

    How should an architect think about the AWS services available for a new solution?

    1. AAs capabilities to be selected and combined according to the workload's requirements

      Right. AWS capabilities are combined to build solutions that balance performance and cost-effectiveness.

    2. BAs a single virtual server whose one fixed configuration has to fit every workload

      AWS is a broad set of capabilities, not one machine with one configuration, so this reading forces requirements to fit the tool.

    3. CAs separate products that cannot be connected to one another

      The point of the breadth is that capabilities work together; treating them as unconnected produces needless workarounds.

    11 / 21

  13. How much of the stack you control

    Cloud does not mean that every service exposes the same operating boundary. The service model tells you how much of the stack the customer still runs.

    The three main cloud computing types are Infrastructure as a Service, Platform as a Service, and Software as a Service. Each cloud computing type provides a different level of control, flexibility, and management, so a team can select the right set of services for its needs.

    12 / 21
  14. How much of the stack you control

    Model What the customer works with What comes with it
    Infrastructure as a Service The basic building blocks of cloud IT The most control and flexibility — and the most to manage
    Platform as a Service A managed platform for the application Less to manage, and fewer low-level choices
    Software as a Service A finished application The least to manage, and the least control

    This is why two feasible designs can still be different answers. One keeps control and accepts the management work; the other sheds the management work and gives up control. Neither is universally right, so the deciding factor is the level of control and operating responsibility the situation genuinely requires.

    13 / 21
  15. Quick check

    Two designs are both feasible: one gives more control but more management work, the other less of each. What should decide between them?

    1. AThe option whose product name happens to be the longest one

      A product name carries no information about control, flexibility, or operating duties.

    2. BThe service model that matches the control and management required

      Right. IaaS, PaaS, and SaaS deliberately provide different levels of control, flexibility, and management, so the required level decides.

    3. CThe option that requires owning every data center that is involved in it

      Owning the data centers is what the cloud model replaces; it is not a way of choosing between two cloud designs.

    14 / 21

  16. The building blocks of Infrastructure as a Service

    Infrastructure as a Service provides basic building blocks such as networking, computers, and data storage. The computers may be virtual or on dedicated hardware, and the storage is space the customer organizes for itself.

    Underneath those blocks, AWS manages the underlying infrastructure that makes cloud services available on demand. All the required hardware, operating systems, and other infrastructure layers are held and maintained in secure AWS data centers around the world — which is why cloud services are also called cloud managed services.

    So IaaS is the model to reach for when a team must choose its own compute and network components directly, and it still requires no data center of its own. Combine that with elastic capacity and a single design can serve unpredictable peaks while keeping direct control of its building blocks.

    15 / 21
  17. Quick check

    Which set names the basic building blocks that Infrastructure as a Service provides?

    1. AEmail campaigns, payroll runs, and legal contract management

      These are finished business applications, not the infrastructure layer that a customer assembles.

    2. BCertification exams, training paths, and digital badges

      Training and certification products are not infrastructure components at all.

    3. CNetworking, computers, and data storage

      Right. IaaS provides networking features, computers, and data storage space.

    16 / 21

  18. Where the workload meets its users

    Capacity answers how much. Placement answers where, and it is a separate design dimension with its own symptoms.

    With the cloud, a team can expand into new geographic regions and deploy globally in minutes, because the provider already operates infrastructure all over the world. Deploying applications closer to end users can reduce latency and improve their experience.

    17 / 21
  19. Where the workload meets its users

    Symptom in a scenario Dimension Response
    Demand swings sharply through the day Scale Elastic capacity
    Distant users complain about response time Placement Deploy nearer to those users
    Both symptoms at once Both Elastic capacity and global placement

    Read every scenario with both dimensions in mind. A design that scales beautifully in one distant location has answered only half of a problem that mentions faraway audiences and sharp demand swings.

    18 / 21
  20. Quick check

    A media application serves distant audiences, and its demand rises and falls sharply. Which pair of cloud characteristics answers both complaints?

    1. AOne permanent location, with capacity sized once at launch

      A single fixed location leaves distant users far away, and fixed capacity cannot follow the swings.

    2. BLocally owned hardware on an annual provisioning cycle

      Owning hardware and provisioning it yearly reintroduces exactly the delay and rigidity the cloud removes.

    3. CPlacement closer to those users, together with elastic capacity

      Right. Closer placement reduces latency, and elastic capacity follows the changing demand.

    19 / 21

  21. Key takeaways

    • Cloud computing delivers IT resources on demand over the Internet with pay-as-you-go pricing, so capability is accessed instead of physical data centers and servers being bought and maintained.
    • AWS provides cloud and AI capabilities on a global infrastructure and expects them to be combined into solutions that balance performance and cost-effectiveness, in the cloud, on premises, or at the edge.
    • IaaS, PaaS, and SaaS provide different levels of control, flexibility, and management; IaaS exposes the basic blocks — networking, computers, and data storage — while AWS manages the infrastructure beneath them.
    • Elastic capacity and global placement solve different constraints: capacity scales with demand, and placing an application closer to its users reduces latency.
    20 / 21
  22. Quick check

    Which summary keeps the delivery model, the service models, and placement apart?

    1. AResources arrive on demand and are billed as used, the service models differ in control, and placement cuts latency

      Right. Those are the three separate ideas: on-demand pay-as-you-go delivery, differing levels of control and management, and placement as a latency decision.

    2. BCloud simply means owning less hardware, every service model offers the same control, and placement mainly sets the monthly bill

      The models differ deliberately in control, flexibility, and management, and placement is a latency decision rather than a billing one.

    3. CCloud fixes capacity at launch, the service models differ only by provider, and placement is decided after the design is finished

      Cloud capacity is adjusted as demand changes, the models are defined by control rather than by provider, and placement is part of the design.

    21 / 21

  23. 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.