What it is: The difference between Kubernetes RBAC and AWS IAM permissions.
What it’s for:
RBAC (role-based access control in Kubernetes) controls:
IAM controls:
Access to AWS APIs (S3, DynamoDB, KMS, etc.)
Example: can a workload call `s3:GetObject` or `dynamodb:Query`?
Key exam takeaway:
Hard words (English + IPA + Vietnamese meaning):
*RBAC* /ˌɑːr biː eɪ ˈsiː/: kiểm soát truy cập theo vai trò (Kubernetes)
*restrict* /rɪˈstrɪkt/: giới hạn
*workload* /ˈwɝːkloʊd/: workload (khối chạy)