InterviewStack.io LogoInterviewStack.io

AWS Core Services and Architecture Questions

Amazon Web Services' core service catalog and how the pieces compose into a working system: EC2, Lambda, S3, VPC, IAM, RDS, and the managed-service ecosystem. Covers service selection within AWS, common reference architectures, the AWS Well-Architected Framework pillars, and operational patterns specific to the platform. For provider-agnostic compute or storage trade-offs, see the cross-cloud entries.

EasyTechnical
60 practiced

Walk me through the main EC2 instance family categories: general purpose, compute-optimized, memory-optimized, storage-optimized, and accelerated-computing. How would you pick a family for a CPU-bound batch job versus a memory-heavy cache versus a GPU training workload?

EasyTechnical
38 practiced

Compare AWS Lambda, containers (ECS/EKS), and EC2 for running a stateless web API. For each, describe operational overhead, cold-start/latency characteristics, and one scenario where it's the clear best fit.

MediumTechnical
45 practiced

You have Lambda functions that need to query a relational database under high concurrency. How would you handle connection pooling, and what role does RDS Proxy play versus reusing connections across warm invocations?

MediumTechnical
35 practiced

Under a sudden traffic spike that exceeds your account's Lambda concurrency limit, API Gateway + Lambda requests start failing. Design a protection and graceful-degradation strategy that shields your downstream database from the overload.

MediumTechnical
41 practiced

Your API Gateway is returning 429 Too Many Requests during traffic spikes. Walk through how you'd diagnose whether the throttling is happening at API Gateway or at the backend, and the fixes available at each layer.

Unlock Full Question Bank

Get access to all AWS Core Services and Architecture interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.