[Last Week in AWS Extras]: 8 Terms AWS Project Managers Need to Know

 

This week I tackle a question from a reader--"as a product manager, what do I need to know to get started with AWS?"

 

If you've got questions you'd like to see me address in future issues, hit reply and let me know.

 

And as always, if you've got an AWS bill that's giving you trouble, that's what we do. Give us a shout: we can help.

 

 

We’re all sadly familiar with the failed promises of the original data lake… but now that’s all changed! Join me, Corey Quinn, along with ChaosSearch, as we explore “DataLakes 2.0 - a new vision for Log Analytics” in their upcoming 3-part webinar series starting on Sept 10th! During this series (did I mention I’ll be speaking?) you’ll learn how to turn your Amazon S3 into a hot, searchable data lake, how to monitor and analyze your AWS services directly in S3, and more! So sign up for the webinar series “Data Lakes 2.0” today - even if it’s just to hear my lovely voice and unbounded wisdom! Brought to you by ChaosSearch - the fully managed log analytics platform that leverages your Amazon S3 as a data store! Sponsored

 

 

8 AWS Terms Project Managers Need to Know

Recently, an anonymous individual told me that their company was planning to migrate to AWS and they were looking for someone to help with the project management side. This anonymous person was hoping to be that project manager.

 

There was one caveat: The right individual would be “familiar with AWS.” The inquiring mind was not, so they asked me what they needed to learn.

 

First, it’s important to understand that AWS is not a distinct product. It’s well over 200 products.

 

Nobody—including AWS employees—is deeply familiar with all of them. Nobody.

 

That said, from a project management perspective, it’s important to be familiar with what we’ll call the Big Services and a few other odds and ends. You can learn everything else that’s not on this list as it comes up—the same way the rest of us do.

 

Let’s jump in.

1. EC2

Amazon Elastic Compute Cloud(Amazon EC2) are virtual machines (called instances) that can run any software you care to shove in them.

 

This is the baseline service that virtually everyone who uses AWS uses as their primary workhorse. The engineering is deep, but it shouldn’t matter to you.

 

In my consulting work, EC2 is responsible for the majority of the entire AWS global spend. Think about that for a second. A single entry from a 200-strong services list is over 50% of where the money goes. That’s mind-boggling!

2. S3

Amazon Simple Storage Service is what’s known as object storage. “Put a file or files into S3, it keeps them for you. Retrieve them at any time.”

 

S3 can store more data than you will ever be able to afford. There are no capacity limits here, and pricing is linear. Note that security is going to matter here, but don’t let the “user data leaks from S3 bucket” headlines fool you. Those come from misconfigurations by end-customers. Security is going to be important to get right here, but the service is most assuredly NOT insecure. (If you’re interested, it stems from the alternate use of S3 as a static web server in which files are supposed to be public.)

3. RDS

Amazon Relational Database Service(Amazon RDS) is a managed database offering that lets you choose from these databases: Amazon Aurora (their custom thing with PostgreSQL and MySQL compatibility), PostgreSQL, MySQL, MariaDB, Oracle Database, and SQL Server.

 

AWS runs the database for you so you don’t have to handle a lot of the administrative bits. Some folks migrate to EC2 to run their databases manually when they need more control; the legitimacy of this approach is hotly debated.

4. Lambda

Part of the serverless revolution, AWS Lambda is the New Hotness.

 

You write code and AWS executes it for you when certain conditions are met—like the passage of time, when a file shows up, when a user clicks a button, and so on. You can consider this to be most commonly used to “glue” other AWS services together.

5. AWS Regions

All of the above and more live in what are called AWS Regions. These are vast collections of many data centers scattered across the world. They are referred to both by their region (say, Northern Virginia) as well as by their AWS designation (the Northern Virginia region is called us-east-1).

6. Availability Zones

Inside each region there are multiple Availability Zones or AZs, which are data centers located a few miles apart from each other. These are great for local disaster planning, but an issue that affects an entire AWS region will take down multiple AZs.

7. Data Transfer

Data transfer tends to be a big bill item. But the nuances of that spend item are vast and deep. In general transfer from the internet to AWS is free, and transfer out of AWS costs money.

 

From a project perspective, we’ll dig into the specifics is fine. Essentially, anything can send data anywhere you’d like is the capability story here.

8. Billing

As for billing, it’s generally you pay for what you use. If you use more resources, you pay more. If you don’t turn something off, nothing will do it for you. There has to be a “close the loop” or “garbage collection” process that goes back and turns off the stuff you’re done with.

 

The golden model of the cloud is that you increase resource usage along with demand (often called auto scaling) then turn it back down as demand wanes.

 

This, of course, is much harder than it sounds. But it’s actually what I specialize in, so don’t be afraid to reach out if you need help reining in your AWS spend.

 

I’ve gotten some feedback that there should be a separate line item here for “Security,” but let’s face it: Security is going to need to be addressed throughout the entire process. This is why having security-focused design reviews is so important. It’s not worth calling out explicitly, because I (perhaps naively) presume that security discussions will be baked into everything.

 

Lastly, you may notice that there’s no snark whatsoever in this post!

 

That’s because helping people find jobs is something I’m deadly serious about. If you think I may be able to help, my DMs are always open.

 

 

How do you separate observability hype from the functionality your team really needs? Check out our buyer’s guide and learn how to evaluate an observability tool, understand why observability goes beyond the traditional tools you use today, and how Honeycomb is leading the charge.

 

Or sign up today and try Honeycomb for free. Guess less and know more. Sponsored

 
 
 
Corey

I’m Corey Quinn

I help companies address their horrifying AWS bills by both reducing the dollars spent and helping them understanding what they’re paying for.

 
 
The Cloud

Screaming in the Cloud & AWS Morning Brief

In addition to this newsletter, I host two podcasts: Screaming in the Cloud, about the business of cloud computing, featuring me talking to folks who are good at things; and AWS Morning Brief, a show about exclusively AWS with my snark at full-tilt.

 
 
The Cloud

Sponsor an Issue

Reach over 19,000 discerning engineers, managers, and enthusiasts who actually care about the state of Amazon's cloud ecosystems.

 



Want to skip these Last Week in AWS Extras? Click here and you won't receive these Wednesday dispatches anymore.

To make sure you keep getting these emails, please add corey@lastweekinaws.com to your address book or otherwise mark me as a permitted sender.

Want out of the loop completely? Click here to tell me to leave you alone.

 

Duckbill Group

1728 Ocean Ave #307, San Francisco, CA 94112

 
                                                           

Older messages

[Last Week in AWS] Issue #177: Amazon EC2 Hibernation Bear is High Koala-ity

Monday, August 31, 2020

Good Morning! Welcome to issue 177 of Last Week in AWS. If I ever doubt whether people are reading this newsletter, all I apparently have to do is get something wrong. Did I ever get letters last week!

[Last Week in AWS Extras]: Everything You Need to Know about Route 53 Resolver Query Logging

Thursday, August 27, 2020

This email isn't, contrary to popular opinion, reaching you late today. Rather, it was embargoed until AWS announced a new feature themselves. It's generally a poor idea to steal their thunder!

[Last Week in AWS] Issue #176: Comfortably Spit a Rat

Monday, August 24, 2020

Good Morning! Welcome to issue 176 of Last Week in AWS. A relatively uneventful week in AWS releases; they're apparently saving them all up for re:Invent (AWS's own version of Cloud Next) in

[Last Week in AWS Extras]: Cloud Repatriation Isn't a Thing

Wednesday, August 19, 2020

I've seen a few articles lately about "Cloud Repatriation" as if this were a real thing that serious companies actually considered. A cursory search revealed that nobody was talking about

[Last Week in AWS] Issue #175: AWS Observerless Now GA

Monday, August 17, 2020

Good Morning! So, a few things to highlight this week. First, we've heard that re:Invent (AWS's own version of Cloud Next) is going to be an 18-day online monstrosity this year--but what we

You Might Also Like

Stripe makes more changes

Thursday, April 25, 2024

TikTok is in trouble, and net neutrality is back View this email online in your browser By Christine Hall Thursday, April 25, 2024 Welcome back to TechCrunch PM, your home for all things startups,

💎 Issue 414 - From a Lorry Driver to Ruby on Rails Developer at 38

Thursday, April 25, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 414 - JavaScript Features That Most Developers Don’t Know

Thursday, April 25, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Node.js news, articles and

💻 Issue 407 - The Performance Impact of C++'s `final` Keyword

Thursday, April 25, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 407 Release Date Apr 25, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 414 - Everyone Has JavaScript, Right?

Thursday, April 25, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 408 - All web browsers on iOS are just Safari with different design

Thursday, April 25, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 408 Release Date Apr 25, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💧 Don't Bother Liquid Cooling Your AMD CPU — Why You Should Keep Using Live Photos on iPhone

Thursday, April 25, 2024

Also: We review the Unistellar Odyssey iPhone Telescope, and More! How-To Geek Logo April 25, 2024 Did You Know Charles Darwin and Abraham Lincoln were both born on the same day: February 12, 1809. 💻

💻 Issue 332 - 🥇The first framework that lets you visualize your React/NodeJS app 🤯

Thursday, April 25, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 332 Release Date Apr 25, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 409 - Sized, DynSized, and Unsized by Niko Matsakis

Thursday, April 25, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 409 Release Date Apr 25, 2024 Your weekly report of the most popular Rust news, articles and projects

📱 Issue 411 - AI Starts to Sift Through String Theory's Near-Endless Possibilities

Thursday, April 25, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 411 Release Date Apr 25, 2024 Your weekly report of the most popular Swift news, articles and projects