Questions tagged [aws-transfer-family]
35 questions
0
votes
1 answer
Which SSL certificate should I get for AWS Transfer Family with AS2 HTTPS endpoints?
Hello Stack Overflow community,
I've recently started using AWS Transfer Family with AS2, which is a new feature. According to the documentation, when sending AS2 messages or asynchronous MDNs to a trading partner's HTTPS endpoint, I must use a…

ShinyHero
- 73
- 1
- 6
0
votes
1 answer
AWS Lambda is nerver called for authenticaion in AWS Transfer Family
I'm trying to set-up AWS transfer family with a AWS lambda function as a custom identity provider. Unfortunately the lambda is nerver called. Every time I call identity provicer testing I get:
{
"Response": "{}",
"StatusCode": 403,
…

BetaRide
- 16,207
- 29
- 99
- 177
0
votes
0 answers
How to get AWS Transfer Family (VPC hosted) endpoint DNS entries?
I am deploying an AWS Transfer Family server with CloudFormation Stack. When the server is created with the VPC hosted option an endpoint is created with DNS entries. The problem is those DNS entries are not stable and contain some unique parts in…

Dmitry
- 353
- 2
- 8
0
votes
1 answer
AWS Transfer or S3 VPC Interface EndPoint
I have a requirement to SFTP ".csv" files from corporate on-premise linux box to S3 bucket.
The Current Setup is as follows:
The on-premise linux box is NOT connected to internet.
Corporate Network is connected with AWS with Direct Connect.
There…

Arunava
- 19
- 4
0
votes
1 answer
How to allow access to EFS from SFTP using lambda as Identity Provider?
I'm trying to build an SFTP server for an EFS that uses a lambda function to check username and password provided against a Secret in AWS.
I followed this article but changed it a bit, I'm not using an API Gateway, I use the lambda function directly…

Hicham Zouarhi
- 1,030
- 1
- 18
- 28
0
votes
1 answer
Is it possible to set a custom hostname while creating SFTP server through AWS CDK?
I would like to setup a simple SFTP server using AWS Transfer Family.
I use AWS CDK (typescript) to set it up.
I would like to use Custom Hostname (Route53 sub-domain) while creating SFTP server.
I tried following options...
Adding tags from CDK…

Yogesh Manware
- 1,843
- 1
- 22
- 25
0
votes
0 answers
AWS Transfer Family uploads files to S3 with max file size limit
I created a AWS Transfer Family sftp server to upload files to S3. Our users will use Sftp clients to connect AWS Transfer Family and upload files. All uploaded files will be in a S3 bucket associated with the AWS Transfer Family server.
My question…

Eric
- 1,031
- 4
- 14
- 29
0
votes
0 answers
AWS File Transfer Family Server and IAM role setup
We have setup AWS file transfer server with AWS directory service (connected to Microsoft AD) authentication. As per use case, once user login to sftp, user should be able to see two directory within their own folder. {username}/folder1…

snowcoder
- 481
- 1
- 9
- 23
0
votes
1 answer
AWS SFTP Transfer Family - Session policies
I have setup a AWS SFTP server with custom api gateway identity provider. The user is created as SFTP/username in secrets manager with following key, value pairs -
Password:
Role: // roleARN policy is as…

Prashant2329
- 327
- 3
- 7
- 21
0
votes
2 answers
Terraform: How to obtain VPCE service name when it was dynamically created
I am trying to obtain (via terraform) the dns name of a dynamically created VPCE endpoint using a data resource but the problem I am facing is the service name is not known until resources have been created. See notes below.
Is there any way of…

Eric Pang
- 11
- 4
0
votes
1 answer
specify serverId in cloud watch alarms
I am trying to create an alarm for aws transfer family sever's BytesIn metric. If I click on the alarm button near the metric's name:
I am led to the alarm creation page where the namespace, metric name and server id are already specified. However,…

x89
- 2,798
- 5
- 46
- 110
0
votes
0 answers
AWS SFTP with custom identity providers, but the template doesn't work
I want to create a sftp server that the user and access with BOTH username/password and ssh token.
I am following this tutorial to create a customized identity…

K.C.
- 41
- 1
- 5
0
votes
0 answers
Enable Internet Facing FTP Server in AWS Transfer Family, using Network Load Balancer
Can anyone please lead me to aws docs or any other resource, that would help me with the steps to create an "internet" facing FTP server through AWS transfer family? I have learnt that the internal facing VPC should be associated with a network load…

Underflow_1804
- 3
- 2
0
votes
2 answers
Are incoming files via AWS Transfer Family into S3 taggable?
At the moment I am facing a problem, that I can't determine if a file was PUT via the AWS Transfer Family or via the S3 GUI.
Is there any change to default tag files which are PUT on S3 via AWS Transfer Family?
Regards
Ribase

Sebastian Thadewald
- 111
- 1
- 5
0
votes
1 answer
Error calling AssociateAddress- AWS Transfer family
I have tried to create AWS Transfer family in VPC public subnet from console. It failed with below error
"Error calling AssociateAddress: You are not authorized to perform this operation". Decoded the message to find that missing it missing…

sam
- 1