Ad space (banner)
AD

Got the fundamentals? A structured AWS course is a fast way to level up.

Find AWS courses on Udemy

Affiliate link. Costs you nothing extra.

☁️AWS Lessons
Lesson 2 / 41

What Is AWS?

This lesson is for anyone asking "what actually is AWS?" Amazon Web Services is a cloud platform that rents you servers, storage, databases and much more, over the internet, charged by what you use.

Traditionally you bought physical servers, installed them somewhere, and maintained them yourself. With AWS you create a server with a single command and delete it just as quickly when you no longer need it.

AWS offers well over 200 services, but a small handful covers most work: EC2 (virtual servers), S3 (storage), IAM (permissions) and Lambda (running code without servers).

A common stumble is leaving resources running after an experiment and being surprised by the bill. Cloud billing is by the hour or by the request — deleting what you no longer need is part of using it.

In real work, AWS underpins a huge share of the world's web services, and cloud skills are now expected of infrastructure and backend engineers alike.

AWS
Try it (type this into the pseudo terminal)
aws --version

🧑‍💻 You can type this command into the AWS pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)