AWS re:Invent 2024, held in Las Vegas from December 2nd to 6th, brought the cloud computing world together for a week of groundbreaking announcements and insightful sessions. Under new CEO Matt Garman leadership, AWS unveiled a wave of innovations across compute, storage, databases, generative AI, and data analytics.
AWS Innovate is an online conference hosted by AWS designed to inspire and educate executives and IT professionals. You can learn to build and scale generative AI applications with security, privacy, and responsible AI built in from day one. Access leading foundation models, customize with your own data, and use the leading security, access control, and features you trust from AWS.
AWS re:Invent 2023 is a learning conference hosted by AWS for the global cloud computing community. The in-person event features keynote announcements, training and certification opportunities, access to 2,000+ technical sessions, the Expo, after-hours events, and so much more. These are notes I’ve compiled from the conference.
Evernote's business model and cost structure. Evernote is notable
for their pioneering of the freemium model \<http://www.fastcompany.com/magazine/147/next-tech-remember-the-money.html\>__,
based on the idea from their CEO: *The easiest way to get 1 million
people paying is to get 1 billion people using. *Evernote is designed
to become profitable at a 1% conversion rate.*
The SPDY project defines and implements an application-layer protocol
for the web which greatly reduces latency. The high-level goals for SPDY
are:
| * To target a 50% reduction in page load time. Our preliminary
results have come close to this target (see below).
| * To minimize deployment complexity. SPDY uses TCP as the underlying
transport layer, so requires no changes to existing networking
infrastructure.
| * To avoid the need for any changes to content by website authors.
The only changes required to support SPDY are in the client user agent
and web server applications.
| * To bring together like-minded parties interested in exploring
protocols as a way of solving the latency problem. We hope to develop
this new protocol in partnership with the open-source community and
industry specialists.
A great discussion on a potential problem for database servers with
limited drive space (life EC2 small instances). The best solution is in
the comments section so be sure to read through.
One very interesting thing I noticed with MySQL was that if you delete a
database, ibdata file doesn’t shrink by that much space to minimize disk
usage. I deleted the database and checked usage of /usr/local/mysql/var
folder and noticed that ibdata file is still the same size. So the
problem I face now is, how do I claim back this space?
| Tomato Firmware | polarcloud.com
| Tomato is a small, lean and simple replacement firmware for Linksys
WRT54G/GL/GS, Buffalo WHR-G54S/WHR-HP-G54 and other Broadcom-based
routers. It features a new easy to use GUI, a new bandwidth usage
monitor, more advanced QOS and access restrictions, enables new
wireless features such as WDS and wireless client modes, raises the
limits on maximum connections for P2P, allows you to run your custom
scripts or telnet/ssh in and do all sorts of things like re-program
the SES/AOSS button, adds wireless site survey to see your wifi
neighbors, and more.
Amazon EC2 Basics For The Curious By Paul Kenjora | June 3, 2008
For those of you wondering what it would be like to host and maintain a
an application on Amazon’s Elastic Computing Cloud (EC2) here is a basic
list of daily operations. These steps assume you’ve set up your Amazon
account. This is the basic set of commands you can use to fully
administer an EC2 server.
| Amazon.com: Amazon SimpleDB, Amazon Web
Services
| Amazon SimpleDB is a web service for running queries on structured
data in real time. This service works in close conjunction with Amazon
Simple Storage Service (Amazon S3) and Amazon Elastic Compute Cloud
(Amazon EC2), collectively providing the ability to store, process and
query data sets in the cloud. These services are designed to make
web-scale computing easier and more cost-effective for developers.
This is a simple backup solution for people who run their own web server
and MySQL server on a dedicated box or VPS. Most dedicated hosting
provider provides the backup service using NAS or FTP servers. These
service providers will hook you to their redundant centralized storage
array over private VLAN.