Sftp is natively supported by Linux. I'm surprised this is a thing.
AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
141–150 of 158 posts
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#142Earlier quoted context omitted.
I wouldn’t count on that. These hyperscale players don’t have the time to worry about their “friends”. Example: Do you really think that the warm embrace of VMware Horizon and Citrix on Azure is the beginning of a long and fruitful relationship?
That’s a fair point, but I would look to specific markets instead of tech to see where AWS and Amazon might run into issues. Specifically within healthcare. You think large Pharma companies will use AWS after the pill pocket acquisition? Do you think once Amazon.com starts listing prosthetics large life sciences companies will run on AWS? What about providers? Do you think health systems will choose AWS as their clou…
More likely would be that Google, Amazon, Microsoft and some affiliated company would be competing in a space where telemetry from something like a prosthetic was reporting information that had some value.
In any situation, the downside of renting something is that you lose control. It is something that you need to think about and incorporate into your business strategy in some scenarios.
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#143Earlier quoted context omitted.
> Can you elaborate? I mean a plain CentOS server running SFTP, S3FS seems about as set and forget as it gets. Think about the operational costs: someone needs to manage keys, logging, security updates, when S3FS coughs a lung and hangs you need to catch that problem and remount it to restore service, etc. This service reuses the existing authentication systems so you don't need to spend time configuring and managing…
Exactly this. If sticker cost is your leading factor then these kinds of services can seem crazy, but when you factor in the real cost of self-hosting then it quickly becomes a no-brainer. We're more interested in what happens when things break (and who's responsibility it is) than minor cost savings in calm waters.
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#144It seems there are no web-hooks / callbacks, so you don't get notified when a new file is uploaded (or someone downloads a file). Another issue is that if your have to support a partner with SFTP data transfer requirements you may have to support one with FTP/FTPS requirements as well. At this point you will have to go to a dedicated FTP server (or outsource it to another company) anyway, and AWS SFTP service will be…
You can set a lambda to be triggered on a file upload, at work we do this for creating reports. Lambda dumps mongo data to an s3 bucket which triggers another lambda to create a csv.
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#145Earlier quoted context omitted.
I've found anything more complex than an adapter or cable to be of inferior quality with Amazon Basics, and rarely buy those options anymore.
The mini condenser microphones are actually REALLY good and on par with Yeti and other $100+ mics. https://smile.amazon.com/AmazonBasics-Desktop-Mini-Condenser...
The shape of the microphone suggests it's a directional microphone (and if you read the reviews, people think it is directional). That's perhaps not a scam, but certainly deceptive.
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#146Charged by the hour... pay for an instance.. Tsk tsk.. The thing I love about S3 and cloud services in general is when I pay per request and can scale through the roof. Whenever a services is meter by number of instances my interest fades, and I look for other solutions.. S3 has this very handsoff feeling to it :)
Well, its likely because the sftp server itself is always running. If they had an sftp lambda function... sure.
But I immediately extrapolate that this also means it has bandwidth limits and limits on concurrency, etc.
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#147Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#148Earlier quoted context omitted.
The only downside is whitelisting but not on the SFTP server-side. Many enterprises restrict egress SFTP (usually for security reasons) so you need to provide IPs and they can’t frequently change because it can take enterprise network admins quite some time to deal with all of the bureaucracy and change control. That said, I wouldn’t be surprised if modern networking gear can handle CNAMEs but there’s no guarantee th…
You can get a dedicated S3 gateway which has a static IP.
Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#149Re: AWS Transfer for SFTP – Fully Managed SFTP Service for Amazon S3
#150Sftp is natively supported by Linux. I'm surprised this is a thing.
it isn't to my knowledge. You need an ssh client that supports sftp.