Coder Social home page Coder Social logo

awsidentitysight's Introduction

AWS Indentity Sight

This tools is designed to generate an HTML report of IAM Identity Center.

Currently we are just supporting account assignments. It retrieves information about account assignments from AWS Identity Center, including account IDs, account names, SSO instance names, object types (user or group), object names (usernames or group names), and permission sets assigned to each account. The report is saved as an HTML file for easy viewing.

Releases Author
Changelog David Krohn
Linkedin - Blog

Prerequisites

Python 3.x installed on your system. AWS CLI configured with necessary permissions to access AWS SSO and Identity Store services.

Usage

  1. Clone or download the script sso_account_assignments_html_report.py to your local machine.
  2. Install the required Python libraries by running the following command:
pip install boto3
  1. Open the script in a text editor and configure the AWS CLI credentials if they are not already configured on your system.
  2. Run the script using the following command:
python sso_account_assignments_html_report.py
  1. The script will generate an HTML report named sso_report_Account_Assignments_TIMESTAMP.html, where TIMESTAMP is the current date and time.

Output

The generated HTML report contains a table with the following columns:

  • AccountID: The AWS account ID.
  • AccountName: The name of the AWS account.
  • SSOInstanceName: The name of the AWS SSO instance.
  • ObjectType: The type of object (USER or GROUP).
  • ObjectName: The name of the user or group.
  • PermissionSet: The permission set assigned to the user or group.

awsidentitysight's People

Contributors

daknhh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

lordz-md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.