Listing Thumbnail

    SFTP Server | Support by cloudimg

     Info
    Sold by: cloudimg 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for seller support. A production ready SFTP server built on OpenSSH, preinstalled and hardened. Confine each user to a chroot jailed home directory, authenticate by SSH key or by password on demand, and manage accounts with one command. Backed by 24/7 cloudimg support.

    Overview

    Open image

    This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

    Overview This is a production ready SFTP file transfer server built on OpenSSH, the open source secure shell suite trusted across the internet. The image delivers a fully configured, security hardened SFTP service within minutes of launch, so you can onboard users and move files securely without hand editing sshd configuration.

    Chroot Jailed Users Every SFTP user is locked into their own home directory with an OpenSSH chroot jail. A user can only see and write inside their own space, never the rest of the filesystem, and is given no interactive shell. User home directories live on a dedicated, independently resizable storage volume kept separate from the operating system disk.

    SSH Key And Password Authentication The image ships key only, the secure default and a requirement of the AWS Marketplace image scan. Users authenticate with an SSH key out of the box, and password authentication can be enabled for SFTP users with a single command, or automatically the first time you create a password user. The administrator account always stays key only. SSH keys for SFTP users are managed in a central, root owned location outside every jail, so file ownership rules are always correct and no part of a jail is left writable.

    One Command User Management A small set of management tools makes day to day operation simple: create a user with an SSH key or a generated password, set a per user disk quota, list users and their usage, reset or lock passwords, enable or disable password logins, and remove users. These tools are the primary interface to the server.

    Hardened By Default The server ships with brute force protection that bans repeat offenders, per user disk quotas so one account cannot fill the disk, and transfer audit logging that records every upload, download and delete to the system journal for compliance. Password authentication is off by default and forwarding features are switched off.

    Ready To Use A per instance demo user is created on first boot with a fresh SSH key unique to the instance, stored in a root only file, so you can confirm the server works immediately, then remove it once your own users exist. The user guide covers creating key based and password based users, the chroot model, quotas, reading the audit log and connecting from common clients.

    cloudimg Support 24/7 technical support by email and chat. Help with SFTP user onboarding, key management, chroot configuration, quotas, auditing and secure file transfer architecture.

    Use Cases Secure file exchange with customers and partners. Managed file transfer and drop boxes. Application and backup upload targets. Per user isolated storage. Compliance focused transfer with audit trails.

    All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

    Highlights

    • Production ready SFTP on OpenSSH: every user is locked into a chroot jailed home directory with no shell, hardened with fail2ban brute force protection, per user disk quotas and transfer audit logging, and user files live on a dedicated, independently resizable volume
    • Authenticate SFTP users by SSH key out of the box or enable password logins on demand while the administrator stays key only, and manage accounts with one command using the bundled sftp-adduser, sftp-deluser, sftp-listusers, sftp-passwd and sftp-password-auth tools
    • 24/7 technical support from cloudimg, with expert assistance for user onboarding, key management, quotas, auditing and secure file transfer architecture

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 26.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    SFTP Server | Support by cloudimg

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (706)

     Info
    • ...
    Dimension
    Description
    Cost/hour
    m5.large
    Recommended
    m5.large
    $0.05
    t2.micro
    t2.micro instance type
    $0.04
    t3.micro
    t3.micro instance type
    $0.04
    m8i-flex.12xlarge
    m8i-flex.12xlarge instance type
    $0.24
    dl1.24xlarge
    dl1.24xlarge instance type
    $0.24
    u-3tb1.56xlarge
    u-3tb1.56xlarge instance type
    $0.24
    m8id.32xlarge
    m8id.32xlarge instance type
    $0.24
    x1e.16xlarge
    x1e.16xlarge instance type
    $0.24
    r8id.4xlarge
    r8id.4xlarge instance type
    $0.24
    r6a.large
    r6a.large instance type
    $0.08

    Vendor refund policy

    Refunds available on request.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Initial release of the production ready SFTP Server image.

    Additional details

    Usage instructions

    Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). The administrator account is SSH key only. Retrieve the demo SFTP user details and its per instance key with: sudo cat /root/sftp-server-info.txt. Create your own SFTP users with 'sudo sftp-adduser <name> --ssh-key @key.pub' (key based) or 'sudo sftp-adduser <name> --password generate' (which enables SFTP password logins automatically); add '--quota 5G' to cap a user's storage. List users with 'sudo sftp-listusers' and toggle password logins with 'sudo sftp-password-auth on|off|status'. SFTP users connect on port 22 and are confined to their own home directory (their writable area is the upload/ subdirectory). Transfer activity is recorded to the system journal (sudo journalctl -t internal-sftp). The user guide covers user management, the chroot model, quotas, auditing and connecting from common clients.

    Resources

    Vendor resources

    Support

    Vendor support

    cloudimg provides 24/7 technical support for this product by email and live chat. Our engineers help with deployment, configuration, updates, performance tuning and troubleshooting; critical issues receive a one hour average response. Contact support@cloudimg.co.uk .

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.