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?

gefragt vor einem Jahr227 Aufrufe
1 Antwort
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-TECHNIKER
Sania_K
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen