AWS - Architecture Best PracticesA security group rule is intended to allow HTTP traffic but is not working. What is a common error to check?AThe rule is set to deny instead of allowBThe security group is attached to the wrong VPCCThe rule uses the wrong port numberDThe instance is stoppedCheck Answer
Step-by-Step SolutionSolution:Step 1: Review security group rules for HTTPHTTP uses port 80; incorrect port blocks traffic.Step 2: Identify common misconfigurationUsing wrong port number is a frequent cause of failure.Final Answer:The rule uses the wrong port number -> Option CQuick Check:Security group HTTP rule = Correct port 80 [OK]Quick Trick: Check port numbers carefully in security rules [OK]Common Mistakes:Confusing deny with allow rulesIgnoring instance state
Master "Architecture Best Practices" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Advanced Security - AWS WAF for web application firewall - Quiz 10hard Advanced Security - AWS Shield for DDoS protection - Quiz 7medium Advanced Security - KMS for key management - Quiz 10hard Architecture Best Practices - Performance efficiency pillar - Quiz 9hard CloudFormation - Resources section - Quiz 14medium Cost Optimization - Spot Instances for cost savings - Quiz 7medium Cost Optimization - Right-sizing resources - Quiz 3easy EKS - Node groups (managed, self-managed, Fargate) - Quiz 1easy EKS - Why managed Kubernetes matters - Quiz 15hard Route 53 - Route 53 with ELB integration - Quiz 4medium