Manage your Model Context Protocol (MCP) endpoints and configurations with ease in one central platform
HN user
julsimon
https://twitter.com/julsimon
S3 is not a database, but that's not the point. As explained by Capital One, the attacker gained access through a misconfigured web app. This could have happened on any platform (on-premise or cloud), and the underlying AWS services weren't compromised in any way.
An ex-AWS employee, who left 3 years before the facts took place.
https://aws.amazon.com/compliance/data-privacy-faq/
"We do not access or use your content for any purpose without your consent. We never use your content or derive information from it for marketing or advertising"
Absolutely. So much for "heinous crimes", hey?
People hate them because it's yet another tax. 1 billion+ euros in 2018: https://www.lerevenu.com/breves/les-radars-automatiques-devr...
If you drive around in France, you quickly realise most of them are installed in profitable areas, not in dangerous areas.
Looking forward to 100% of them being destroyed.
Nice article, but it's from 2013.
Amazon Rekognition helps Marinus Analytics fight human trafficking http://www.marinusanalytics.com/articles/2017/10/17/amazon-r...
Or Fashion-MNIST https://github.com/zalandoresearch/fashion-mnist :)
Yeah, same here. Awful performance and stability on MacOS. Going to back to Chrome <sigh>
Why not use Amazon EMR directly instead of installing Spark on EC2 instances? https://aws.amazon.com/emr/
You could use the Deep Learning AMI and save lots of work :) https://aws.amazon.com/fr/blogs/ai/the-aws-deep-learning-ami...
Awesome, man. Well done! If you want to speed up your Lambdas, all you have to do is allocate more memory, re: https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduc.... It won't help MongoDB run faster, though.
When it comes to scalability, Apache MXNet (http://mxnet.io/) is actually the best choice. Multi-GPU support and distributed training on multiple hosts are extremely easy to set up. It's also supported by Keras (still in beta, though).
Here is a very nice blog article explaining how Amazon is generating recommendations at scale with Apache Spark and Amazon DSSTNE :) https://aws.amazon.com/blogs/big-data/generating-recommendat...
Cloudera explained at re:Invent 2015 how they use Docker and ECS: https://www.youtube.com/watch?v=a45J6xAGUvA
Very sad. RIP Pieter.
Black bar on Hacker News, please.
Continuous improvement would start by fixing the typo in the title :)
Dashlane is really good. Running 100% in AWS and leveraging a lot of their security features.
Here is their security white paper : https://www.dashlane.com/download/Dashlane-Security-Whitepap...
Not according to GAAP rules...
http://www.zerohedge.com/news/2016-07-19/microsoft-misses-ga...
Hi everyone,
I'm a Technical Evangelist at Amazon Web Services.
Here are some videos from re:Invent 2015 on AWS Lambda : technology, use cases, customer stories. I hope you find them useful :)
@julsimon
https://aws.amazon.com/blogs/compute/aws-lambda-sessions-at-...
Hello,
I covered it pretty extensively in these posts. I hope you find them useful :
http://juliensimon.blogspot.fr/2015/04/test-drive-aws-machin...
http://juliensimon.blogspot.fr/2015/04/test-drive-real-time-...
http://juliensimon.blogspot.fr/2015/04/test-drive-real-time-...
Thanks for your comments, guys. Yes, I did push the verbosity setting to the max to underline my point. Unfortunately, there is lot of naive, bloated Java code out there (often much worse than this!) and some of us have to fix it for a living. I'll try to add an abstract singleton proxy bean factory next time :D