Run AWS administrative scripts.
Project description
Overview
Run AWS administrative scripts. Available scripts are in in the package’s “scripts” directory: https://gitlab.com/fer1035_python/modules/pypi-aws_administrator/-/tree/main/src/aws_administrator/scripts (see each script’s docstring for more information).
Usage
Installation:
pip3 install aws_administrator
# or
python3 -m pip install aws_administrator
Prerequisite steps:
Copy the “parameters/parameters.ini” file: https://gitlab.com/fer1035_python/modules/pypi-aws_administrator/-/blob/main/src/aws_administrator/extras/parameters.ini to your current working directory.
Update the file with the necessary values.
Example (Python shell):
# Get AWS SSO Permission Set details from all accounts in an organization.
from aws_administrator.scripts import aws_sso_get
Note
These scripts arose from the needs of my work to migrate AWS SSO and security details from one organization to another. There’s the long way of doing it, then there’s the easy way (recommended). Both are covered by the scripts.
In the process, I have decided to modularize and release them as a package of reusable functions. The functions are available in the package’s “helpers” directory: https://gitlab.com/fer1035_python/modules/pypi-aws_administrator/-/tree/main/src/aws_administrator/helpers (as with the scripts, see each helper’s docstring for more information). The parameters have also been abstracted so that the scripts themselves can be used with very little customization, if any.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aws_administrator-2.1.0.tar.gz
.
File metadata
- Download URL: aws_administrator-2.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/5.15.154+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28369c05ce5a7fe2784e9e60044bba315149336b297baa819310ddcc7614e2cb |
|
MD5 | 56e74803493db9714023de86fd4159a0 |
|
BLAKE2b-256 | 09c34e1131084db4058beceb6765d56731e0ef1b73ad31ce09ba52c93d74861c |
File details
Details for the file aws_administrator-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: aws_administrator-2.1.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/5.15.154+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a63a46a4e9cf6a07618a46658ba89a954f1fe65c7e371ca7d535da76266f1f92 |
|
MD5 | 394aa5ace83ed8265891b3a03290474c |
|
BLAKE2b-256 | ac9dab9827725545a1c0137c4e8911e0221dd75f58a47ac3d18a544ad672fcbf |