Skip to main content

IAM INTRODUCATION

            IAM ( Identity Access Management )

               AWS LOCAL USER 

               1: Full Privileges    

               2: Partial Privileges

         -------------------------------------

          Organization : Project : RDS 

                       ----------------

                        Team : 4-5 Emp

                       ---------------

 5 AWS ACCOUNT : 5 Diff Billing : 5 Region : Network : issue ......

 ------------------------------------------------------------------

   IAM --> No need to create 5 Diff Account 

       --> 5 Different User in IAM ---> user/Password/Policy

       --> Centralized Billing/Centralized N/W/ ...............

 ------------------------------------------------------------------

 IAM USER : Account Type

        1: AWS Programmatic Access : Access Key / secret Access key

        2: AWS Management Console  : GUI WEB ACCESS ...............

 ------------------------------------------------------------------

 Account Policy : TOTAL Policy -->[595] --> Default Policy

 ------------------------------------------------------------------

   











 









Comments

Popular posts from this blog

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure