parent | title | nav_exclude |
---|---|---|
Infrastructure Catalog |
AWS SFTP |
false |
source = "git::https://github.com/slalom-ggp/dataops-infra/tree/main/catalog/aws/sftp?ref=main"
Automates the management of the AWS Transfer Service, which provides an SFTP interface on top of existing S3 storage resources.
- Designed to be used in combination with the
aws/data-lake
andaws/sftp-users
modules.
No requirements.
The following providers are used by this module:
- aws
The following input variables are required:
Description: Standard name_prefix
module input. (Prefix counts towards 64-character max length for certain resource types.)
Type: string
Description: Standard environment
module input.
Type:
object({
vpc_id = string
aws_region = string
public_subnets = list(string)
private_subnets = list(string)
})
Description: Standard resource_tags
module input.
Type: map(string)
No optional input.
The following outputs are exported:
Description: The ARN of the Transfer Server.
Description: The ARN of the Transfer Server.
Description: The endpoint used to connect to the SFTP server. E.g. s-12345678.server.transfer.REGION.amazonaws.com
Description: The message-digest algorithm (MD5) hash of the server's host key.
Description: Connection information for the SFTP server.
Source code for this module is available using the links below.
NOTE: This documentation was auto-generated using
terraform-docs
and s-infra
from slalom.dataops
.
Please do not attempt to manually update this file.