Q: 11
A company is building a data stream processing application. The application runs in an Amazon
Elastic Kubernetes Service (Amazon EKS) cluster. The application stores processed data in an Amazon
DynamoDB table.
The company needs the application containers in the EKS cluster to have secure access to the
DynamoDB table. The company does not want to embed AWS credentials in the containers.
Which solution will meet these requirements?
Options
Discussion
B is correct here. IRSA lets your EKS pods assume IAM roles without hardcoding credentials, which is way more secure than passing keys around. Nice clear scenario, seen similar ones in practice tests!
Be respectful. No spam.