Bird
0
0

What is the best way to grant temporary access to AWS resources?

easy📝 Conceptual Q2 of 15
AWS - Identity and Access Management
What is the best way to grant temporary access to AWS resources?
ACreate a new IAM user with permanent credentials
BUse the same credentials for all users
CShare root account credentials
DUse IAM roles with temporary security credentials
Step-by-Step Solution
Solution:
  1. Step 1: Identify temporary access methods

    IAM roles provide temporary credentials that expire, improving security.
  2. Step 2: Avoid permanent or shared credentials

    Permanent credentials or sharing root credentials increase risk and reduce control.
  3. Final Answer:

    Use IAM roles with temporary security credentials -> Option D
  4. Quick Check:

    Temporary access = D [OK]
Quick Trick: Use roles for temporary access, not permanent users [OK]
Common Mistakes:
MISTAKES
  • Creating permanent users for short tasks
  • Sharing root credentials
  • Ignoring role-based access

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes