S3 Bucket name trough RDS DB identifier name

0

How can i fetch s3 bucket name associated with the given RDS DB identifier name using java code?

  • Hi, could you detail the use cases a little bit more? Which RDS DB type are you using? Which S3 bucket do you want to identify? Why do you want to interact with that bucket?

asked a year ago221 views
1 Answer
0

Hello,

Greetings of the day!! Thank you for contacting AWS.

Unfortunately, there is no direct way to pull out the S3 Bucket name associated with the RDS DB identifier name. However, Its the IAM role that will be associated with the RDS instance and the policy of the IAM role will have the S3 bucket name and permissions. As Code support is beyond scope of AWS Support. I researched on this and on the best effort basis, providing you below documents which can prove to be useful to you.

Code snippet of AWS SDK in Java to get a policy : [+] https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/examples-iam-policies.html#getting-a-policy [+] https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/java/example_code/iam/src/main/java/aws/example/iam/GetPolicy.java

AWS
SUPPORT ENGINEER
Sania_K
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions