Flashcards · AWS Solutions Architect · Free
AWS Solutions Architect flashcards, generated for you.
Example AWS Solutions Architect study cards to learn from right now — then generate a full set from your own notes (plus a practice quiz) and export to Quizlet or Anki. Free, no account needed.
Example AWS Solutions Architect flashcards
What are the three fundamental design principles of the AWS Well-Architected Framework?
Operational Excellence, Security, Reliability, Performance Efficiency, and Cost Optimization (5 pillars total). All decisions should align with these principles to build secure, reliable, efficient, and cost-effective systems.
When should you use Amazon RDS versus Amazon DynamoDB?
Use RDS for structured data requiring ACID transactions, complex queries, and relational schemas (SQL). Use DynamoDB for unstructured/semi-structured data, high-throughput key-value access, and flexible schemas requiring millisecond latency at scale.
How does AWS auto-scaling maintain application availability during demand spikes?
Auto Scaling Groups (EC2) automatically launch/terminate instances based on CloudWatch metrics (CPU, memory, custom). Target Tracking Scaling Policies adjust capacity to maintain desired performance levels while Application Load Balancers distribute traffic across instances.
What is the difference between AWS Regions and Availability Zones in terms of disaster recovery?
Availability Zones (AZs) are isolated data centers within a Region; failures in one AZ don't affect others. Regions are geographically distant. For multi-AZ resilience, deploy across AZs. For geographic redundancy/data residency, replicate across Regions.
How should you secure data in transit and at rest on AWS?
At rest: Enable encryption with AWS KMS, S3 SSE, RDS encryption, or EBS encryption. In transit: Use TLS/HTTPS, VPN, AWS PrivateLink, and enforce secure protocols. Store encryption keys in AWS Secrets Manager or Parameter Store; rotate regularly.
When would you choose Amazon S3 Transfer Acceleration versus AWS DataSync versus AWS Snowball?
S3 Transfer Acceleration: Fast uploads over public internet for individual files. DataSync: Automated, scheduled data transfers between on-premises and AWS. Snowball: Large-scale data migration (PB) offline. Choose based on data volume, timeline, and bandwidth constraints.
How do you design a highly available architecture across multiple AWS Regions?
Use Route 53 with health checks and failover/geolocation routing to direct traffic to healthy Regions. Replicate data across Regions (RDS read replicas, S3 replication, DynamoDB global tables). Deploy in multiple AZs per Region. Use CloudFront for content delivery.
What is the optimal way to implement least privilege access in IAM?
Create customer-managed policies with specific actions and resources (not wildcards). Use IAM roles instead of long-term access keys. Apply resource-based policies. Enable MFA for sensitive operations. Regularly audit with IAM Access Analyzer. Use service control policies (SCPs) for organization-wide guardrails.
How should you architect a cost-optimized solution for variable workloads?
Use Reserved Instances/Savings Plans for baseline capacity (committed discount). Use On-Demand/Spot Instances for variable load. Implement auto-scaling to match demand. Leverage Compute Optimizer for right-sizing. Monitor with Cost Explorer and set budgets/alerts. Choose cheaper Regions when applicable.
When designing a global application, how do you handle data consistency and latency requirements?
For strong consistency: Use single-Region databases with read replicas (acceptable latency). For eventual consistency: Use multi-Region DynamoDB global tables or S3 cross-Region replication. Use CloudFront/edge caching for read-heavy content. Consider trade-offs between consistency, availability, and partition tolerance (CAP theorem).
Make your own AWS Solutions Architect study set
Flashcards for related topics
Studying AWS Solutions Architect to build with AI? MindloomHQ turns it into real skills — structured courses, agent projects, and certificates.
Explore MindloomHQ →