0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AWS Security Token Service

Last updated at Posted at 2024-08-12

はじめに

この記事はAWS SAA試験勉強のための、 AWS Security Token Serviceに関する知識のまとめです。

AWS Security Token Serviceとは

AWS Security Token Service(STS)は、AWSリソースへのアクセスを必要とするユーザーやアプリケーションに、一時的なセキュリティ認証情報を提供するサービスです。この認証情報は、最短15分から最長36時間の有効期限が設定されており、期限が切れると自動的に無効化されます。

SAML IDプロバイダーに未対応の企業向け認証基盤を利用してIDフェデレーションを行う場合、IDブローカーを使用してSTSによる一時的なセキュリティ認証情報を利用します。
使用されているADがSAMLと互換性がない場合は、代替手段としてカスタムIDブローカーアプリケーションの開発が必要です。

AssumeRole API

AWS STSの「AssumeRole」APIは、AWS リソースに対する一時的なセキュリティ認証情報を取得するために使用される API です。この API を使用すると、指定された IAM ロールを引き受け、一時的な権限を持つセキュリティ認証情報を取得できます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?