Releases: cloudposse/terraform-aws-transfer-sftp
Releases · cloudposse/terraform-aws-transfer-sftp
v0.5.0
Partition and restrict S3 paths across SFTP users @bradj (#9)
what
- SFTP users should have their own folder in S3 bucket
- SFTP users should not be able to move outside of their home directory
- Each SFTP user gets their own IAM role and policy which only gives access to their S3 home directory
why
- Easily distinguish who uploaded what
- More security; prevents users from peering into what others have uploaded
references
v0.4.0
v0.3.1
v0.3.0
v0.2.0
v0.1.0 Initial implementation
what
- Initial implementation of
terraform-aws-transfer-sftp
module
why
Terraform module to provision:
- AWS Transfer Family Server with SFTP
- SFTP users via public key
- VPC only endpoint or Public endpoint
- Route53 CNAME
- CloudWatch logging enabled to log connections and requests