Total WebSite Views Count

AWS Identity & Access Management

Identity & Access Management

  • IAM is universal.
  • Root account has complete admin access.
  • New users have no permissions by default.
  • New users are assigned Access Keys and Secret Access Keys.
  • You have to create passwords for new users.
  • You can use Access Key and Secret Access Key to communicate wth AWS via console and SDKs.
  • You can create password rotation policies.

Groups

A way to group users and roles and apply Polices.

Roles

All roles are global.

Security Token Service

Grants users limited and temporary access to AWS resources. User can from three sources:
  • Federation
    • Uses Security Assertion Markup Language (SAML)
    • Active directory credentials
  • Federation with mobile apps
  • Cross Account Access
  • Identity Store (Facebook)
  • Identity Broker (join Identity from point A to point B)
A call to Security Token Service federation actions returns:
  1. Access Key
  2. Secret Access Key
  3. Token
  4. Expiration
Avoid storing credentials locally.

Policies

Docs that define permissions in JSON. Key-Values Documents
{
  "Version": 2018-10-17,
  "Statement":
  [
    {
      "Effect": "Allow",
      "Action": "*",
      "Resource": "*"
    }
  ]

}

AWS Services

AWS Services

Technology Selection & Evaluation Criteria

Technology Selection & Evaluation Criteria

Scale Cube - Scale In X Y Z Cube

Scale Cube - Scale In X Y Z Cube

Feature Post

AWS Services

About Me

About Me

Spring Cloud

Spring Cloud
Spring Cloud

Spring Cloud +mCloud Native + Big Data Archittect

Spring Cloud +mCloud Native + Big Data Archittect

ACID Transaction

ACID Transaction

Data Pipe Line Stack

Data Pipe Line Stack

Popular Posts