Like clouds in real life they are pretty to watch from a distance, but actually quite annoying if you are inside them.
@LusidDreaming9 ай бұрын
I see AWS like Walmart. Anything you can get there you could find a better version of elsewhere, but damn is it convenient to have everything in one place.
@adamk.71779 ай бұрын
Spoken like someone who isn't comfortable with terminal. I use Arch btw
@da-voodoo-shuffle9 ай бұрын
Also it's moist inside them 😉
8 ай бұрын
So is your mom Lmao gottem
@littlered63407 ай бұрын
Me and the boys when we in a cloud: 😡
@Beastintheomlet9 ай бұрын
RE: Azure Growth, you have to realize that every enterprise level company in every sector except Tech uses Windows. And user permissions in Active Directory carrying over to your cloud infra is a huge win.
@kamilkardel27929 ай бұрын
Windows + Office/Microsoft 365.
@gaiusjcaesar099 ай бұрын
I send this. Plus SSO integration with everything else (Workday, Power Bi, etc.) make it very valuable.
@deidyomega9 ай бұрын
Exactly, the second you leave the tech world, you see windows everywhere.
@Archepter8 ай бұрын
I don't think people mean enterprise infrastructure when they discuss these issues. Enterprise infrastructure is a fraction of the web and mostly private, not open for public, you can't expect millions of users. 90% of public facing internet web app/pages will be served by a software running on linux.
@michaeltorres12638 ай бұрын
Not the case, my company runs windows ec2 instances in the cloud and runs Microsoft SQL Server in various ec2 instances as well. It's a horrible and expensive fate.
@griof9 ай бұрын
You should take into account, most businesses in Europe use Microsoft. Their market share is just huge. Everything starts with the OS and office suite. Then they give introduce you into Azure via easy excel integration
@5h4ndt9 ай бұрын
I deleted my initial response because it was incoherent rambling and I can't be bothered to rewrite it. Sorry.
@flarebear53469 ай бұрын
Yeah basically every single company I've seen uses azure here. It's crazy how much they are used
@ThomasAndy-qu8dp6 ай бұрын
I work in France with other European companies and yes, many many stuff here is with Microsoft. So much that it poses issues regarding "sovereign" cloud techs. But still, were mostly using Microsoft stuff. From what i gather : the integration with Active directory is great(seamless and all the SSO stuff) and they have a better transparency regarding European rules about personal datas.
@georgehelyar9 ай бұрын
I use azure at work, it's fine. It's basically the same as AWS but with better naming for its services. EC2 = Virtual Machines, S3 = Storage etc. When people describe their AWS architecture and it's like we connect the floopidy floop to the thingamybob I just can't help thinking why would Amazon do this?
@devinjohnson57599 ай бұрын
As a entry level engineer who just graduated, the naming schemes of AWS and the shire number of services they provide is what has deterred me from learning it😭
@drunkenfarmer25139 ай бұрын
@@devinjohnson5759 Its all good, anyways if trend continues azure will have more market share at some point in the near future
@thewhitefalcon85398 ай бұрын
@@devinjohnson575990% of it is crap. Someone requests a specific use case so they make it a new service and make it cost 5 times what it costs to do it yourself.
@almc84458 ай бұрын
Man Azure is better than AWS now, but like ~6 years ago it was actually a massive step better than it is now
@ahmedanwer68998 ай бұрын
maybe it's a kind of psychology to deceive you from the essence of what the service offers.
@cosmic_jon9 ай бұрын
Azure runs the corporate side of almost all large companies -- i.e. Active Directory and SSO app registrations. AWS is more for web infrastructure.
@LusidDreaming9 ай бұрын
The lab I worked for in school got a $25k grant from AWS. We burned through it in less than a year using their recommended architecture, and then were stuck trying to figure out why we had a $3k/mo bill for an application that had at most 1,000 concurrent users at any moment.
@daa52499 ай бұрын
Save money and let your kids do admin.
@doc85279 ай бұрын
1000 at any moment is not that trivial to be honest. For many online game launch, they immediately run into server crash even the players are only 10k-50k. And you completely forget the cost of operation, if you hire a developer to do this type of job, $3k/month might only get you a terrible junior, and the person might wrote a way worse version than the current architecture that can crash any time. You might end up shipping nothing or have to be constantly ready for on-call whenever the flow crashes your limited cheap server. So you see the tradeoff, here. You might also have fewer user but the app consume huge amount of data due to whatever you try to do. Since you mention lab, I would assume it involves large amount of data uploading and displaying, you might want to monitor the app traffic for apis, to see if you can cache those data if they exist, which might kick your whole 3k down to few hundreds, if that's the symptom.
@LusidDreaming9 ай бұрын
@@doc8527 To be clear, we are using a series of EC2 to run our application, so not self hosted in terms of on site. We ended up reducing our bill to under $1k a month going this route without adding any extra developers. The recommended AWS architecture was not any less complex than the EC2 solution, it just had different tradeoffs. We will never reach AWS availability guarantees with our current solution (compared to managed services) and we are likely not as secure. However, our solution is cheaper, easier for us to understand because we're not connecting a bunch of black boxes, and completely portable to another provider with minimal cost. This all comes from understanding the project requirements and constraints. We have low security risk and low availability concerns due to the nature of the project. We are also contained to a very tight budget coming mostly from grants. So the cheaper alternative ends up fitting better for us. I bring this up to point out that solutions architects are more or less sales people. I don't know if that's intentional, but thats based on three separate experiences with them. They try to push overly complex architectures that use a lot of proprietary vendor lock in kind of services. A good consultant will try to understand all the constraints for the business. I have not had that experience with anyone from AWS spanning three separate companies.
@RRKS_TF9 ай бұрын
@@doc8527Local servers sound like they would be significantly better than AWS. Game servers (and video streaming) have significantly more processing to do than a lab server - they would have their own dedicated setup for HPC. Furthermore the $3k/month is just hosting fees. Furthermore if the server goes down in the middle of the night, not many people would notice.
@voidspirit1118 ай бұрын
@@doc8527lota of "depends" in your comment. First, you don't know where the person lives. 3k/month can get you a mid dev i east europe or vlose to senior depending on the year the op's story happened. Secobdly, they probably still.needed someone to develop and aws technician just suggestwd the architecture that rhey are thought and gives maximum profit to the aws provider. Thirdly.. it's a school lab.. like cmon....
@TomNook.9 ай бұрын
DHH has been talking about this for ages, but I remember Theo slating this view. In general, if you are a startup and/or don't have the expertise to handle onsite servers (and all the maintenance, tools and processes that come with it), then go cloud. For scenarios where demand is relatively stable and predictable, and your staff are well equipped in server knowledge, go onsite metal.
@twenty-fifth4209 ай бұрын
I don’t quite know how much I agree with that, although I have never deployed, just written local web code. My initial response was just… buy another server. I don’t know, is that easier said then done? Even still, you can always use a hybrid approach if you do need to scale. Maybe have a local server for dev and testing, and a cloud one for final deployment or ci/cd. That said, cloud services are probably good for most people. I will have to get more experience in the field to say one way or another.
@aftalavera9 ай бұрын
Is that your analysis? Brilliant!
@Raykazen9 ай бұрын
We're doing rented bare metal and it's pretty OK. I feel like full on prem is a tad harder
@radomane9 ай бұрын
Use vercel < Hire 8 engineers, spend around 250K on hardware and spend the next 5 months making it stable
@denissorn9 ай бұрын
@@twenty-fifth420does it even matter is it easier. Developers used to be enthusiasts who like to get their hands dirty, and regular admin stuff used to be something one would anyway want to learn/get experience with. Sure, nowadays in the world of (Often unnecessary) k8s etc it has become more difficult/complicated, but not that much. E.g. most AWS stuff is going to be relatively easy (a matter of reading docs) to anyone who understands the basics of system admin and networking. Then, another issue I see are vastly different PoVs, or should be very different. Like here you have a guy receiving $ from Vercel, another working for Netflix, then average kiddo hoping to get a job in a local JS shop (Maybe hoping to get a work at local job market company, a bank, local producer of book keeping software etc.). It's completely different worlds. Then somehow you have this situation where a frontend dev or a designer basically (Without intention of changing the trade) end up learning tech which is a tool for engineers, and being an (Not software, electrical) eng is often a precondition to get such jobs. Crazy.
@asherrfacee9 ай бұрын
Azure’s customers not just government and medical, it’s actually very even. Most Fortune 500 companies use Azure. Azure was the first of the two to create a “hybrid cloud” service that mixes on-premise with cloud services and most agree Azure’s hybrid service is better supported than AWS’s. A lot of companies already used windows servers or the Microsoft stack on-prem, so for them it’s a no brainer to migrate to Azure. But to your average company, AWS and Azure are the same and any service offered in one is available in the other, so most people just use what they’re familiar with. I think Azure’s services have sensible names unlike AWS, so if you’re looking for something in Azure it’s easy to find.
@ironized9 ай бұрын
Azure gets enterprise cloud migrations because of the easy integration with their networks/AD/Entra and office products.
@elliott85969 ай бұрын
It's really because they've done a great job at selling the idea that "Microsoft works well with Microsoft"... In reality, that's further from the truth. I've had a lot more success with .NET based applications running on GCP than Azure just because Azure is such a shit platform.
@ShadowKestrel9 ай бұрын
"how did google fumble the bag so hard" applies to all their products at this point, even the search engine is falling behind motherheccin bing
@monad_tcp9 ай бұрын
By being google. That's true, Bing is better than Google, proof, DuckDuckGo is Bing. I'm using it since 2018 and never miss Google anymore.
@moonasha9 ай бұрын
5 years ago if you told me bing would be better I would have laughed in your face. Today I exclusively use it over google, google is just absolutely worthless for anything beyond basic information and even then 75% of the results are AI SEO sites. Also bing pays you for stealing your data too, not really sure how many searches it takes, but I've gotten 20 dolla in amazon credit now just from daily searches, it's a nice little bonus that makes the whole data stealing thing at least somewhat less painful
@BigOrangeMan8 ай бұрын
Time for binging
@jared_bowden8 ай бұрын
You know, I've often used Edge-Bing when researching on lab computers ('cause that's the default) and I can say this: Edge is a super nice browser, when I look stuff up in Bing there are no less than 3 different icons to click on in order to communicate with MS Copilot, and in addition there's a bunch of AI popups and other "browser tools" that show up...but the search results are trash. I often have to scroll through two pages of search results, find nothing relevant, search up Google, looks past the misleading search bar that MS hilariously puts in front of Google's page, look it up in Google's site, and find the perfect search result first time almost every time. This has happened over a dozen times in the last few months alone. If Bing can get a halfway decent algorithm, they have a good shot at kicking Google, but I have strong doubts that will happen.
@ThomasAndy-qu8dp6 ай бұрын
I dont know how it got so bad yeah. When i was searching for specific stuff, it used to give me great/straight to the points articles. Now its websites full of ads. What the hell
@subrezon2 ай бұрын
14:35 I dunno, that could resonate with me. "Come over, you can leave us anytime" sounds way better than "once you put your data in - we got you by your balls".
@Myexpectationsarerealistic17 күн бұрын
Because I can’t carry a server in my pocket, but I can manage a cloud with the device already in my pocket.
@wywarren9 ай бұрын
AWS Activate credits are often dished out in increments of 10-25k up to that cap, you're also required to burn it within two years I think. So they're gaming the FOMO of the credits to get your burn rate up before you start paying.
@shinebayar9 ай бұрын
Yeah. They pretty much set you up for 5k to 10k monthly costs by their credit system.
@Emil_969 ай бұрын
To the point of Azure: I work at a giant corporation and we're almost completely exclusive with Microsoft (using Azure, Teams, etc), so I guess there are some contracts that MS does with giant corps
@ericng88079 ай бұрын
there was a point where i lived in the aws gui for a month, got unaddicted real quick
@ElvenSpellmaker9 ай бұрын
I'm a Platform Engineering Consultant in the UK and our split is at least 70% Azure 30% AWS and very little GCP (I've been on one GCP discovery the whole time I've been here [over 4 years]).
@monad_tcp9 ай бұрын
why would you ever use GCP ? and have to worry it could just stop existing overnight as anything from google that's not related to "ads". The worst company for longevity of products.
@RemizZ8 ай бұрын
Don't forget Azure hosts Office and therefore Teams, which everybody now has to use because it comes with Office... plus iirc, they're the only one with an option to keep data on EU servers only, which is huge for GDPR
@ThomasAndy-qu8dp6 ай бұрын
i can confirmyou the last part about EU servers. While it's sad Europe doesn't have its own "big tech cloud companies", Microsoft are the most "transparent" regarding Data hosting and sharing in the EU. They have entire teams dedicated to that. Amazon are quite stinky in comparison. That's why while the prices are quite "similar", IT experts are usually going with Azure.
@ninjaasmoke9 ай бұрын
Only Prime can make a 5 minute video a 25 minute video
@sploders10199 ай бұрын
I have a theory that Amazon intentionally makes their AWS UI that difficult so you have to get certified to use it and then fall prey to the “sunk cost fallacy”
@CaptTerrific9 ай бұрын
6:27 NEVER underestimate Nadella
@tc22419 ай бұрын
That dudes been absolutely killing it. It’s annoying because it’s like MS has swapped with Apple and Google with some of their current offerings
@alst48173 ай бұрын
I love Nutella!
@salvatoreshiggerino68108 ай бұрын
Non-technical managers are living and breathing Microsoft Office products. That gives huge brand recognition benefits to Azure, right right where it matters the most. That’s probably why it’s the fastest growing cloud provider.
@prgnify9 ай бұрын
I'll keep hammering that it is crazy Slack eve exists at all. But it is crazy Prime is somehow excited about DHH Campfire stuff when ZULIP IS LITERALLY FOSS
@CodecrafterArtemis4 ай бұрын
I'm not saying that Slack could be replaced with a Markdown filter over an XMPP server. But I wonder if it could be.
@arimill10459 ай бұрын
Businesses already have an Azure Tenant just to handle users et al., in the enterprise space. Migrating to azure was just easier for them.
@AaronMartinColby9 ай бұрын
I was yelling "enterprise" at the same time as everyone else. Microsoft packages a lot of Azure resources into larger enterprise contracts. Further, I've now been at three medium-sized companies that used AWS and we had monthly AWS bills in excess of $250k at each of them. We didn't have huge numbers of users. We had complex systems powering financial transactions, so it's not like we were running Mastodon, but the actual user counts were measured in the single-digit thousands. That is bonkers expensive.
@askholia9 ай бұрын
Vercel is the Kick of AWS Cloud Computing.
@peanutcelery9 ай бұрын
Vercel is the one live-streaming a kick livestream
@askholia9 ай бұрын
@@peanutceleryThis made me laugh, absolutely.
@AnnatarTheMaia5 ай бұрын
That "Docker", "Kubernetes" and "cloud" garbage must disappear yesterday. It's the worst thing which ever happened to the information technology industry. Make clean OS packages instead!
@theairaccumulator71444 ай бұрын
Fr
@AnnatarTheMaia4 ай бұрын
@@theairaccumulator7144 what is "Fr"???
@Andoresu969 ай бұрын
I only used lambdas for work, all my projects run on plain old servers and im happy like that
@richardmenz32579 ай бұрын
Azure is gov, medical, and legacy midwest companies
@flarebear53469 ай бұрын
It's also all of europe
@nigzaminja93284 ай бұрын
I'm ex-AWS and I can confirm that AWS is the business that brings in the most profit for Amazon.
@BirkinIdk3 ай бұрын
My place of work uses Azure, we do a lot of government/military contract work. We're a manufacturing shop and we very frequently have many ITAR and other "confidential" blueprints on site. Not sure if Azure is used for security purposes or why, but I know our network is pretty darn locked down.
@bugged12129 ай бұрын
Hosting at home is the future, I have been hosting an app that has 2-3k requests per hour for the past year with almost zero downtime. It's not that hard. And it's actually fun.
@3lH4ck3rC0mf0r79 ай бұрын
Another thing that worries me about cloud is egress time. Even assuming you can foot the bill on its own, how long would it take you to transfer the data somewhere else? This traffic will slow down, or even require you to shut down your site altogether, which is as much of a problem as the bills themselves.
@RemizZ8 ай бұрын
Amazon has no idea how to do good UX/UI. That goes for their stores and AWS. if they weren't already that big, they'd have no chance to survive.
@pilotashish8 ай бұрын
my cloud is an old thinkpad serving all my 10 users
@fabianschwarzfritz8 ай бұрын
@ThePrimeTime Azure did raise because: European companies for example are often times using Azure. They have existing contract with MS and are later in joining the SaaS train
@1234minecraft56789 ай бұрын
"Aint no way youre doing it successfully" Meanwhile the company i am working for for has h complete datacenter as well as every one of the major cloud providers lol
@wannabelikegzus9 ай бұрын
Just my org where I work has a monthly GCP bill around $25k. I think we spent like $100M last year, total, and it's all because our "infrastructure" teams wouldn't hire some OpenStack consultants to install and run it on our own hardware (that we already owned).
@Vesrayech3 ай бұрын
I use Vercel for hosting simple things mostly to showoff or that I don't expect will get any traffic, and that's because it is so simple to use. Don't want to bother with AWS for hosting a simple static site.
@SashaCianuro8 ай бұрын
So, it's a good deal to learn some Cloud platform ?🤔
@carljames94529 ай бұрын
Retail in general is a high revenue, but extremely low margin business.
@thewhitefalcon85398 ай бұрын
Amazon has higher margins because it's a monopoly.
@Spinikar9 ай бұрын
I use Azure at my company and never had a major issue with it. It's got some quirks for sure but it's fine.
@jesse99999999 ай бұрын
8:11 i honestly think AWS keeps the platform difficult to use because A) it creates an ecosystem of courses and certificates that they can make another revenue stream out of and B) to build a bigger moat for themselves, because even if they fall out of grace in the public eye in any way people will still unknowingly be using their services via a third party
@rrraewr9 ай бұрын
14:45 actually a point i always consider is how locked in I am and how easy it would be to switch
@covle91809 ай бұрын
I love your rants on slack. So good.
@swannie15038 ай бұрын
Multicloud is possible it's just a ton of plumbing. It's the future, though. There must be a way to decouple business logic from vendors, pricing, and developer experience. Take a look at Data Mesh architecture. I feel like that paradigm indicates the mood that we shouldn't be chaining ourselves to any specific provider.
@ryanfav9 ай бұрын
Azure was among the biggest PITA I've ever dealt with, every little thing involved jumping through 5 hoops and odd choices of defaults, now that its working, the costing is trivial,
@Dotrund9 ай бұрын
Tech companies like AWS. Most other companies like Azure. Think manufacturing, medical, banks
@BigOrangeMan8 ай бұрын
what i noticed with azure is its not mainly used by startups thats gonna bankrupt in the next year or so, unlike mainly gcp!
@NeilMartin988 ай бұрын
Where is my Openstack crowd?
@sarabwt9 ай бұрын
AWS is off their fucking rockers. They started charging 3.5$ per IP address, making the cheapest EC2 instance cost 5$/month. You pay 2x more for a fucking IP address than you do for the compute... Also, their whole shit is fucked. It's not a UI problem, its that they have 10 million different services that somehow kind of integrate with each other, but they really don't. In the end, you have no fucking idea what you are even paying for and that shit is practically impossible to track. The whole UI is just "Hey kid, you want some smack?" "Sure stranger, what could go wrong" and at the end of the month you just see the fucking bill for 50$ extra because you clicked on one big round button. I maintain multiple small accounts and can barely stay on top of all the pricing bombs hidden there. I really wonder how much money is burned in huge orgs because of some shitty config or architecture decisions...
@Hossimo9 ай бұрын
S3 egress is what keeps me awake at night.
@k98killer9 ай бұрын
2:40 Idk how he hovered his mouse over the part that showed AWS was producing $5.4B in profit while the Amazon store was producing a loss of $2.9B and still didn't notice.
@shellderp9 ай бұрын
My company has a million+ monthly AWS bill, its nuts
@jfftck8 ай бұрын
I have found cloud computing has resulted in moving away from maintaining hardware to spending that time configuring multiple environments where the most difficult one is making it work locally.
@miloszivkovic62568 ай бұрын
Lot's of places consider Amazon a competitor so for example I worked at a company that had Walmart as a client and they didn't want to do business with us if we used AWS so whole stack was moved to GCP
@angusferguson57568 ай бұрын
Heard this one before - They like to throw this out there as why, but in actuality there’s a family tie between executive leadership with Walmart and Microsoft. Amazon doesn’t care if a customer has Walmart as a client. It serves Amazon zero interest to put their whole cloud business at risk to “one up” Walmart.
@kalebbruwer4 ай бұрын
Amazon's profit being so low is no accident. When they have money left over they spend it on R&D. Since that's an expense, that money won't get taxed
@RemizZ8 ай бұрын
"Cloud" could also just mean having managed k8s at a medium sized hosting provider and you'll probably be fine if you don't aim for international delivery.
@bennwalton8 ай бұрын
once it's up and running aws is much much higher margin than their retail stuff. they have to spend a lot of money to make retail work at all, while the cost of 1 more AWS instances is negligible if you have the servers built out
@AHN14449 ай бұрын
what would be the best option for a real estate online app for brokers, which whould serve their listings by API for them to use on their websites? regarding transfer costs, for the images they upload of each listing.
@CodecrafterArtemis4 ай бұрын
This is the 2nd time recently I hear about Ahrefs. The 1st time was me researching Melange.
@IARRCSim8 ай бұрын
9:05 I want what he's having but for creamy chocolate cake. That is a crazy number of cigarettes.
@stefanhall64159 ай бұрын
Needing a UI in AWS is a skill issue. Use CLI and TF
@alivepenmods5 ай бұрын
To be fair their cli is bad. TF sucks the soul out of me. Like cdk more It's still bad overall.
@MrTomyCJ9 ай бұрын
Alleviating the cost of egress of a service is a way to alleviate its cost of entry: "Now I can enter and try it without worrying too much about how to exit". And no, voluntarily signing a contract where you have to pay to transfer data out is not "techno feudalism".
@thewhitefalcon85398 ай бұрын
Slaves voluntarily signed contracts with their masters, because the alternative was deth.
@akhilbisht7988 ай бұрын
Prime hair being transparent in the video 🤣
@tc22419 ай бұрын
Az’s UI is better and they know how to sunset a product. GCPs UI is somehow just as bad, in some ways worse, than AWS. Az also gives pretty deep discounts. All that said, for my personal project I’m hosting my own server and it’s much cheaper than hosting it in the cloud(not even close). I’ve seen AWS’s “quotes” for twitch streamers and it’s so laughably inflated im surprised they haven’t floated away. The main benefit is regional hosting. For small businesses I’d personally recommend a combination of metal and cloud/cdns if you’ve the know how and infrastructure. You’ll save 10’s of thousands rather quickly.
@reaganaustin59689 ай бұрын
Microsoft has absolutely corned the mid-tier software market for enterprise. You need a pretty quick and safe application, use C#. All of a sudden you're balls deep in visual studio and Azure Dev Ops. Your repo. Microsoft. Your editor. Microsoft. Your code. Microsoft. Your hosting. Microsoft. FUCK IT. Your server. MICROSOFT. Developing software targeting windows makes perfect sense especially for business targets. DEPLOYING SERVERS THAT RUN ON WINDOWS IS CRAZY WTF WHY WHY WHY.
@vitalyl13279 ай бұрын
I'm so glad I don't care about cloud computing at all.
@hotrodhunk73899 ай бұрын
Yes! I seen a big honey pot. Get you hooked then keep raising the prices. So glad I just setup proxmox on two e waste laptops. 12 cores, 38gb memory. Idk what that would cost on AWS.
@magfal9 ай бұрын
@@hotrodhunk7389 all the benchmarks I've done for my company's use case both AWS, Azure and GCP are more than 10x more expensive.
@vaisakh_km9 ай бұрын
@@hotrodhunk7389 really? Something tells me it's not for any business that makes money, but for simple homelab server for you to mess around and host jellyfin 😏
@dejangegic9 ай бұрын
@@hotrodhunk7389 That's a small fortune on AWS.
@daa52499 ай бұрын
@@hotrodhunk7389 Is proxmox production ready and stable?
@owlmostdead94929 ай бұрын
As far as I know "getting the bag" is literally what selling out is? 16:30
@et3799 ай бұрын
Isn't that low profit tax related? There was some news regarding them showing losses the whole time to reduce tax burden.
@StrengthOfADragon139 ай бұрын
I will say, having closely seen negotiations with folks burned by AWS, it is no small selling point to mention no egress fees. Once burned, folks legitimately worry about trading one tyrant for another
@angusferguson57568 ай бұрын
AWS just announced free egress out if you want to leave AWS. It’s like they heard you and responded lol
@hypermiraclepositivegirl24159 ай бұрын
I'm a zoomer so I don't know about this but how did startups work pre-AWS if the cost and pain to manage bare metal is too high?
@kissuosts47049 ай бұрын
Server ownership gives you control over hardware and uptimes at a cost of 1500$/mo. VPS 60$ to get something good that can handle lots of load.
@LPikeno9 ай бұрын
One thing that many did was rent older servers on datacenters. An 8 core (16vcpu) with 64GB RAM and 250GB of storage could go as low as $120/mo back in 2017. You could rent infrastructure that would be enough for almost any startup for the cost of a larger EC2 instance. What nearly killed that business model was the ransomware wave, but to be honest, it was the ransomware scare.
@marioprawirosudiro73019 ай бұрын
By renting space at a datacenter. The datacenter handles maintenance, backup, etc, and you pay them money for it. The difference with this new "cloud"? They had no autoscaling. So if you need to scale up, you have to actually, manually, rent additional space. Also, sawattara taihou~ 🎵
@thewhitefalcon85398 ай бұрын
@@kissuosts4704$1500 is much higher than reality. Try $150.
@nabilabdel-hafeez39168 ай бұрын
No matter how bad slack is, at least it is not teams
@da-voodoo-shuffle9 ай бұрын
I think it should be part of all startups to have a cloud exit strategy
@autohmae9 ай бұрын
8:11 actually, they've been doing that for years, they've already destroyed lots of companies.
@Spiros2198 ай бұрын
did you actually mentioned techno-feudalism, the Yianis varoufakis book?
@monad_tcp9 ай бұрын
1:36 lol, it was literally there
@MrEnriqueag8 ай бұрын
Azure is popular because they have SLAs that make GDPR compliance easy, AWS afaik still doesn't
@Fiercesoulking9 ай бұрын
You don't need to buy a server here in Europe you can also rent V-Server , a real hardware server and cloud all from the same company xD Seriously this is still an option which seems completely forgotten.
@claudiovasquez20999 ай бұрын
Honestly, I'm only starting up. Microsoft basically gives us students 100 dollars for a yalear , i even got a free certification voucher for the fundamentals exam and got certified after passing the exam. Its UI is great, easy to use. Its cli is good. Overall, they are playing it right. They've gained my business. Amazon doesnt support students the way I see Microsoft doing.
@AlecThilenius8 ай бұрын
"If you leave me you'll spend all of eternity toiling with servers. Only I can protect you. Only here can you grow. Only I can offer the services you need. So stay. Where it's safe. Only I will ever love you" AWS - gaslinghting programmers since 2006
@ktarunreddy78829 ай бұрын
I multi cloud easily , I host my frontend on vercel for easy deployment through cli. I host my backend on linode
@antovega28 ай бұрын
amazon’s business was always putting everyone else out of business undercutting them
@edwinnunez32339 ай бұрын
at least for me azure is getting in by offering $100 free to students and is the only thing used at my university (fsu) which isn’t exactly small
@SaiyanJin859 ай бұрын
It would take forever for them to make the. UX/UI, why do that when you have vercel like companies doing the job for them
@huge_letters9 ай бұрын
2:12 which of those came in the fluffer?
@peepoclown58389 ай бұрын
I honestly think the issue is people using bloated programming languages that slow servers by 100x If you are a greenfield project, there is 0 reason to not use golang for your backend servers. There is no excuse for a greenfield project to burn so much cloud money
@JLarky9 ай бұрын
8:04 you are describing AWS Amplify and no one is using it
@iflux88219 ай бұрын
Saying that AWS has shitty UI you are not comparing it to the largest competitors, which have truly horrible UI. Vercel etc have better but they are not main players yet. Going from AWS to GCP and Azure is a nightmare. Their SDKs is a joke and bizarre insanity. To be fair AWS could do better but it’s still light years ahead
@xc13z8298 ай бұрын
How did Azure grow: those numbers include cloud versions of Office 365.
@kukuricapica9 ай бұрын
Just saw Microsoft projections and it is crazy. They basically own the market now that they got their hand on Open AI.
@CodecrafterArtemis4 ай бұрын
I've been poking AWS recently (my work place is using it) and I have to wonder if people go there because it's a "default cloud". The UI/UX is so darn obnoxious.
@andru50549 ай бұрын
I've been wondering about whether we can go back from cloud computing
@newsofthenerd9 ай бұрын
Redefining selling out? Yes selling out literally means selling out. That is the only meaning.
@jp3d2k8 ай бұрын
Oh no. Overly Attached Girlfriend is a boomer meme. I'll go choose my assisted living facility now.
@NdxtremePro8 ай бұрын
Amazon purposefully runs their profit at close to cost as a competitive strategy.
@arithmion77998 ай бұрын
BRB creating an abstraction layer over netlify.
@schneefackel70539 ай бұрын
Addicted, seriously? I still don't understand why anyone would voluntarily develop software in such an undebuggable environment. Every little thing is another """product""" with its own disgusting proprietary UI 🤮
@MrCymix5 ай бұрын
Nobody cares about developer experience in business. The options are a $500k/mo bill with a pretty screen or a $475k/mo bill with a gross screen. The business will choose the $475k every time.
@cyberdrace8 ай бұрын
Prime lives in a california webshit bubble and doesn't realize that everywhere else every business computer runs windows, every company is organized in active directory and that many of them will move to azure instead of upgrading their onprem servers.
@gammalgris24979 ай бұрын
The DB part gets an even bigger pain when you use DB programming languages a lot. Then migration gets more expensive