AWS

AWS
DevOps

AWS re:Invent 2024 Notes

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.

3 min read
AWS
DevOps

AWS Innovate - Gen AI & Date 2024 Notes

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.

2 min read
AWS
DevOps

AWS re:Invent 2023 Notes

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.

9 min read
DevOps

Evernote - Architectural Digest (http://blog.evernote.com/)

Not everything is best suited for the cloud. I've used Evernote for a few years and always thought their performance was impressive.

http://blog.evernote.com/tech/2011/05/17/architectural-digest/#

Take aways:

  • Shards – protection in silos
  • Single-tier architecture; No remote storage
  •  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.*

1 min read
Tutorials

PHP on AWS Elastic Beanstalk | Cameron Stokes’s Blog

A great article and simple way to take advantage os Amazon's Elastic Beanstalk service even if you don't work in Java. I'm working on integrating this approach with Eclipse's AWS Toolkit to access all the server management tasks close to my code. I'l post and update if it turns ugly.


via PHP on AWS Elastic Beanstalk \| Cameron Stokes's Blog \<http://cameronstokes.com/2011/01/20/php-on-aws-elastic-beanstalk/\>__.

While Amazon claims they’re working on other platforms, initially Beanstalk only supports Java applications deployed in the Apache Tomcat 6 container. However…using Quercus, a “100% Java implementation of PHP 5″ from Caucho, we can run PHP using AWS Elastic Beanstalk. All it takes is setting up a simple Maven project.

1 min read
DevOps

MySQL: ibdata files do not shrink on database deletion [innodb] | Technology: Learn and Share

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?

1 min read
DevOps

Amazon EC2 Basics For The Curious | Django Aware

Amazon EC2 Basics For The Curious | Django Aware

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.

1 min read
DevOps

Amazon.com: Amazon SimpleDB, Amazon Web Services

| 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.

1 min read
macOS

Mac OS X Panther

| Mac OS X Panther is set to roar onto the scene later this year, and itís something you donít want to miss. No matter how you use your Mac, Panther makes better, sporting improvements from head to paws. Learn more about the future today in this Sneak Preview, and stay tuned for more news of the future. | Link | | As a super-modern operating system, Mac OS X already combines the power and stability of Unix with the simplicity and elegance of the Macintosh. Its gorgeous user interface, Aqua, brings your desktop to life with expressive icons, vibrant color and fluid motion. Cutting-edge graphics technologies offer capabilities beyond anything ever seen in a desktop operating system. At the foundation of Mac OS X lies an industrial-strength, Unix-based core operating system, called Darwin, that delivers unprecedented stability and performance. And only with Mac OS X can you run Microsoft Office, Quark XPress and Adobe Photoshop, browse a Windows network and use Unix commands ó at the same time.

1 min read