Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

EP74: The Evolution of AWS Services

This week’s system design refresher:Algorithms You Should Know Before You Take System Design Interviews (Youtube video)AWS Services EvolutionHow does Git Work?IaaS, PaaS, Cloud Native. How do we get here? Is the cloud really free or inexpensive? Fact: You can’t become better at anything unless you understand what getting better would actually look like. This is especially true in the case of engineering teams.Following an analysis of 2,000 dev teams and over 4.5 million code branches, we finally know what performance metrics look like in the world’s best engineering orgs.In this exclusive report, engineers will finally get visibility into what the top 10% of dev teams are hitting in terms of crucial metrics – like cycle time, deployment frequency, rework rate, and more!Read the ReportHow did AWS grow from just a few services in 2006 to over 200 fully-featured services? Let's take a look. Since 2006, it has become a cloud computing leader, offering foundational infrastructure, platforms, and advanced capabilities like serverless computing and AI.This expansion empowered innovation, allowing complex applications without extensive hardware management. AWS also explored edge and quantum computing, staying at tech's forefront. This evolution mirrors cloud computing's shift from niche to essential, benefiting global businesses with efficiency and scalability.Happy to present the curated list of AWS services introduced over the years below.Note: The announcement or preview year differs from the public release year for certain services. In these cases, we've noted the service under the release year Unreleased services noted in announcement years Over to you: Are you excited about all the new services, or do you find it overwhelming?If you’re not a subscriber, here’s what you missed this month.How to Choose a Message Queue? Kafka vs. RabbitMQWhy Do We Need a Message Queue?Database Indexing Strategies - Part 2"I Was Under Leveled!" — Avoiding the Tragedy of Making Only $500k a YearNetwork Protocols behind Server Push, Online Gaming, and EmailsTo receive all the full articles and support ByteByteGo, consider subscribing:The diagram below shows the Git workflow.Git is a distributed version control system.Every developer maintains a local copy of the main repository and edits and commits to the local copy.The commit is very fast because the operation doesn’t interact with the remote repository.If the remote repository crashes, the files can be recovered from the local repositories.Over to you: Which Git command do you use to resolve conflicting changes?The diagram below shows two decades of cloud evolution. 2001 - VMWare - Virtualization via hypervisor 2006 - AWS - IaaS (Infrastructure as a Service) 2009 - Heroku - PaaS (Platform as a Service) 2010 - OpenStack - Open-source IaaS 2011 - CloudFoundry - Open-source PaaS 2013 - Docker - Containers 2015 - CNCF (Cloud Native Computing Foundation) - Cloud Native Over to you: Which ones have you used?While it may be inexpensive or even free to get started, the complexity often leads to hidden costs, resulting in large cloud bills. The purpose of this post is not to discourage using the cloud. I’m a big fan of the cloud. I simply want to raise awareness about this issue, as it's one of the critical topics that isn't often discussed. While AWS is used as an example, similar cost structures apply to other cloud providers. Free Tier Ambiguity: AWS offers three different types of free offerings for common services. However, services not included in the free tier can charge you. Even for services that do provide free resources, there's often a limit. Exceeding that limit can result in higher costs than anticipated. Elastic IP Addresses: AWS allows up to five Elastic IP addresses. Exceeding this limit incurs a small hourly rate, which varies depending on the region. This is a recurring charge. Load Balancers: They are billed hourly, even if not actively used. Furthermore, you'll face additional charges if data is transferred in and out of the load balancer. Elastic Block Storage (EBS) Charges: EBS is billed on a GB-per-month basis. You will be charged for attached and unattached EBS volumes, even if they're not actively used. EBS Snapshots: Deleting an EBS volume does not automatically remove the associated snapshots. Orphaned EBS snapshots will still appear on your bill. S3 Access Charges: While the pricing for S3 storage is generally reasonable, the costs associated with accessing stored objects, such as GET and LIST requests, can sometimes exceed the storage costs. S3 Partial Uploads: If you have an unsuccessful multipart upload in S3, you will still be billed for the successfully uploaded parts. It's essential to clean these up to avoid unnecessary costs. Data Transfer Costs: Transferring data to AWS, for instance, from a data center, is free. However, transferring data out of AWS can be significantly more expensive. Over to you: Have you ever been surprised by an unexpected cloud bill? Share your experiences with us!No postsReady for more?



This post first appeared on VedVyas Articles, please read the originial post: here

Share the post

EP74: The Evolution of AWS Services

×

Subscribe to Vedvyas Articles

Get updates delivered right to your inbox!

Thank you for your subscription

×