A script for creating AWS SSM Parameters in bulk from a CSV file.
Project description
ssm-parameter-generator
This script generates SSM parameters in an AWS account based on the contents of a CSV file. The CSV file should have the following headers:
- Name (string)
- Type ("String" | "StringList" | "SecureString")
- Value (string)
- Description (string)
Usage
To run the script:
- generate-ssm-parameters CSV-FILE-NAME --profile AWS-PROFILE --region AWS-REGION
The script supports the following options:
- profile: specifies the aws profile to use while running the script. Defaults to "default". If no default profile is found, it will try to use the AWS environment variables.
- region: specifies the aws region to use while running the script. Defaults to "us-east-1". # generate-ssm-parameters
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file generate_ssm_parameters-0.1.10.tar.gz.
File metadata
- Download URL: generate_ssm_parameters-0.1.10.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31fa2ccc80d4a0bc5d3c32e1bf6e2d168890a08984ef61c30deed03a107a6083
|
|
| MD5 |
b51b0d75a98ed116b4ba8359f27b7444
|
|
| BLAKE2b-256 |
4536705d35f6725d13b429ee872a90615a9eee978464e12d62fac51107462d21
|
File details
Details for the file generate_ssm_parameters-0.1.10-py3-none-any.whl.
File metadata
- Download URL: generate_ssm_parameters-0.1.10-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22cf190c3b2dbd8ca40b7a88708ab66bf3e465559f62d69baf905a0e6aa5b0ba
|
|
| MD5 |
13d4424f04f60bcf748dfae91983f784
|
|
| BLAKE2b-256 |
f73a17e6b12d2832a885b94c643ba7e21848eb1359faea12ede10541e8baaa76
|