Compute Service Flashcards
Sutdy Chapter - HCIP
In the computing era, what does full stack-full scenario mean?
a variety of development frameworks and languages.
As science and technology have evolved, we’ve seen four main stages in the evolution of compute:
data center, virtual machine, containers and serverless.
When it comes to ECS flavor naming rules we encounter ourselves with the following instance families: c, m and s, what do these stand for?
c = compute ecs
s = general purpose ecs
m = memory optimized
if for example I have the following flavor: s2.medium.4, can yuou describe each element of the name?
s= general prupose
2 = second generation
medium = flavor size (number of vcpus) – consider: small - 1vcpu, medium - 1 vcpu, large 2vcpus, xlarge - 4vcpus and nxlarge (n*4vcpus) – la n puede indicar una mayor cantidad de vcpus.
4 = quantity of gib of ram.