Compute - What is Compute in AWS? Flashcards
What is Compute in AWS?
Compute resources are the brains and processing power required by applications and systems to carry out computational tasks via a series of instructions.
What components are closely related to Compute?
CPUs and RAM, which are common server components.
How is a physical server within a data center considered a Compute resource?
It has multiple CPUs and a significant amount of RAM to process instructions from the operating system and applications.
What are some AWS services and features that offer Compute power?
- EC2 (Elastic Compute Cloud): Provides virtual servers (EC2 instances) that can be used continuously for months or years.
- AWS Lambda: Offers serverless Compute resources for executing small pieces of code, typically within a few hundred milliseconds.
- Other Compute services in AWS (covered in the course)
Can Compute resources be consumed in different quantities and for different lengths of time?
Yes, Compute resources in AWS can be consumed in varying quantities and durations, offering a wide range of performance and benefit options.
Which Compute resource you use in AWS depends on what?
It depends on your specific requirements and needs for your implementation.
What will be covered in this course regarding Compute resources?
The course will discuss various Compute services in AWS, allowing you to decide which one is best suited for your implementation.