Author Archives: Anthony Heddings

What Are AWS Elastic IPs, and What Do They Do?

AWS Elastic IPs are permanently reserved IP addresses that you can associate with a running EC2 instance, and that persist across reboots and even server changes, so you won’t have to change your DNS whenever your server restarts.Read This Articl… Continue reading

Posted in Uncategorized | Comments Off on What Are AWS Elastic IPs, and What Do They Do?

What Is an Amazon Resource Name (ARN), and How Do I Find Mine?

AWS uses Amazon Resource Names (ARNs) for many things, including the IAM permissions system, where they are used to whitelist access to specific AWS resources rather than giving service-wide access. In general, they’re a unique account-wide ident… Continue reading

Posted in Uncategorized | Comments Off on What Is an Amazon Resource Name (ARN), and How Do I Find Mine?

How to Convert CSV and Log Files to a Columnar Format

Columnar formats, such as Apache Parquet, offer great compression savings and are much easier to scan, process, and analyze than other formats such as CSV. In this article, we show you how to convert your CSV data to Parquet using AWS Glue.Read This Ar… Continue reading

Posted in Uncategorized | Comments Off on How to Convert CSV and Log Files to a Columnar Format

Which AWS Region Should You Choose?

AWS has data centers located all over the world. To complicate their pricing further, each region has different prices for certain products. Which region is the cheapest? Which one should you build your network architecture in?Read This Article on Clou… Continue reading

Posted in Uncategorized | Comments Off on Which AWS Region Should You Choose?

Give Your App Machine Learning Powered Text-To-Speech with AWS Polly

If your application needs a way to convert text to speech programmatically to interact with users, AWS has a managed service that uses machine learning to create lifelike believable voices that improve your user experience significantly.Read This Artic… Continue reading

Posted in Uncategorized | Comments Off on Give Your App Machine Learning Powered Text-To-Speech with AWS Polly

How to Automatically Compress Images in S3 with Lambda

One of the largest costs of AWS is bandwidth—it’s expensive, especially if your app is dependant on serving content. Compressing the images you serve can reduce your bill significantly, as well as save you money on the storage costs.Read Th… Continue reading

Posted in Uncategorized | Comments Off on How to Automatically Compress Images in S3 with Lambda

How Much Cheaper Are AWS Spot Instances?

Spot Instances enable you to rent spare EC2 compute capacity at a fraction of the cost of On-Demand. They can be interrupted at any time, but when used in an auto scaling group they make for a great replacement for On-Demand.Read This Article on CloudS… Continue reading

Posted in Uncategorized | Comments Off on How Much Cheaper Are AWS Spot Instances?

Should You Use a GUI Git Client?

Git is complicated. When you’re working in a team, managing unexpected git errors can be a hassle, and you don’t want to waste development time fixing git problems when you could be coding. A GUI git client can remedy these issues.Read T… Continue reading

Posted in Uncategorized | Comments Off on Should You Use a GUI Git Client?

AWS Storage Pricing Compared: Which Service Is the Cheapest?

AWS has many services for storing data, enough to fit most use cases, all of which have different pricing models. We’ll explain each one, what you would use them for, and how much they’ll cost you.Read This Article on CloudSavvy IT › Continue reading

Posted in Uncategorized | Comments Off on AWS Storage Pricing Compared: Which Service Is the Cheapest?

AWS S3 Pricing Explained: Tiered Storage Can Save You Money

S3 is Amazon’s primary storage service for hosting media files and other large objects. Like most AWS services, the pricing model is quite complicated, so we’re here to explain how it works.Read This Article on CloudSavvy IT › Continue reading

Posted in Uncategorized | Comments Off on AWS S3 Pricing Explained: Tiered Storage Can Save You Money