AWS Cloud Final Flashcards
(85 cards)
Which AWS service provides DNS routing and supports health checks?
1: Amazon EC2
2:Amazon Route 53
3:AWS IAM
4: Amazon S3
2: Amazon Route 53
Amazon Route 53 offers DNS services with health check capabilities.
Which AWS service lets you define infrastructure as code using YAML or JSON?
1:AWS CloudFormation 2:AWS CodePipeline 3:Amazon RDS
4: Amazon EC2
1:AWS CloudFormation
AWS CloudFormation allows you to manage infrastructure using code templates.
Which load balancer operates at Layer 7 of the OSI model?
1:Network Load Balancer 2:Application Load Balancer
3:Classic Load Balancer 4: Gateway Load Balancer
Application Load Balancer
Application Load Balancer operates at the application layer (Layer 7).
Which service automatically scales EC2 instances based on policies?
1:Amazon EC2 Auto Scaling
2:Amazon CloudWatch 3:AWS Lambda
4:Amazon RDS
1:Amazon EC2 Auto
Amazon EC2 Auto Scaling adjusts capacity based on demand.
Which Amazon database supports read replicas and vertical scaling?
1:Amazon S3
2: Amazon RDS
3: Amazon CloudFront 4: Amazon EBS
2: Amazon RDS
Amazon RDS supports both vertical scaling and read replicas for horizontal scaling.
What AWS service can alert you based on metric thresholds?
1: AWS IAM
2: AWS Lambda
3: Amazon CloudWatch 4: Amazon S3
3: Amazon CloudWatch
Amazon CloudWatch allows alarm-based notifications based on metric thresholds.
What AWS service provides a virtual network in the cloud?
1: Amazon EC2 2:Amazon VPC
3: Amazon Route 53 4:AWS CloudTrail
2:Amazon VPC
Amazon VPC allows you to define a logically isolated section of the AWS cloud.
Which AWS storage option is object-based?
1: Amazon EBS
2: Amazon EFS
3: Amazon S3
4: Amazon RDS
3: Amazon S3
Amazon S3 is an object storage service.
Q: Which service allows routing traffic based on geography?
1. Amazon CloudFront
2. Amazon Route 53
3. AWS Lambda@Edge
4. AWS Global Accelerator
“Answer: 2. Amazon Route 53
Explanation: Amazon Route 53 supports geolocation-based routing.”
“Q: Which AWS service helps monitor API activity across your AWS account?
1. Amazon CloudFront
2. AWS IAM
3. AWS CloudTrail
4. AWS Config”
“Answer: 3. AWS CloudTrail
Explanation: AWS CloudTrail logs all API requests in your AWS environment.”
“Q: You deployed a web app in EC2, but users report the site is unreachable. What’s the first thing to check?
1. DNS records
2. Security group rules
3. Auto Scaling policy
4. CloudFormation template”
“Answer: 2. Security group rules
Explanation: Security groups may not allow HTTP/HTTPS traffic.”
“Q: Your EC2 instance in a public subnet has no internet access. What might be missing?
1. Elastic IP
2. Internet Gateway
3. Security group rule
4. CloudWatch Logs”
“Answer: 2. Internet Gateway
Explanation: A public subnet must be associated with a route table pointing to an Internet Gateway.”
“Q: An application in a private subnet cannot access the internet. What should you add?
1. Elastic Load Balancer
2. Public IP
3. NAT Gateway
4. Auto Scaling Group”
“Answer: 3. NAT Gateway
Explanation: A NAT Gateway enables internet access for private subnets.”
“Q: A CloudWatch alarm isn’t triggering scaling. What could be wrong?
1. IAM permissions
2. Metric namespace
3. S3 bucket policy
4. SNS topic”
“Answer: 2. Metric namespace
Explanation: Incorrect metric namespace will prevent the alarm from evaluating properly.”
“Q: A user can’t SSH into an EC2 instance. Which is the most likely issue?
1. Key pair mismatch
2. Wrong AMI
3. Missing DNS
4. IAM role not attached”
“Answer: 1. Key pair mismatch
Explanation: Without the correct key pair, SSH access is not possible.”
“Q: An EC2 instance can’t connect to an RDS instance. What’s likely missing?
1. Elastic IP
2. Correct route table
3. RDS security group rule
4. Auto Scaling”
“Answer: 3. RDS security group rule
Explanation: The RDS security group must allow access from the EC2 instance’s security group.”
“Q: Your team needs to deploy the same infrastructure repeatedly. Which AWS service helps?
1. Amazon S3
2. AWS CloudFormation
3. Amazon RDS
4. AWS IAM”
“Answer: 2. AWS CloudFormation
Explanation: CloudFormation allows repeatable deployments via code.”
“Q: You want to route 70% of users to version A and 30% to version B. Which policy applies?
1. Failover
2. Simple
3. Weighted
4. Latency”
“Answer: 3. Weighted
Explanation: Weighted routing distributes traffic in a specified ratio.”
“Q: A developer manually changed a CloudFormation-deployed resource. How can you detect this?
1. Change Set
2. CloudWatch Logs
3. Drift Detection
4. Auto Scaling”
“Answer: 3. Drift Detection
Explanation: Drift Detection shows resources that have changed outside the template.”
“Q: Which AWS service helps build and deploy serverless apps using IaC?
1. AWS SAM
2. Amazon ECS
3. AWS Lambda
4. Amazon EC2”
“Answer: 1. AWS SAM
Explanation: AWS SAM is an extension of CloudFormation for serverless apps.”
“Q: Which best practice increases availability in your architecture?
1. Single AZ deployments
2. Manual backups
3. Multi-AZ deployments
4. Using EC2 Spot Instances”
“Answer: 3. Multi-AZ deployments
Explanation: Multi-AZ deployment provides failover capabilities.”
“Q: Which tool lets you preview changes before applying them to a stack?
1. Update Stack
2. Drift Detection
3. Change Sets
4. Stack Policies”
“Answer: 3. Change Sets
Explanation: Change Sets allow previewing proposed stack changes.”
“Q: You need to notify admin teams when CPU usage spikes. What should you use?
1. CloudTrail
2. SNS + CloudWatch Alarm
3. Auto Scaling
4. VPC Flow Logs”
“Answer: 2. SNS + CloudWatch Alarm
Explanation: CloudWatch alarms can trigger notifications via SNS.”
“Q: Which service lets you host static websites with high durability?
1. Amazon RDS
2. Amazon EFS
3. Amazon S3
4. Amazon EC2”
“Answer: 3. Amazon S3
Explanation: Amazon S3 supports static website hosting with 99.999999999% durability.”