All Projects → in4it → parameterstore-backup

in4it / parameterstore-backup

Licence: Apache-2.0 license
Python script to take a backup of the AWS parameter store

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to parameterstore-backup

Terraform Aws Ecs Container Definition
Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
Stars: ✭ 217 (+1042.11%)
Mutual labels:  ecs
Empire
A PaaS built on top of Amazon EC2 Container Service (ECS)
Stars: ✭ 2,660 (+13900%)
Mutual labels:  ecs
HexMapMadeInUnity2019ECS
Auto Create Map System Made with Unity 2019 ECS
Stars: ✭ 54 (+184.21%)
Mutual labels:  ecs
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (+1105.26%)
Mutual labels:  ecs
Ecspresso
ecspresso is a deployment tool for Amazon ECS
Stars: ✭ 242 (+1173.68%)
Mutual labels:  ecs
Hako
Deploy Docker container
Stars: ✭ 248 (+1205.26%)
Mutual labels:  ecs
Egocs
EgoCS: An Entity (GameObject) Component System framework for Unity3D
Stars: ✭ 211 (+1010.53%)
Mutual labels:  ecs
aws-serverless-nextcloud
moved - https://github.com/f7o/aws-serverless-nextcloud
Stars: ✭ 78 (+310.53%)
Mutual labels:  ecs
Ecs Nginx Reverse Proxy
Reference architecture for deploying Nginx on ECS, both as a basic static resource server, and as a reverse proxy in front of a dynamic application server.
Stars: ✭ 245 (+1189.47%)
Mutual labels:  ecs
SpaceWar-ECS
A space war game made with ECS and JobSystem in Unity.
Stars: ✭ 26 (+36.84%)
Mutual labels:  ecs
Reeseunitydemos
Unity packages and demos—emphasizing ECS, jobs and the Burst compiler—by me, Reese.
Stars: ✭ 232 (+1121.05%)
Mutual labels:  ecs
Retail Demo Store
AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
Stars: ✭ 238 (+1152.63%)
Mutual labels:  ecs
Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (+1194.74%)
Mutual labels:  ecs
Froggy
Component Graph System experiment
Stars: ✭ 219 (+1052.63%)
Mutual labels:  ecs
s3bundler
ARCHIVED - see https://aws.amazon.com/about-aws/whats-new/2019/04/Amazon-S3-Introduces-S3-Batch-Operations-for-Object-Management/ Amazon S3 Bundler downloads billions of small S3 objects, bundles them into archives, and uploads them back into S3.
Stars: ✭ 26 (+36.84%)
Mutual labels:  ecs
Awsssmchaosrunner
Amazon's light-weight library for chaos engineering on AWS. It can be used for EC2, ECS (with EC2 launch type) and Fargate.
Stars: ✭ 214 (+1026.32%)
Mutual labels:  ecs
Microservices Demo
Deployment scripts & config for Sock Shop
Stars: ✭ 2,939 (+15368.42%)
Mutual labels:  ecs
Entia
Entia is a free, open-source, data-oriented, highly performant, parallelizable and extensible Entity-Component-System (ECS) framework written in C# especially for game development.
Stars: ✭ 28 (+47.37%)
Mutual labels:  ecs
examples
Examples to demonstrate how to use PipeCD
Stars: ✭ 21 (+10.53%)
Mutual labels:  ecs
amazon-ecs
With Laravel, search and lookup Amazon products easily.
Stars: ✭ 52 (+173.68%)
Mutual labels:  ecs

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].