Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Amazon AWS IAM をウェブサイトでのユーザー ログインに使用できますか?
いいえ。IAM ユーザーは、ポリシーで定義された AWS インフラストラクチャにアクセス/制御するためのものです。
OpenID や OAuth などの Web 認証とはまったく関係ありません。
この目的で AWS IAM を使用することはできません。
代わりに AWS Cognito を使用できます。