AWS General Flashcards
What is cloud computing?
On-demand delivery of IT resources and applications through the internet with pay-as-you-go pricing
What is another name for on-premises deployment?
Private cloud deployment
How does the scale of cloud computing help you to save costs?
The aggregated cloud usage from a large number of customers results in lower pay-as-you-go prices
You want to use an Amazon EC2 instance for a batch processing workload. What would be the best Amazon EC2 instance type to use?
Compute optimized
You want to use an Amazon EC2 instance to provide a balance of compute, memory, and networking resources. What would be the best Amazon EC2 instance type to use?
General purpose
You want to use an Amazon EC2 instance to process large datasets in memory, such as high-performance databases. What would be the best Amazon EC2 instance type to use?
Memory optimized
You want to use an Amazon EC2 instance for workloads that require high, sequential read and write access to large datasets on local storage. What would be the best Amazon EC2 instance type to use?
Storage optimized
What are the contract length options for Amazon EC2 Reserved Instances?
1 year and 3 years
You have a workload that will run for a total of 6 months and can withstand interruptions. What would be the most cost-efficient Amazon EC2 purchasing option?
Spot Instance
What is an example of Elastic Load Balancing?
Ensuring that no single Amazon EC2 instance has to carry the full workload on its own.
Elastic Load Balancing is the AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances. This helps to ensure that no single resource becomes overutilized.
Services used to deploy and manage containerized applications
Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS)
EC2 instance type ideal for short-term, irregular workloads that cannot be interrupted. No upfront costs or minimum contracts apply. The instances run continuously until you stop them, and you pay for only the compute time you use.
On-Demand Instances
Allow you to reduce your compute costs by committing to a consistent amount of compute usage for a 1-year or 3-year term
Amazon EC2 Savings Plans
Billing discount applied to the use of On-Demand Instances in your account, purchasable for a 1-year or 3-year term
Reserved Instances
EC2 instance type ideal for workloads with flexible start and end times, or that can withstand interruptions. Uses unused Amazon EC2 computing capacity and offers cost savings at up to 90% off of On-Demand prices
Spot Instances