Featured Post
Managing Backups with AWS Backup
We have previously gone through how to create an EBS snapshot lifecycle policy with DLM, but can we take this a little further? Can we backup more than just EBS volumes quickly and easily? With AWS Backup, yes, we can. AWS Backup allows you to create a backup plan for...
Read MoreThese guys have no problem rushing past your expectations. #AWS and @NextGenStats use #machinelearning and thousands of real-time data points to track every single yard. 🏈 🚀 https://t.co/BDFkdgtPB3
Read More👀 Curious about where AWS ranks in cloud technology? Check out our library of analyst reports for IT professionals, developers, consultants & more. https://t.co/AK5tl4i3Jx
Read MoreRecent Posts: AWS Pro
Amazon EC2 Resource Optimization Recommendations
Cost optimization is a key part of managing your application in a Cloud environment. To help you do this AWS has recently announce EC2 Resource Optimization Recommendations. To see these recommendations you must have Cost Explorer enabled in your billing console. Once enabled you will be able to Launch Cost Explorer. Unfortunately, you will have …
Amazon EC2 Resource Optimization Recommendations Read More »
Migrate MySQL Database to AWS RDS
In this post I will show you how to migrate a MySQL database to an RDS instance. I’ll be migrating a database that is running on a single EC2 instance. This instance is also running WordPress as part of a single server LEMP stack. This process will work for any application currently using MySQL, whether it be …
Migrate MySQL Database to AWS RDS Read More »
Managing Backups with AWS Backup
We have previously gone through how to create an EBS snapshot lifecycle policy with DLM, but can we take this a little further? Can we backup more than just EBS volumes quickly and easily? With AWS Backup, yes, we can. AWS Backup allows you to create a backup plan for multiple resources. These resources can …
Managing Backups with AWS Backup Read More »
Mount EFS File System with Amazon Linux EC2
In a previous guide we created an EFS file system. In this guide we’ll mount that file system from an Amazon Linux 2 EC2 instance using the amazon-efs-utils package mount helper. Prep Work Before we logon to our EC2 instance there are a couple things that we need to do in the AWS console. The …