ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 391 - SAA-C03 discussion

Report
Export

A company has deployed a Java Spring Boot application as a pod that runs on Amazon Elastic Kubernetes Service (Amazon EKS) in private subnets. The application needs to write data to an Amazon DynamoDB table. A solutions architect must ensure that the application can interact with the DynamoDB table without exposing traffic to the internet. Which combination of steps should the solutions architect take to accomplish this goal? (Choose two.)

A.
Attach an IAM role that has sufficient privileges to the EKS pod.
Answers
A.
Attach an IAM role that has sufficient privileges to the EKS pod.
B.
Attach an IAM user that has sufficient privileges to the EKS pod.
Answers
B.
Attach an IAM user that has sufficient privileges to the EKS pod.
C.
Allow outbound connectivity to the DynamoDB table through the private subnets’ network ACLs.
Answers
C.
Allow outbound connectivity to the DynamoDB table through the private subnets’ network ACLs.
D.
Create a VPC endpoint for DynamoDB.
Answers
D.
Create a VPC endpoint for DynamoDB.
E.
Embed the access keys in the Java Spring Boot code.
Answers
E.
Embed the access keys in the Java Spring Boot code.
Suggested answer: A, D

Explanation:

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpointsdynamodb.html

https://aws.amazon.com/about-aws/whats-new/2019/09/amazon-eks-adds-support-to-assign-iampermissions-to-kubernetes-service-accounts/

asked 16/09/2024
Rocco Cristofaro
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first