https://github.com/in4it/parameterstore-backup
Python script to take a backup of the AWS parameter store
https://github.com/in4it/parameterstore-backup
aws boto3 ecs python
Last synced: 5 months ago
JSON representation
Python script to take a backup of the AWS parameter store
- Host: GitHub
- URL: https://github.com/in4it/parameterstore-backup
- Owner: in4it
- License: apache-2.0
- Created: 2017-11-20T07:33:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T09:44:41.000Z (over 8 years ago)
- Last Synced: 2023-03-06T18:06:47.075Z (over 3 years ago)
- Topics: aws, boto3, ecs, python
- Language: Python
- Size: 5.86 KB
- Stars: 19
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parameterstore-backup
Python script to backup the AWS parameter store in S3.
## Configuration
You can set the following environment variables:
* S3\_BUCKET: name of S3 bucket to backup to
* AWS\_REGION: AWS Region of the S3 bucket
* ENCRYPTION\_KEY\_ARN: Encryption key (ARN of KMS) to use to create the backup
# Deployment
This script can be deployed as a scheduled container in AWS ECS. See examples/iam.json for an example IAM task role.
## License
Copyright 2017 in4it BVBA
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.