This page covers what surrounds the individual AWS services: the ideas behind cloud computing, the ecosystem of partners, marketplace, support, and compliance evidence, and the two kinds of ready-made help AWS publishes, deployable reference solutions and partner consulting offers.

Cloud computing basics

Cloud computing delivers IT resources on demand over the internet with pay-as-you-go pricing, replacing large up-front capital expenses with variable costs that follow usage. Five properties recur in the rest of the AWS pages:

PropertyWhat it means in practice
On-demand self-serviceProvision resources when needed, without a human in the loop, and release them when done
Pay-as-you-goCapital expense becomes variable operating expense
Economies of scaleAWS pools demand across many customers, lowering per-unit cost
ElasticityScale up (larger instances) or out (more instances), and back, automatically
High availabilitySurvive failures by spreading across Availability Zones and Regions

The practices that follow are to design for failure (multi-AZ or multi-Region, health checks, automated recovery), to match capacity to demand with Auto Scaling or serverless options, and to pick the service model (IaaS, PaaS, or SaaS) that removes the most operational work for each workload. Idle resources are the usual source of cost growth; single points of failure are fixed by spreading across Availability Zones.1

What the ecosystem includes

The AWS ecosystem has no single product or entry point. It is the platform (compute, storage, database, networking, analytics, security, and AI/ML services on global infrastructure) plus:

  • The AWS Partner Network (APN) and AWS Marketplace, where partners sell software and services.
  • Support plans.
  • AWS Artifact, which provides compliance evidence for the controls AWS runs; controls on your side are your team’s to evidence.
  • The Well-Architected Framework and the shared responsibility model, which guide how to use all of it (see AWS foundations).

Choose services by workload requirements and the Well-Architected pillars rather than by feature list, use consolidated billing and tagging for cost visibility, and check a Marketplace or partner offering’s support path, IAM, and network requirements before deploying it. Some services are not available in every Region; check the service’s Regional availability first.2

Ready-made help: build it yourself or hire a partner

AWS publishes two kinds of packaged help that complement each other and Solutions Constructs, the library of prebuilt CDK patterns.

Solutions LibraryConsulting Offers
What you getReference implementations for use cases such as data lakes, security, DevOps, and analyticsFixed-scope engagements with defined deliverables, for outcomes such as migration, modernization, security assessments, and data analytics
Who does the workYou, in your own accountA validated AWS Partner
Delivered asCloudFormation templates or CDK code plus an implementation guideA purchase in AWS Marketplace, then a statement of work
VettingReviewed by AWS architects for reliability, security, and costPartners validated through competency programs
Watch forRegional support, and keeping your changes across upgradesScope and exclusions agreed before purchase

AWS Solutions Library

The Solutions Library, formerly AWS Solutions Implementations, is open-source code you can fork and customize. Read the implementation guide first for prerequisites, Regions, and cost estimates; deploy in a test account, then adapt the code for production (VPC, encryption, logging). Keep custom changes in a fork so upgrades do not overwrite them, and when a deployment fails, read the CloudFormation stack events.3

AWS Consulting Offers

Consulting Offers are part of the APN and Marketplace. Browse them in Marketplace by use case, industry, and partner, or on a partner’s own site. Before buying, define the outcome you need, check the partner’s competencies and customer references, and agree on access, security, and data-handling rules for the engagement; afterwards, track deliverables against the agreed scope.4

Footnotes

  1. Foundations of Cloud Computing - Runbook & Reference, original ↩

  2. AWS Ecosystem - Runbook & Reference, original ↩

  3. AWS Solutions Library (Solutions Implementations) - Runbook & Reference, original ↩

  4. AWS Consulting Offers - Runbook & Reference, original ↩