0

I have a blank LDAP account and want to import all the IAM user accounts to LDAP and keep the LDAP in sync with IAM (not the other way around using federation). Is this possible? I need a LDIF file with IAM username and passwords to import into LDAP. Or a csv file?? If there is way to do this using awscli I can write a sync script. Or this is possible using aws directory services? Please advise.

Thanks!!

1 Answers1

0

There is no API call that can extract passwords from IAM User objects.

You would need to use an external authentication method and then use Federation to give them access to AWS.

John Rotenstein
  • 821
  • 6
  • 16