What is Lambda
Lambda pricing models
What is EC2?
Elastic Compute Cloud: Allows you to rent and manage virtual servers in the cloud. You receive up to 750 compute hours per month on the free tier
What are the EC2 instance types?
How can you access and connect to EC2?
What are the EC2 pricing options?
What is Elastic Load Balancing (ELB)?
What is AWS Fargate?
What is AWS Elastic Kubernetes Service (EKS)?
EKS lets you run your containerized Kubernetes applications on both Amazon EC2 and AWS Fargate.
What is AWS Elastic Container Service (ECS)
ECS lets you run your containerized Docker applications on both Amazon EC2 and AWS Fargate.
What is AWS Lightsail?
i. Allows you to quickly launch all the resources you need for small projects
ii. Deploy preconfigured applications, like WordPress websites, at the click of a button
iii. Simple screens for people with no cloud experience
iv. Includes a virtual machine, SSD-based storage, data transfer, DNS management, and a static IP
v. Provides a low, predictable monthly fee, as low as $3.50
What is AWS Outpost?
i. Allows you to run cloud services in your internal data center
ii. Supports workloads that need to remain on-premise due to latency or data processing needs
iii. AWS delivers and installs servers in your internal data center
iv. Used for a hybrid experience
v. Have access to the cloud services and APIs to develop apps on-premise
What is AWS Batch?
i. Allows you to process large workloads in smaller chunks (or batches)
ii. Run hundreds of thousands of smaller batch processing jobs
iii. Dynamically provisions instances based on volume
iv. Example: Alfredo’s pizza wants to breakup the job of sending out 50,000 emails into 1,00 email chunks
What is AWS Simple Storage Service (S3)?
S3 is object storage service for the cloud that is highly available. Objects (or files) are stored in buckets (or directories).
What are S3 storage options?
What is S3’s Elastic Block Storage (EBS)
i. EBS is a storage device (called a volume) that can be attached to or removed from your instance.
ii. Can only be attached to one instance in the same AZ
iii. Recommended for quickly accessible data
What is S3’s EC2 instance store?
i. An instance store is local storage that is physically attached to the host computer and cannot be removed
ii. Storage on disks physically attached to an instance
iii. Storage is temporary since data loss occurs when EC2 instance is stopped
iv. Recommended for temporary storage needs and data replicated across multiple instances
What is S3’s EBS Snapshot?
An incremental backup. The first backup taken of a volume copies all data. All subsequent backups only the blocks of data that changed since the most recent snapshots are saved
What is S3’s Elastic File System (EFS)
i. Serverless network file system for sharing files
ii. Only supports the Linux file system
iii. Can have multiple instances reading and writing simultaneously
iv. Automatically scales
v. More expensive than EBS
vi. Accessible across different AZ in the same region
vii. Recommended for main directories for business-critical apps and lift-and-shift existing enterprise apps
What is S3’s Storage Gateway?
i. Hybrid storage service
ii. Connects on-premises and cloud data
iii. Recommended for moving backups to the cloud, reducing costs for hybrid cloud storage, and low latency access to data
What are the different S3 storage classifications?
What is AWS’ Content Delivery Network (CDN) service?
CDN is a mechanism to deliver content quickly and efficiently based on geographical location
What is CloudFront?
a. CloudFront is a CDN that delivers data and applications globally with low latency
b. Makes content available globally or restrict it based on location
c. Speeds up delivery of static and dynamic web content
d. Uses edge locations to cache content. If content is already in the edge location, CloudFront delivers it immediately, otherwise CloudFront retrieves the files from the origin
What is AWS Global Accelerator?
i. Sends your users through the AWS global network when accessing your content, speeding up delivery
ii. Improves latency and availability of single-region applications
iii. Sends traffic through the AWS global network infrastructure
iv. 60% performance boost
v. Automatically re-routes traffic to healthy available regional endpoints