0PricingLogin
AWS Solutions Architect · Lesson

Identifying Keywords and Service Signals in Questions

Train yourself to spot trigger words like 'most cost-effective', 'highest availability', 'operational overhead', and 'serverless' that reveal the correct service choice.

Why Keywords Matter on the Exam

SAA-C03 scenario questions often describe a business problem without explicitly naming the correct AWS service. Instead, they embed keyword signals — words and phrases that, when recognised, point directly to the correct service or approach. Expert test-takers read every scenario twice: first for the overall context, then for the specific keywords that narrow the answer. Missing a single keyword like 'serverless' or 'lowest cost' can lead you to a plausible but wrong answer.

Cost Signal Keywords

When the question emphasises cost, specific keywords map to specific AWS patterns. 'most cost-effective' often signals Spot Instances, S3 Glacier, or Savings Plans. 'reduce cost without code changes' → Reserved Instances or right-sizing. 'pay only for what you use' → Lambda or Fargate (serverless). 'minimise data transfer cost' → CloudFront, VPC endpoints, or same-Region access. Always prioritise the cheaper, fully managed option when cost is the primary constraint.

# Cost keyword -> answer mapping:
# 'lowest cost for batch jobs' -> Spot Instances
# 'archive rarely accessed data' -> S3 Glacier Deep Archive
# 'steady workload for 3 years' -> Reserved Instances or Savings Plans
# 'event-driven, unpredictable traffic' -> Lambda (pay per invocation)
# 'reduce inter-Region data transfer' -> CloudFront or regional caching
# 'remove idle EC2 instances' -> AWS Compute Optimizer right-sizing

All lessons in this course

  1. Understanding the Exam Format and Domain Weights
  2. Identifying Keywords and Service Signals in Questions
  3. Process of Elimination and Distractor Patterns
  4. Time Management and Review Techniques
← Back to AWS Solutions Architect