zoukankan      html  css  js  c++  java
  • [AWS

    AWS STS - Security Token Service

    • Allows to grant limited and temporary access to AWS resource (up to 1 hour)
    • AssumeRole: Assume roles within your account or cross account
    • GetSessionToken: for MFA, from a user or AWS account root user
    • DecodeAuthorizationMessage: decode error message when an AWS API is denied
    • AssumeRoleWithSAML: return credentials for users logged with SAML
    • GetRederationToken: obtaini temporary creds for a federated user
    • GetCallerIdentity: return details about the IAM user or role userd in the API called

    STS with MFA

    • User GetSessionToken from STS
    • Appropriate IAM policy using IAM conditions
    • aws:MultiFactorAuthPresent: true
    • Reminder, GetSessionToken
    • return:
      • AccessID
      • Secrect Key
      • SessionToken
      • Expiration date

    IAM Policies & S3 Bucket Policies

    • IAM Policies are attached to user, roles, groups
    • S3 Bukcet Policies are attached to bucekts
    • When evaluating if an IAM Principal can perform an operation X on a bucket, the union of its assigned IAM policeis and S3 bucket policies will be evaluated

  • 相关阅读:
    esp32-智能语音-mp3(sdcard)
    esp32-智能语音-ADF_PATH
    esp32-智能语音-wifi
    esp32-智能语音-led驱动
    esp32-智能语音-设计硬件问题
    技小新学习
    TVS管和ESD管
    电源IC
    天线2.4G阻抗匹配设计
    AD16建立集成库
  • 原文地址:https://www.cnblogs.com/Answer1215/p/14879513.html
Copyright © 2011-2022 走看看