diff options
author | JJ <nicetry@noemail.com> | 2025-03-19 14:56:26 +0000 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-19 14:56:26 +0000 |
commit | 16f52b7bef745097f7076dde76715db378b54343 (patch) | |
tree | cfcacda8adced2059dcc120d2bc2446d3c4f960a /content/notes/aws-solutions-architect/01-intro.md |
first commit
Diffstat (limited to 'content/notes/aws-solutions-architect/01-intro.md')
-rw-r--r-- | content/notes/aws-solutions-architect/01-intro.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/content/notes/aws-solutions-architect/01-intro.md b/content/notes/aws-solutions-architect/01-intro.md new file mode 100644 index 0000000..f9f1a7e --- /dev/null +++ b/content/notes/aws-solutions-architect/01-intro.md @@ -0,0 +1,27 @@ +--- +title: 01 - intro +description: intro +course: ["aws solutions architect"] +--- + +Amazon Web Services (AWS) is a cloud provider. + +It provides servers and services on demand that can easily scale. + +It's in direct contrast to on-premise solutions that require ordering servers and setting them up manually. + +It powers a lot of well known websites, like Netflix.com, which rents all their servers from AWS. + +## Facts + +- AWS has 90b in revenue +- 31% of cloud market +- 1m active users + +## Use cases + +Almost any use case you could want. + +- Hosting websites +- Backups and storage +- Big data analytics etc etc |