6 ms·
I wish AWS would be a little more technical in their product descriptions and announcements. If there was ever an audience that wants technical data about how t
by chuckcode 11y ago
I wish AWS would be a little more technical in their product descriptions and announcements. If there was ever an audience that wants technical data about how this type of technology will scale and compares to existing technology like glusterfs it would be the AWS users. Instead the performance specifications are ".. and is designed to provide the throughput, IOPS, and low latency needed for a broad range of workloads." We know that NFS to a lot of nodes is hard, show us that this scales better or am I the testing team?
- jeffbarr 11y agoWe'll be providing a lot more details later.
- brryant 11y agoWould love some throughput and other performance numbers!
- click170 11y agoFair enough, but one of the biggest reasons I ignore these types of posts is because too often they lack these critical details, they come off as puff pieces to me. IMO these posts would hold value for a larger audience if that info was included in them.
- vacri 11y agoIt's a upcoming product announcement page from a vendor asking for preview registration, how can it be anything other than a puff piece?
- jsprogrammer 11y agoThe trick is, based on the title and other marketing tricks, one doesn't find out it's an actual puff piece until one has already spent time reading at least a portion of the puff. By then, you just feel used.
- antaviana 11y agoThere's a business side for it. Besides recruiting future customers via a preview, you also sublimilaly put off would-be customers decisions until your solution is ready to compete with existing solutions. Microsoft did it very successfully for years.
- chuckcode 11y agoI can understand that writing up technical details can be difficult as things are constantly improving and also as AWS has to be careful about what they claim. Perhaps a reasonable compromise would be to team up with some 3rd parties to let them try it, optimize a bit with techs from AWS and write up their experiences. Similar to how Apple does the marketing for the iPhone but then lets other people review it. Not perfect but perhaps something that would help the community understand and deploy these technologies better.
- deleted 11y ago[deleted]
- hariramshankar 11y agoYea and when is that? If a product is announced, even if its a preview version, shouldn't the details be sorted out by then? This is like a 10000ft view of a product, a great product at that. But numbers to back your claims of scalability and performance would have been best.
- mhuffman 11y agoI am a huge AWS fan, and user. Look at my accounts for the sums I have spent over the years. I lover new AWS services. But, this is my main complaint with AWS -- don't announce until you have usable numbers and workable examples for early adopters!
- Terretta 11y agoOn the contrary, the earlier AWS can let you know they're working on a general kind of thing, the better you can plan your own roadmap.
- stevewilhelm 11y agoJeff, does EFS have some kind of "backing store" to S3? EFS -> S3 -> Glacier sounds really interesting.
- mrmondo 11y agoUntil you see technical details on any file, network or storage system you should always assume your writes (or data for that matter) are/is not safe. It's disappointing to see a product launched and hyped without the appropriate details required to make an informed decision around its use.
- tracker1 11y agoI think that you are correct, that some technical details are definitely needed for comparison... To me, this matches up against Azure Files (which is CIFS/SAMBA based)... Though, even if redundancy isn't a factor, it's nice that you can have network file shares without having to run your own dedicated instance in a given cloud. There are plenty of situations where having a common networked filesystem makes sense across a few servers for purposes of sharing some information, without it being physically on all of them... seeding static content, or user-uploaded files for example. It makes a given solution simpler to implement initially (though other considerations may take hold as a site/application grows). Typically Azure seems to perform better in terms of storage i/o over AWS. Though, if you are disk constrained in ways you can't reasonable scale horizontally, then you may be better off with something using local disks, and your own backup strategy on something cheaper (Linode DigitalOcean, Joyent, etc).
- jonahx 11y agoAs a developer (but not a sysadmin) I feel the opposite. Not saying your criticism is wrong, just giving another view from a AWS newbie perspective. When I read most AWS product descriptions, I cannot understand what real world situations they are for. I either could not say, or could only vaguely say, what the product is in my own words. There seems to be a great scaffolding of assumed knowledge about the AWS system and distributed computing. Maybe that's intended, but it's intimidating and keeps me in simpler places like Heroku land.
- seanwilson 11y agoI feel similarly about AWS and I've been using it for a while. AWS is very powerful and flexible but the number of options and different services can be bewildering. I've suggested AWS to several developers I know that have never used it before and they were turned off from not being able to understand what was being offered and how much it would cost them. For example, compare the Heroku pricing page and the AWS pricing page for EC2: https://www.heroku.com/pricing https://www.heroku.com/pricing http://aws.amazon.com/ec2/pricing/ http://aws.amazon.com/ec2/pricing/ The Heroku one is significantly easier to understand in my opinion. I understand AWS has more options and is therefore harder to summarise though.
- sciurus 11y agoI think this just illustrates your point, but EC2 and Heroku Dynos are two different types of services (IAAS vs PAAS). The appropriate comparisons are AWS Elastic Beanstalk to Heroku Dynos and AWS RDS to Heroku Postgres. https://aws.amazon.com/elasticbeanstalk/ https://aws.amazon.com/elasticbeanstalk/ https://aws.amazon.com/rds/ https://aws.amazon.com/rds/
- seanwilson 11y agoYes, a link to Elastic Beanstalk would be a fairer comparison of what is being offered by Heroku but my point was most AWS pages are like that and aren't easy to follow, especially if you're new to AWS.