Topic 1 Question 465
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?
Configure the application in Account B to use credentials for an IAM user in AccountA that has access to the parameters.
Create an assumable IAM role in Account A. Grant the role the permission to access the parameters.
Configure cross-account resource sharing for the parameters by using AWS Resource Access Manager (AWS RAM).
Write a script that stores the parameter values in a private Amazon S3 bucket that both accounts can access.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: 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.
👍 2ShakthiGCP2024/12/12
シャッフルモード