2910 shaares
55 private links
55 private links
11 results
tagged
cloud
»You're crazy if you don't start in the cloud; you're crazy if you stay on it.«
Article on AWS's questionable egress pricing.
Pointed comment by Corey Quinn on why the operating system does not matter that much anymore.
In this lengthy article, the author shows why the cloud only reduces complexity in the IT world at first glance.
This keynote is part history lesson and part rallying cry. Proprietary OSes and services aren't dead, they just morphed into the cloud. By remembering why Linux was important in the age of Solaris, we can apply those lessons to cloud services before their proprietary APIs and vendor lock-in risk undoing the freedom, open standards, and overall progress our community has made over the last 20 years.
- The cost and performance models are two of the key drivers of the popularity of serverless and Function-as-a-Service (FaaS).
- Cold starts have gone down a lot, from multiple seconds to 100s of milliseconds, but there is still much space for improvement.
- There are various techniques that are being used to improve the performance of serverless functions, most of which focus on reducing or avoiding cold starts.
- These optimizations are not free; it is a trade-off between performance and cost, which depends on the requirements of your application.
- Currently, closed-source serverless services offered by public clouds offer few options for users to influence these trade-offs. Open-source FaaS frameworks that can run anywhere (such as Fission) offer full flexibility to tweak these performance/cost tradeoffs.
- Serverless computing is not just about paying for the resources that you use; it is about only paying for the performance you actually need.