Questions tagged [aws-transfer-family]
35 questions
0
votes
1 answer
How can i connect to AWS transfer Family's SFTP server using diffie-hellman-group1-sha1 algrothm
I am working with hardware devices which supports SFTP protocol for file transfer. for that i have created SFTP server in AWS transfer family.
The issue i am facing is that device does not support any cryptographic algorithm that is supported by AWS…

Mihir Mehta
- 13,743
- 3
- 64
- 88
-1
votes
1 answer
Manage file upload to S3 bucket along with users who uploads the files
Problem statement :
Manage file upload to S3 bucket along with users who uploads the files.
Approach:
By using the AWS Transfer Family, you can centralize and manage file uploads to an S3 bucket securely. We have control over user authentication,…

Ajay
- 176
- 6
-1
votes
1 answer
How do I derive a SHA256 fingerprint from either a public key or MD5 fingerprint?
I received a public key generated by "SAP SuccessFactors" from someone who needs to connect to an SFTP, but in order for me to import the public key, I need to provide a SHA256 fingerprint.
Apparently "SAP SuccessFactors" can only produce an MD5…
-1
votes
2 answers
How to give access to the Client on SFTP server for s3 bucket accessing using key pair on AWS?
We want give access to the client for accessing s3 bucket on AWS by using AWS SFTP server based on the public key authentication, how to give access to the client based on public key authentication, what are the steps we will follow for the same ?
-1
votes
1 answer
Does A AWS Transfer Family API Gateway Identity Provider Need To Use Terraforms `aws_apigatewayv2_api` or ` aws_api_gateway_rest_api`?
I'm looking at the Terraform docks for setting up AWS Transfer Family and I see this example
resource "aws_transfer_server" "example" {
endpoint_type = "VPC"
endpoint_details {
subnet_ids = [aws_subnet.example.id]
vpc_id =…

AlexLordThorsen
- 8,057
- 5
- 48
- 103