Transfer Family Flashcards
This deck aims to help retain concepts related to the Transfer Family service.
What AWS managed service enables secure file transfers to and from AWS storage services using protocols such as SFTP, FTPS, FTP, and AS2?
AWS Transfer Family
Which AWS storage services are supported by AWS Transfer Family for transferring data?
- Amazon S3
- Amazon EFS
Which protocols are supported by AWS Transfer Family for data transfer?
- File Transfer Protocol (FTP): Unencrypted file transfer
- File Transfer Protocol Secure (FTPS): Encrypted file transfer using TLS
- Secure Shell File Transfer Protocol (SFTP): Encrypted file transfer over SSH
- Applicability Statement 2 (AS2): Structured B2B data transfer
- Browser-based transfers: For user-friendly file access and uploads
Which identity types are supported by AWS Transfer Family?
- Service-managed (IAM): Create and manage users directly within the service
- Directory Service: Integrate with AWS Managed AD or self-managed AD (on-premises or in AWS)
- Custom (Lambda/API Gateway): Use an external identity provider
Is AWS Transfer Family highly available by default?
Yes, it is multi-AZ, resilient, and scalable service
What is the billing model for AWS Transfer Family?
Billed based on provisioned server hours and data transfer
What feature of AWS Transfer Family enables serverless automation for file uploads, including setting up, running, and monitoring file transfer processing?
Managed File Transfer Workflows (MFTW)
What considerations should be taken into account when using AWS Transfer Family over the FTP protocol?
- Only Directory Service or custom Identity Providers are supported
- Only VPC-hosted internal endpoints are supported
What considerations should be taken into account when using AWS Transfer Family over the AS2 protocol?
Only VPC-hosted (Internal or Internet facing) endpoints are supported
What types of endpoints are supported by AWS Transfer Family?
- Publicly accessible: Accessible over the internet
- VPC hosted: Access controlled using NACLs and SGs
What AWS Transfer Family endpoint type running in AWS Public Zone and accessible over the internet, supports only SFTP protocol, has a dynamic public IP that can change, and cannot be secured using NACLs or Security Groups?
Publicly accessible
What AWS Transfer Family endpoint type, running inside a VPC, supports SFTP, FTPS, AS2, and FTP protocols, offers a static private IP address that can be secured with NACLs and Security Groups, and can be accessed from on-premises via VPN and DX?
VPC hosted - Internal
What AWS Transfer Family endpoint type, running inside a VPC, supports SFTP, FTPS, and AS2 protocols, provides a static private IP address that can be secured with NACLs and Security Groups, and can be accessed from on-premises via VPN and DX or via a public Elastic IP address?
VPC hosted - Internet facing
What are the most common use cases for AWS Transfer Family service?
- Provide access to Amazon S3 and EFS services using standard protocols (FTP, FTPS, SFTP)
- Integrate with existing workflows that rely on traditional file transfer protocols
- Use the Managed File Transfer Workflow (MFTW) feature to create and automate new file transfer workflows
What is the difference between AWS DataSync and AWS Transfer Family, as both deal with transferring data in and out of AWS?
AWS DataSync: An online data transfer and discovery service
- Supports protocols: NFS, SMB, HDFS
- Supports services: S3, EFS, FSx (all types), and other cloud services like GCP, Azure, IBM
AWS Transfer Family: A fully managed service for transferring files using SFTP, FTPS, FTP, and AS2
- Supports protocols: SFTP, FTPS, FTP, AS2
- Supports services: S3 and EFS