EC2
Public.icon
from Cloud Component
#AWS
Short for Elastic Compute Cloud
Virtual server
Server that can be used on a pay-as-you-go basis
https://gyazo.com/e7e40e232d25fedf52c619374a77dc53
Usually used On-Demand
It seems that it can also be managed as Reserved or Spot instances
You can choose the specifications according to your usage
Specifications such as CPU and memory = Instance type
HDD, SSD = EBS
OS and other configuration information = AMI
https://gyazo.com/65fbdf76853ae5238203127b0e9b6835
The share of OS types running on EC2 is said to be evenly split between Linux and Windows
Windows Server
Fargate is a similar service in AWS.