Scenarios for AWS Solutions Architect Associate Certification

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
Scenarios for AWS Solutions Architect Associate Certification
I'm using this guide to prepare for the AWS Solutions Architect Associate certification. It covers common scenarios to help me understand which AWS services to use for different needs. By learning these, I’ll be better prepared to design secure and efficient solutions for the exam.
Compute
Run applications with minimal administration?
Think AWS Lambda.Need virtual servers in the cloud?
Think Amazon EC2.Automatically adjust compute capacity to match demand?
Think Auto Scaling.Run containerized applications?
Think Amazon ECS/EKS (Elastic Container Service / Elastic Kubernetes Service).Simplify container orchestration without managing servers?
Think AWS Fargate.
Storage
Store files and access them globally?
Think Amazon S3.Store infrequently accessed data but still need millisecond retrieval?
Think S3 Standard-IA.Archive data at the lowest cost?
Think S3 Glacier or Glacier Deep Archive.Shared file storage for EC2 instances?
Think Amazon EFS (Elastic File System).Block storage for EC2 instances?
Think Amazon EBS (Elastic Block Store).Transfer large datasets to AWS physically?
Think AWS Snowball.
Databases
Managed relational database?
Think Amazon RDS.NoSQL key-value database?
Think Amazon DynamoDB.Low-latency caching layer for databases?
Think Amazon ElastiCache.Petabyte-scale data warehouse?
Think Amazon Redshift.Migrate databases with minimal downtime?
Think AWS Database Migration Service (DMS).
Networking
Distribute traffic across multiple Availability Zones?
Think Elastic Load Balancer (ELB).Deliver content with low latency worldwide?
Think Amazon CloudFront.Privately connect services across VPCs?
Think VPC Peering or AWS PrivateLink.Allow private subnet instances to access the internet?
Think NAT Gateway.Securely connect your on-premises data center to AWS?
Think AWS VPN or AWS Direct Connect.Create isolated sections of your AWS environment for security?
Think VPC (Virtual Private Cloud).Host internal applications with a private DNS?
Think Amazon Route 53 (Private Hosted Zones).Automatically assign public IP addresses to resources?
Think Elastic IP.Extend private IP address space to handle more resources?
Think VPC CIDR Blocks.Secure traffic between services with encrypted endpoints?
Think AWS PrivateLink.Inspect and filter network traffic to secure your VPC?
Think Network Access Control Lists (NACLs) or Security Groups.Monitor and analyze network traffic patterns?
Think VPC Flow Logs.Implement high availability for DNS routing?
Think Amazon Route 53 (Health Checks and Failover Routing).Direct user traffic based on latency to endpoints worldwide?
Think Amazon Route 53 Latency Routing.Need a managed firewall solution for web traffic?
Think AWS Network Firewall.Accelerate data transfer between AWS regions?
Think AWS Global Accelerator.Secure your web application from threats?
Think AWS WAF (Web Application Firewall).Monitor and troubleshoot connectivity issues?
Think Reachability Analyzer.Create redundant connections between your data center and AWS?
Think AWS Direct Connect + Direct Connect Gateway.Automatically block malicious traffic at the network layer?
Think AWS Shield Advanced.
Security
Monitor API calls across your AWS account?
Think CloudTrail.Monitor resource health and set alarms?
Think CloudWatch.Automate compliance and security checks?
Think AWS Config.Detect threats and suspicious activity?
Think Amazon GuardDuty.Centralized management of access across multiple accounts?
Think AWS IAM Identity Center (formerly AWS SSO).Protect against DDoS attacks?
Think AWS Shield.Inspect and secure application traffic?
Think AWS WAF (Web Application Firewall).Securely store and retrieve secrets?
Think AWS Secrets Manager.
Migration & Hybrid
Quickly migrate virtual machines?
Think AWS Server Migration Service.Set up a hybrid cloud environment?
Think AWS Outposts.
Analytics
Run big data processing jobs?
Think Amazon EMR (Elastic MapReduce).Real-time data streaming?
Think Amazon Kinesis.Search and analyze log data?
Think Amazon OpenSearch Service (formerly Elasticsearch Service).Managed business intelligence service?
Think Amazon QuickSight.
Cost Management
Analyze and optimize costs?
Think AWS Cost Explorer.Receive alerts when costs exceed thresholds?
Think AWS Budgets.
Machine Learning
Build and train machine learning models?
Think Amazon SageMaker.Translate text into other languages?
Think Amazon Translate.Convert text to speech?
Think Amazon Polly.Extract text and data from documents?
Think Amazon Textract.




