Skip to content

A Terraform module to create AWS resources which are used to automatically take backup of all the parameters residing on AWS SSM Parameter Store in JSON format and store it on AWS S3 bucket using AWS Lambda function based on Python. It is executed daily via AWS CloudWatch or AWS EventBridge.

License

Notifications You must be signed in to change notification settings

abdullahkhawer/terraform-aws-ssm-parameter-store-backup

Repository files navigation

terraform-aws-ssm-parameter-store-backup

Introduction

A Terraform module to create AWS resources which are used to automatically take backup of all the parameters residing on AWS SSM Parameter Store in JSON format and store it on AWS S3 bucket using AWS Lambda function based on Python. It is executed daily via AWS CloudWatch or AWS EventBridge.

Requirements

Name Version
terraform >= 0.14
aws >= 3.0, < 5.0.0

Providers

Name Version
aws >= 3.0, < 5.0.0

Inputs

Name Description Type Default Required
aws_region AWS region string "" Yes
namespace Namespace / Project Name string "" Yes
environment Environment Name string "" Yes

About

A Terraform module to create AWS resources which are used to automatically take backup of all the parameters residing on AWS SSM Parameter Store in JSON format and store it on AWS S3 bucket using AWS Lambda function based on Python. It is executed daily via AWS CloudWatch or AWS EventBridge.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published