Posts tagged with aws

Reducing Operational Expenses by Going Serverless with AWS

🗓 14 Apr 2020
In: 📁 DevOps 📁 AWS

This post may apply to you if you want to reduce infrastructure expenses. Though, I bet everyone identifies with that. But how about this: you’re paying for a marketing website/some CMS server, and you are not actively doing anything with it (and really don’t plan to). You should be thinking...

To Serve or Not to Serve: Amazon Aurora Serverless

🗓 24 Sep 2019
In: 📁 DevOps 📁 AWS

Serverless is a borderline buzzword nowadays. Serverless websites! Serverless APIs! Serverless…everything! And now serverless databases. Amazon Web Services has their own serverless database offering, which is semi-new, semi-old, depending on the “compatibility version.” This is how you have to use Amazon Aurora, AWS’s database engine, which has both MySQL and...

Making a Static Website with Jekyll and S3

🗓 14 Feb 2018
In: 📁 AWS 📁 Web Development 📁 Jekyll

If you need to make a marketing website for your business, aside from the branding and design aspect, your main concerns are probably: Will the site be fast and responsive for my potential clients/customers? How much will the site cost to make and maintain? Site speed and reliability is huge...

AWS Do's and Don'ts

🗓 15 Sep 2017
In: 📁 DevOps 📁 AWS

So. You’re migrating to the cloud. Simple, right? Everything is basically the same. You’ve got a server with an operating system of your choice. Nothing’s really different. Just launch an EC2 instance on AWS, do everything you’ve always done, and boom. Done. You’re certifiably in the cloud. Yeah. No. That’s...

A Case for Amazon's Elastic File System

🗓 18 May 2017
In: 📁 DevOps 📁 AWS

Imagine this: You’re moving an application from a shared server to a cloud system. This application has a massive folder of files saved onto the server that is growing constantly. When you get to it, it is about thirty-five gigabytes. You could just move the application to a single server...

Ansible and AWS: Painless Deployment

🗓 14 Mar 2017
In: 📁 DevOps 📁 AWS 📁 Ansible

Ansible is a fantastic way to orchestrate deployments that aren’t exactly trivial. In a complex deployment, there are dozens of players and they all need to act at a specific moment. It is no wonder then that Ansible calls the deployment scripts playbooks. It makes it sound so artistic. You...