aws_iam_client

Crates.ioaws_iam_client
lib.rsaws_iam_client
version0.2.0
sourcesrc
created_at2023-12-09 07:07:15.222838
updated_at2023-12-19 04:44:43.387338
descriptionA user-friendly tool designed for seamless interaction with AWS Identity and Access Management (IAM) services, offering enhanced functionality and expanded options
homepagehttps://sanjeevi.hashnode.dev/if-youre-an-aws-administrator-or-a-power-user-make-sure-to-incorporate-this-invaluable-tool-into-your-toolkit
repositoryhttps://github.com/Sanjuvi/aws_iam_client_cli
max_upload_size
id1063505
size497,189
Sanjeevi (Sanjuvi)

documentation

README

aws_iam_client

An intuitive command-line interface (CLI) for managing IAM operations on AWS

This IAM REST API is not fully comprehensible

Supported Operations

CreateRole

AttachRolePolicy

PutRolePolicy

GetRole

CreateUser

CreateAccessKey

CreateLoginProfile

DeleteLoginProfile

ChangePassword

UpdateAccessKey

PutUserPolicy

AttachUserPolicy

GetUser

ListUsers

ListUserPolicies

ListAttachedUserPolicies

DeleteAccessKey

DeleteUserPolicy

DetachUserPolicy

CreateGroup

AddUserToGroup

RemoveUserFromGroup

GetGroup

ListGroups

PutGroupPolicy

AttachGroupPolicy

ListGroupPolicies

ListAttachedGroupPolicies

DeleteGroupPolicy

DetachGroupPolicy

DeleteGroup

GenerateCredentialReport

GetCredentialReport

GetAccountAuthorizationDetails

GetAccountSummary

Some Utility Options:

GetCallerIdentity

Retrieve IAM Users

Obtain the Policy Name and ARN for an IAM User

Retrieve Group Names

Get Users within a Group

Retrieve the Policy Name and ARN for a Group

Usage:

Documentation and How to Get started

Commit count: 10

cargo fmt