DEV Community

Discussion on: How to setup a basic VPC with EC2 and RDS using Terraform

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

There's another option, using Secrets Manager. See this article how that's done.
github.com/aws-samples/aws-serverl...

In terms of security, I'd rate it:
1) IAM
2) Secrets Manager
3) Terraform state storage on encrypted S3
4) Input at Terraform deployment