RM
Rajendra M.
Technical specialist
Mid-Market (51-1000 emp.)
"Secure, Scalable File Transfers with Seamless S3/EFS Integration"
5/5
What do you like best about AWS Transfer Family?

AWS Transfer Family makes it easy to securely transfer files using familiar protocols like SFTP, FTPS, and FTP without managing servers. The tight integration with Amazon S3 and Amazon EFS simplifies storage and access, while built-in security features such as IAM-based access control, encryption, and logging ensure compliance. Its fully managed, scalable, and highly available nature reduces operational overhead and allows us to focus on business needs rather than infrastructure management. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

AWS Transfer Family can be relatively expensive compared to self-managed SFTP solutions, especially for high-volume or long-running transfers. Customization options are limited since it is a fully managed service, which can be restrictive for advanced workflows or protocol-level tuning. Troubleshooting can also be challenging due to limited visibility into the underlying infrastructure, and costs can be less predictable when usage scales unexpectedly. Review collected by and hosted on G2.com.

Arsath  A.
AA
Arsath A.
Senior Network Engineer
Small-Business (50 or fewer emp.)
"Secure and Seamless file transfers with AWS"
4/5
What do you like best about AWS Transfer Family?

I Like how seamlessly it integrates with other AWS services(Like S3 and IAM), makinh secure file transfer workflows easy to manage within our existing AWS environment. The support for multiple protocols(SFTP, FTPS,FTP) gives flexibility for different use cases, and the scalability and reliability means we rarely face downtime or performance issues. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

The initial setup and configuration can be complex, especially for users who are new to AWS. Troubleshooting issues often requires a good understanding of IAM roles, networking and permissions. Additionally pricing can become difficult to estimate for high-volume transfers, and there are limited built-in monitoring and reporting features compared to some third party tools Review collected by and hosted on G2.com.

SC
Shubham C.
Software Engineer
Enterprise (> 1000 emp.)
"Effortless and Secure File Transfers with AWS Transfer Family"
4.5/5
What do you like best about AWS Transfer Family?

What I like best about AWS Transfer Family is its simplicity and reliability for secure file transfers. It eliminates the need to manage traditional SFTP servers, which saves a ton of operational effort. The integration with Amazon S3 is seamless — files land directly into buckets, making it easy to trigger downstream workflows. I also appreciate the support for multiple protocols (SFTP, FTPS, FTP), which makes it flexible enough to work with various external partners. Plus, the built-in IAM and CloudWatch integration gives us strong control and visibility over access and activity. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

While AWS Transfer Family is powerful, there are a few areas where it could improve. The pricing model can be a bit confusing — especially when you're running multiple endpoints or dealing with high volumes of data transfer. Also, the customization options for the user login experience are quite limited; you can't really brand or personalize the login page. Another challenge is debugging authentication issues when using custom identity providers — the logs aren't always detailed enough, which can slow down troubleshooting. Review collected by and hosted on G2.com.

Luca P.
LP
Luca P.
Chief Operations Officer DEQUA Studio | Formerly CTO in MarTech
Marketing and Advertising
Small-Business (50 or fewer emp.)
"Managed and secure file transfers for S3 and EFS"
4.5/5
What do you like best about AWS Transfer Family?

The protocol coverage is comprehensive, with native support for SFTP, FTPS, FTP, and AS2, which lets me plug cloud-backed storage into long‑lived B2B and enterprise workflows without refactoring legacy clients or partners’ systems.

Direct integration with Amazon S3 and Amazon EFS simplifies landing zones: I can map users to buckets, prefixes, or POSIX paths and keep access enforcement close to storage while using logical directories to abstract away raw paths.

The managed operational model removes server care‑and‑feeding; high availability and scaling to thousands of concurrent users happen behind the scenes, which is ideal for spiky partner traffic or seasonal onboarding.

Workflow automation is built in: post‑transfer processing can trigger low‑code workflows and orchestrations via AWS Step Functions or related managed steps, which streamlines downstream data pipelines.

Security and compliance posture aligns with regulated environments; encryption in transit and at rest, plus compatibility with HIPAA/PCI‑oriented workflows, makes it a fit for financial services and healthcare exchanges. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

Cost forecasting needs discipline because each enabled protocol bills per hour on top of transfer and feature usage; multi‑protocol endpoints created for redundancy or phased migrations can inflate spend unexpectedly without explicit guardrails or budget alerts. Review collected by and hosted on G2.com.

Konjengbam  M.
KM
Konjengbam M.
BDR
Financial Services
Mid-Market (51-1000 emp.)
"Robust Security and Seamless AWS Integration Boost Team Productivity"
4.5/5
What do you like best about AWS Transfer Family?

I love this platform for its secure file transfer protocol leaving less for teams to worry about. Its robust security allows team to allot resources on productivity and other critical assets rather than focusing on managing the infrastructure. Files can be secured with MFA to improve security. Its AWS integration makes this platform more powerful. The cloud watch allows monitoring and audit trails of login details providing more information to authentication. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

I feel that proper understanding and learning of this platform to be very effective in implementing this powerful platform. I also wish that the cost of implementing this platform as little more moderate. Review collected by and hosted on G2.com.

SN
Scott N.
Network Administrator
Mid-Market (51-1000 emp.)
"Cut Licensing Costs and Ditch the Dedicated Server with AWS Transfer Family"
4.5/5
What do you like best about AWS Transfer Family?

We were able to cut licensing costs and the need to have a dedicated server when we migrated to AWS Transfer Family. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

Configuration of the policies for accessing the storage required advanced AWS knowledge. Review collected by and hosted on G2.com.

Verified User in Oil & Energy
UO
Verified User in Oil & Energy
Enterprise (> 1000 emp.)
"Effortless Secure File Transfers with Robust Isolation and Auditability"
4.5/5
What do you like best about AWS Transfer Family?

Spin up a “real” SFTP/FTPS/FTP/AS2 in minutes. With Terraform we bring up a server per test branch, wire it to an S3 bucket prefix, and hand partners a stable hostname. No pets, no patching, no weekend pager for a crusty VM.

User -> bucket isolation is clean. Logical directories and per-user IAM roles make it trivial to sandbox fixtures. My E2E tests can create a temp user mapped to /fixtures/run-123/* and I know they can’t wander elsewhere.

Event-driven by default. Uploads kick off Transfer Workflows (copy/tag/decrypt/run Lambda). That lets me assert the entire path, “partner drops CSV” -> “PGP decrypt” -> “validate schema” -> “load to staging”, in one trace.

Identity options fit reality. I can do quick service-managed users for CI, or flip to a custom identity provider (Lambda) to mirror prod SSO/secret rules. Password, SSH key, or both, tests cover the same combos partners use.

Good auditability. CloudWatch logs capture commands, sessions, and failures; CloudTrail shows who changed what. When something 550s, I have receipts, not vibes.

AS2 without headaches. Trading partners, certs, MDN modes, all managed. I can run contract tests against the exact production policy set (sign/encrypt/compression) without a Confluent/EDI side quest. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

Cold start tax. New servers and AS2 partner changes can take a few minutes to become active, annoying in tight feedback loops.

FTPS/network quirks. Passive mode + firewalls still bite, misconfigured ranges look like flaky tests until you remember the data port story.

Debugging ergonomics. Errors like 530/550 are terse; you end up spelunking CloudWatch logs to learn the real IAM/permission miss.

Cost nits. You pay per endpoint hour even when idle; great for prod, less great for long-lived test envs that nap between runs. Review collected by and hosted on G2.com.

Leonidas R.
LR
Leonidas R.
Network Analyst
Information Technology and Services
Mid-Market (51-1000 emp.)
"Fast Setup, Secure Transfers, Highly Recommended"
5/5
What do you like best about AWS Transfer Family?

I find AWS Transfer Family incredibly valuable for its secure, encrypted transfer capabilities, which ensure that the information we migrate from our on-premise data center to the AWS cloud is safe and confidently handled. This security aspect was pivotal in our decision to select AWS Transfer Family, especially given our concerns about protecting sensitive data during such significant migrations. I'm particularly impressed with how easy it was to set up, leveraging our existing experience with AWS to configure it quickly and without hassle. The setup was straightforward, requiring just a few clicks to initiate transfers, which underscores the user-friendly nature of the service. Additionally, I appreciate the peace of mind I get from knowing that as our data enters the cloud, its integrity and security remain intact, mirroring what we have in our data center. The overall satisfaction with the solution, coupled with its ease of setup and rapid deployment, makes AWS Transfer Family a top choice for our needs. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

nothing to say.. I was happy with the result Review collected by and hosted on G2.com.

Yeswanth A.
YA
Yeswanth A.
Team Lead
Human Resources
Small-Business (50 or fewer emp.)
"Enterprise-Ready Solution with Robust Security and No Upfront Costs"
5/5
What do you like best about AWS Transfer Family?

This product is well-suited for enterprises, offering strong security features without requiring significant upfront investment. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

The platform is quite slow when it comes to adopting new features. Additionally, there is no option for automatically pausing instances to help reduce costs. Review collected by and hosted on G2.com.

Leonard K.
LK
Leonard K.
"Streamlined ML Workflow with AWS Transfer Family"
4/5
What do you like best about AWS Transfer Family?

I appreciate the AWS Transfer Family's integration features, especially with access control and CloudWatch logging. The seamless integration with Lambda is invaluable for triggering our ML workflow effectively. It significantly streamlines our operations by connecting traditional and cloud-native systems. The platform's high availability and scalability are standout features, making our workflow more efficient and reliable. The detailed community support helps quickly address setup challenges, highlighting AWS Transfer Family's robustness. Review collected by and hosted on G2.com.

What do you dislike about AWS Transfer Family?

At times, the AWS Transfer Family feels too lightweight or easy to the point where certain features seem to be missing. I can't pinpoint these features exactly, but there's a general sense that the platform could be enhanced in some areas. Review collected by and hosted on G2.com.