hackoregon / civic-devops

Master collection point for issues, procedures, and code to manage the HackOregon Civic platform
MIT License
11 stars 4 forks source link

Script to enable bulk import of AWS SSM parameters #251

Closed MikeTheCanuck closed 5 years ago

MikeTheCanuck commented 5 years ago

Imports an arbitrary set of SSM parameters into AWS Parameter Store, both String and SecureString parameters. Does not overwrite existing SSM parameters.

Prerequisites

Required Inputs

CSV file requirements

File must contain a header row with four columns (in any order):

Script expects comma delimiter by default, but can be trivially changed by modifying the delimiter_character variable.