AWS - Compute

Compute

  1. EC2 are VM on cloud run as an instance.
  2. EC2 container services are used to support cluster infrastructure.
  3. Elastic Beanstalk used to deploy code on amazon web services.
  4. Lambda is used as a service where we just deploy our code and set some events or triggering point for code to run and respond.
  5. LightSail to deploy code for those who has no experience of AWS deployment. 

Comments