Reputation: 2855
Is AWS Identity and Access Management uses REST or SOAP API?
They are saying the API as IAM API
Thanks
Upvotes: 0
Views: 264
Reputation: 1614
AWS IAM can be accessed using either Rest or Soap. To authenticate to rest you use the AWS Access and Secret access keys, and for Soap you use the x509 credentials. You can find the x509 credentials in the management console for the root user.
Upvotes: 1