https://github.com/adv4000/aws-secrets-sops
Secrets with AWS, SOPS with Terraform
https://github.com/adv4000/aws-secrets-sops
aws secrets sops terraform
Last synced: 3 months ago
JSON representation
Secrets with AWS, SOPS with Terraform
- Host: GitHub
- URL: https://github.com/adv4000/aws-secrets-sops
- Owner: adv4000
- Created: 2025-08-19T04:08:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-09T23:38:59.000Z (7 months ago)
- Last Synced: 2026-03-10T22:02:05.189Z (4 months ago)
- Topics: aws, secrets, sops, terraform
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Secrets in GIT using SOPS, Deploy and use in AWS!
SOPS Encrypt/Decrypt Secret YAML file using AWS KMS Key:
```shell
export SOPS_KMS_ARN="arn:aws:kms:ca-west-1:827611452653:key/064f616f-1a84-4768-a93f"
sops --encrypt -i secrets-sops.yml
sops --decrypt -i secrets-sops.yml
```
DEMOS:
1. Deploy Secrets to SSM Parameter Store and AWS Secrets Manager
2. Use Secrets in AWS Lambda Function using boto3
3. Use Secrets in AWS ECS using Environment Variables/Secrets Reference
4. Use Secrets in AWS EKS using CSI with Pod Identity
### Demos presented on
* AWS Community Day Central Asia 2025 [(Almaty, Kazakhstan)](https://community-day.awsug.kz)
* AWS Communuty Day Vancouver 2025 [(Vancouver, Canada)](https://www.awsday.ca)
Copyleft © by Denis Astahov 2025.