Guillaume Eynard-Bontemps, CNES (Centre National d’Etudes Spatiales - French Space Agency)
2020-11-16
Thanks to Florient Chouteau and Dennis Wilson
for their work on this subject.
I took most of the content from theirs:
(Facebook’s data center & server racks)
The cloud is a real physical place - accessed over the internet - where a service is performed for you or where your stuff is stored. Your stuff is stored in the cloud, not on your device because the cloud is not on any device; the cloud lives in datacenters. A program running on your device accesses the cloud over the internet. The cloud is infinite, accessible from anywhere, at any time
Todd Hoff in “Explain the Cloud like I’m 10”
Using cloud resources for any purpose, web server, storage, computations.
Examples:
What’s the Cloud?
Answer link Key: zq
In computing, virtualization refers to the act of creating a virtual (rather than actual) version of something, including virtual computer hardware platforms, storage devices, and computer network resources.
Wikipedia
Basically we are running software on “abstract hardware” which is a “portion” of a real computer (“bare metal”)
Virtualization allows… (multiple choices)
Answer link Ket: un
Once upon a time…
Amazon (the e-commerce store) has “scaling” issues
2002-2003; The idea
Building an infrastructure that is completely standardized, completely automated, and relied extensively on web services for things like storage
Basically Amazon became very good at running scalable infrastructure as services
And that infrastructure is often there to answer peak load…
What means IaaS?
Answer link Key: gk
Academic, public founded:
We interact with cloud providers using APIs…
gcloud compute --project=deeplearningsps instances create ${INSTANCE_NAME} \
--zone=${ZONE} \
--machine-type=n1-standard-8 \
--scopes=default,storage-rw,compute-rw \
--maintenance-policy=TERMINATE \
--image-family=ubuntu-1804-lts \
--image-project=ubuntu-os-cloud \
--boot-disk-size=200GB \
--boot-disk-type=pd-standard \
--accelerator=type=nvidia-tesla-p100,count=1 \
--metadata-from-file startup-script=startup_script.sh
Why Cloud computing is a usage revolution (multiple choices)?
Answer link Key: sm
High througput storage system with horizontal scalability
AWS ParallelCluster
Everyone has its credits/coupons?
We’ll do more this afternoon!