AWS Compute Overview Flashcards
What are the 4 primary services for compute purposes?
EC2, ECS, Lambda, Elastic Beanstalk
What is EC2 stand for?
Elastic compute cloud, virtual server based computing
What is ECS stand for?
Elastic container service, container based computing
What is Elastic Beanstalk?
A platform as a service solution (PaaS)
What is labda?
A serverless computing option
Which of the compute services offers the most control / customisation?
EC2 are designed to mimic on premises servers. You can choose the operating system, processing power, storage type/capacity, as well as other customisations.
Which compute service is similar to platforms like Heroku, which allow you to upload your application code with minimal management?
Elastic Beanstalk.
Which service offers a serverless computing solution?
Lambda
Which service offers an image based containerised computer solution?
Elastic container service (ECS)