SAA-C03 阶段性总结

Scenario Keyword Index

Scenario Keyword Index

saa-c03场景题关键词索引AWS
Last organized

Identify the goal and constraints first, then use keywords to narrow service and architecture choices.

Decision dimensions

  1. Business goal and hard constraints.
  2. RTO/RPO, consistency, latency, and traffic pattern.
  3. Operational burden, security, compliance, and cost priority.

Keyword index

Scenario keywordFirst choiceEliminate
Decoupling / bufferingSQSSynchronous tight coupling
Fan-outSNS + SQSOne queue with one consumer path
Serverless event processingLambdaLong-running continuous jobs
Private access to AWS servicesVPC endpointMandatory public internet path
Direct serverless SQL on S3Athena + Glue Data CatalogSustained complex warehouse queries
Sustained complex BIRedshiftOccasional S3 scans only
Serverless ETLAWS GlueFull control of Spark/Hadoop cluster
Spark / HadoopAmazon EMRSimple SQL on S3
Stream with multiple consumers and replayKinesis Data StreamsFixed-destination delivery only
Managed delivery to S3/Redshift/OpenSearchAmazon Data FirehoseConsumer-controlled replay
Train and deploy your own modelSageMaker AIPretrained API only
Foundation-model APIAmazon BedrockFinished enterprise/developer assistant
CPU, latency, errors, logs, alarmCloudWatchCloudTrail API audit
Who changed or deleted a resourceCloudTrailCloudWatch performance metrics
Configuration history and rule complianceConfigArtifact compliance reports
Download AWS SOC/ISO/PCI reportArtifactAudit Manager customer evidence
Evidence collection by audit frameworkAudit ManagerArtifact as customer audit system
OU, SCP, consolidated billingOrganizationsAssuming SCP grants permissions
Landing zone, Account Factory, controlsControl TowerAssuming it replaces Organizations
AWS incident, maintenance, retirementAWS Health DashboardCloudWatch as official AWS notice

Remember

Keywords narrow the choices; the business constraint and priority still decide the answer.

Migration and specialist-solution keywords

KeywordsPreferAvoid confusing with
Business case, licensing cost, current-state estimateMigration EvaluatorApplication Discovery Service
Processes, connections, application dependenciesApplication Discovery ServiceMigration Hub
Low-downtime server replication and cutoverAWS Transform MGNDMS
Heterogeneous database and schema conversionSCT + DMSDMS alone when schema conversion is required
Partner SFTP endpoint backed by S3/EFSTransfer FamilyDataSync
GraphQL, subscriptions, resolversAppSyncAPI Gateway REST APIs
Full desktop / single app / isolated websiteWorkSpaces / Applications / Secure BrowserTreating all three as the same
MQTT, Device Shadow, Rules EngineIoT CoreSQS

Identity, Region, and credential keywords

KeywordsPreferAvoid
Shared job permissions for usersIAM group + managed policyNested groups
EC2 / Lambda calls AWSIAM role + temporary credentialsLong-term IAM user key
Workforce access across accountsIAM Identity CenterCognito
Application customer sign-inCognitoIAM user
Allow exists but request is deniedExplicit Deny / boundary / SCPAdding more Allow blindly
Resource disappears after Region switchCheck account, Region, Describe permissionAssuming automatic deletion
Temporary API credentialsAccess key ID + secret + session tokenConsole password