You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
built an api or service in go that can get all the accounts in my companies aws account(s)
how i would like to accomplish this:
using aws go sdk v2
Current implementation:
i know how to write the code to accomplish my goal on my local machine to grab all the accounts because it will use my user access and the SSO to get the account info
Current issues:
i am not understanding how to implement a way to let the code know where to go and I am confused as to how to get the code to point to my org. I know if i run the code it will grab my credentials and login to the SAML/SSO url, but i do not know how to do this from an api/service within aws via a service running on EC2, a k8s service or a lambda.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all. Thanks in advance for any help on this.
What i want to accomplish:
how i would like to accomplish this:
Current implementation:
Current issues:
code that i have tried/used:
what am i missing?
Beta Was this translation helpful? Give feedback.
All reactions