Lol I'm interested in cloud computing and programming. I'm just learning how things fit together and what I can do with it.the real question is do you want to get the paper cert or do you actually want to learn how to work in azure ?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Lol I'm interested in cloud computing and programming. I'm just learning how things fit together and what I can do with it.the real question is do you want to get the paper cert or do you actually want to learn how to work in azure ?
Im quite interested in it...Id like to get more security services knowledge in this.the real question is do you want to get the paper cert or do you actually want to learn how to work in azure ?
My guess is AWS and Azure are pretty close on pricing so doubt that is what he means.I gather from this that AWS is the go to these days? Is Azure history or? Just curious
Edit: Founds this. I'm clueless on AWS so this is quite informative.
best is a hybrid approach with having some services on prem and other in the cloud.There is no one "right" solution.My guess is AWS and Azure are pretty close on pricing so doubt that is what he means.
A lot of "old schoolers" believe that they are begin ripped off by AWS or Azure.
I'm on the other side of the fence, AWS, so can't speak to Azure.
But you can't pay a price on not needing to worry about your "dedicated server" having a hardware failure, then you need to email the company because they don't have monitoring. Then their connections go down. No virtual networking, etc. etc. etc.
Comparing these local dedicated hosting options to AWS is like comparing a bicycle to a top of the line car.
They aren't in the same league, not even in terms of use cases.
I also put dedicated in quotes because some of them have fine print where you actually get part of the machine. Don't even want to imagine what the security, availability, reliability & consistency is like in that situation.
I really don't see what you need on-premises equipment for but many, many old school companies are convinced this is way so who am I to arguebest is a hybrid approach with having some services on prem and other in the cloud.There is no one "right" solution.
Also not here to argue.I really don't see what you need on-premises equipment for but many, many old school companies are convinced this is way so who am I to argue
Yep +1000Also not here to argue.
I'm on the Azure side.
I don't have to worry about site security, air con, electricity, hardware failure, UPS.....etc.
All that I worry about on site is the wifi devices and ensuring the Mikrotik has a IPsec tunnel active to Azure.
are you a developer ?I really don't see what you need on-premises equipment for but many, many old school companies are convinced this is way so who am I to argue
Yep, specifically in the dev-ops realm. Roughly 30% of my time is spent on operations for large fleets of servers. The rest of the time I'm developing software in a number of languages, at the moment primarily Kotlin.are you a developer ?
i might be wrong but i get the sense with developers only think about their specific application and not the "bigger" picture and how everything ties in/interconnect together.This can be seen in the thread , as it all centers on bespoke web applications which is perfect for the cloud.Most companies that are running an IT infrastructure with with microsoft active directory will go with a hybrid approach and leverage the best of both on prem and cloud.Yep, specifically in the dev-ops realm. Roughly 30% of my time is spent on operations for large fleets of servers. The rest of the time I'm developing software in a number of languages, at the moment primarily Kotlin.
Is there any document that explains how a system was put together? Like a case study. It will be an interesting read or conversation. I don't really have experience ,so I try to find how and why certain technologies or stacks fit together.i might be wrong but i get the sense with developers only think about their specific application and not the "bigger" picture and how everything ties in/interconnect together.This can be seen in the thread , as it all centers on bespoke web applications which is perfect for the cloud.Most companies that are running an IT infrastructure with with microsoft active directory will go with a hybrid approach and leverage the best of both on prem and cloud.
Cloud in the SA context is very much colocation.best is a hybrid approach with having some services on prem and other in the cloud.There is no one "right" solution.
Solutions that are sensitve to network latency.I really don't see what you need on-premises equipment for but many, many old school companies are convinced this is way so who am I to argue
Not really, but Stack Overflow has a break down of their architecture which is really nice.Is there any document that explains how a system was put together? Like a case study. It will be an interesting read or conversation. I don't really have experience ,so I try to find how and why certain technologies or stacks fit together.
No cloud provider has a limit on spend.Azure is a great way to spend dedicated server type money on a 2 core vps.
Remember you're not paying for the web app, you're paying for the app service plan which is the VM acting as your web server. You choose how to allocate the resources of that VM, so you can deploy 100 web apps if you wish.1. You are running a webapp service on Azure. You notice your traffic is getting very heavy. Do you scale up or scale out? And why would you do that?
This issue is handled by Availability Groups in SQL Server. Similar to how scaling out above would use a traffic manager, you use a DNS entry in your connection string so when its need to failover it just makes another node the primary behind the scenes.2 You have a website linked to an SQL database (could be a nosql one too) - as part of the SLA - do you include a Queue, or live with the possible downtime? How do you prevent data loss or damage? And does the Queue add to your costs significantly ?
End user experience, < 100ms response times is the goal3. If you are working for a South African company - which region do you use? As you know - not all services are available in SA as yet and Covid has slowed things down considerably.
I would use something like direct connect in that situation.i might be wrong but i get the sense with developers only think about their specific application and not the "bigger" picture and how everything ties in/interconnect together.This can be seen in the thread , as it all centers on bespoke web applications which is perfect for the cloud.Most companies that are running an IT infrastructure with with microsoft active directory will go with a hybrid approach and leverage the best of both on prem and cloud.
Solutions that are sensitve to network latency.
ping ec2-xx-xxx-xxx-xxx.af-south-1.compute.amazonaws.com
PING ec2-xx-xxx-xxx-xxx.af-south-1.compute.amazonaws.com (123.456.789.012): 56 data bytes
64 bytes from 123.456.789.012: icmp_seq=0 ttl=238 time=3.085 ms
64 bytes from 123.456.789.012: icmp_seq=1 ttl=238 time=3.301 ms
64 bytes from 123.456.789.012: icmp_seq=2 ttl=238 time=3.687 ms
64 bytes from 123.456.789.012: icmp_seq=3 ttl=238 time=3.374 ms
64 bytes from 123.456.789.012: icmp_seq=4 ttl=238 time=4.007 ms
64 bytes from 123.456.789.012: icmp_seq=5 ttl=238 time=3.466 ms
64 bytes from 123.456.789.012: icmp_seq=6 ttl=238 time=2.731 ms
What you’ve described below.This is ping form my house.
So what would be so sensitive that it needs less than ~3ms latency
You can't get into the site unless you have been authorised.
Opening the doors sets of alarms that notify people on site and remotely (in other countries, so it isn't something that goes unnoticed)
Huh?What you’ve described below.
I really don't see what you need on-premises equipment for but many, many old school companies are convinced this is way so who am I to argue