This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python | |
# AUTHOR: github.com/asaf400 | |
# This script is meant to be used as a backup, restore and convertion tool for AWS SSO (Identity Store & Identity Center) | |
# Currently AWS does not provide any way to backup the following resources: | |
# Users & Groups in the Identity Store API, | |
# The Principal Assignment with an AWS Account and PermissionSet in the SSO Admin API | |
# The Permissions sets and their inline policies | |
# hench I created this script which allows for a backup in a relatively Human Readble JSON format | |
# it is able to backup to: |
OlderNewer