How do I rotate IAM User Credentials | What is IAM key rotation ?

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Learn - How do I rotate IAM user credentials from awscli
    What is IAM key rotation?
    How often should you rotate IAM keys?
    AWS Security Topic
    Automate Key Rotation for IAM Users follow Best Practices
    IAM Access Key Rotation
    How to Manage Auto Rotation of IAM User Access Keys
    Just follow the steps given in the video. Do let me know in comments if you face any problem
    ============================
    #aws
    #iam
    #RotateIAMCredentials
    ==========================
    Learn about the practical implementation of how to rotate user IAM credentials from AWSCLI
    Learn how to:
    • How to configure user from AWSCLI
    • Learn how to create IAM user policy
    • Learn how to create IAM user
    • Attach IAM policy to User
    List Accesskey information from AWSCLI
    aws iam list-access-keys --user-name
    Create Accesskey
    aws iam create-access-key --user-name username
    Update Accesskey from AWSCLI
    aws iam update-access-key --access-key-id accesskey --status Inactive --user-name username
    delete Accesskey from awscli
    aws iam delete-access-key --access-key-id accesskeyhere --user-name username
    ============================
    00:00 - Introduction
    01:55 - Create AWS IAM User
    03:30 - Configure AWS IAM User on local machine with AWS Configure - AWSCLI
    08:34 - Get user access key information from awscli command
    14:03 - Update user access key information from awscli command
    18:10 - Delete access key
    ======================================
    THINGS YOU NEED TO KNOW
    Most Recent Video - • AWS Tutorial - How do ...
    Most Trending Video - • AWS CLI for beginners ...
    ============================================
    Playlists
    Docker Series Playlist - • Docker Playlist for Be...
    AWS Playlist - • AWS Tutorial for Beginner
    AWS Devops Playlist - • Jenkins Tutorial
    AWS Lambda Series - • AWS-Lambda
    ===============================================
    Thanks for watching!
    If you like my content, please subscribe.
    ============================================
    WHO AMI I : I am Vicky Seth, a DEVOPS-AWS-CLOUD Engineer, I use my technical background to make videos about technology that help you to grow.
    Email - trainerdevopsactive@gmail.com

Комментарии • 4

  • @copilotcode1039
    @copilotcode1039 2 года назад +1

    Well done VK. I am your new subscriber.

  • @nanduriharshadsai2078
    @nanduriharshadsai2078 2 года назад +1

    Can you explain ,how automate this process with any lambda function ?

    • @devopstutorial
      @devopstutorial  2 года назад +2

      will create video soon on that, make sure you subscribe for latest video update