Bird
0
0

Why is API Gateway considered a critical component for implementing security best practices in cloud APIs?

hard📝 Conceptual Q10 of 15
AWS - API Gateway
Why is API Gateway considered a critical component for implementing security best practices in cloud APIs?
ABecause it centralizes authentication, authorization, and throttling policies.
BBecause it stores user passwords securely.
CBecause it automatically encrypts backend databases.
DBecause it replaces the need for SSL/TLS certificates.
Step-by-Step Solution
Solution:
  1. Step 1: Identify security features of API Gateway

    API Gateway manages authentication (who can access), authorization (what they can do), and throttling (how much they can use).
  2. Step 2: Understand why centralization matters

    Centralizing these policies simplifies security management and reduces risks across multiple services.
  3. Final Answer:

    Because it centralizes authentication, authorization, and throttling policies. -> Option A
  4. Quick Check:

    API Gateway centralizes security controls [OK]
Quick Trick: Centralize security policies with API Gateway [OK]
Common Mistakes:
  • Thinking API Gateway stores passwords
  • Assuming it encrypts databases
  • Believing it replaces SSL/TLS

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes