exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 465 discussion

A company’s AWS accounts are in an organization in AWS Organizations. An application in Account A uses environment variables that are stored as parameters in AWS Systems Manager Parameter Store. A developer is creating a new application in Account B that needs to use the same environment variables.

The application in Account B needs access to the parameters in Account A without duplicating the parameters into Account B.

Which solution will meet these requirements with the LEAST operational overhead?

  • A. Configure the application in Account B to use credentials for an IAM user in AccountA that has access to the parameters.
  • B. Create an assumable IAM role in Account A. Grant the role the permission to access the parameters.
  • C. Configure cross-account resource sharing for the parameters by using AWS Resource Access Manager (AWS RAM).
  • D. Write a script that stores the parameter values in a private Amazon S3 bucket that both accounts can access.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AlmeroSenior
3 weeks ago
Selected Answer: B
Its B , Ram not supported for SSMParams AWS RAM: As of now, AWS Systems Manager Parameter Store is not a supported resource type for AWS Resource Access Manager (RAM), so this option is not feasible.
upvoted 1 times
AlmeroSenior
1 week, 4 days ago
Its C , This changed in 2024 as per link below from Shakthi . Question also hints that AWS ORG is used , and ORG is requirement for RAM .
upvoted 2 times
...
...
ShakthiGCP
6 months, 2 weeks ago
Selected Answer: C
https://aws.amazon.com/blogs/mt/introducing-parameter-store-cross-account-sharing/ RAM Share is the easy and best way to share resources across Accounts.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...