What is Amazon EC2
Is a Web service that provides secure, resizable compute capacity in the cloud.
What is an instance
It’s a virtual server in the cloud
What are the Instance Types Categories ?
What are General Purpose Instances ?
Are instances that provide a balance of compute, memory and networking resources.
Eg.
Web servers
What are Compute Optimized instances ?
Are instances Optimized for compute intensive workloads
Eg.
Game servers
What are Memory Optimized instances ?
These instances are used for Memory-intensive workloads that process large data sets in memory.
Eg.
Big Data analytics
What are Storage Optimized instances ?
They are instances designed for workloads that require sequential read and write access to very large data sets on local storage.
Eg.
Data Warehousing
What are Accelerated Computing Instances ?
These are GPU instances that use hardware accelerators.
Eg.
Machine/Deep learning
What are HPC Optimized instances ?
These instances are optimized for High Performance Computing workloads.
Eg.
Complex Simulations
What attributes are required for an EC2 instance to be created?
Instance Type
Instance Size
AMI
What does AMI stand for ?
Amazon Machine image
What is an Amazon Machine Image (AMI) ?
It is a template that contains a software configuration such as an OS, Applications and Application server, this help provide the information required to launch an instance.
True of False
AMI can only launch a single instance at a time ?
False
You can launch a single instance or multiple instances at a time
What is Instance Store
It is disks that are physically attached to the host computer
What do we call disk storage that is physically attached to the host computer ?
Instance Store
What is the function of Instance Store ?
It provides Temporary block level storage for your instance.
What can you use for persistence storage for your EC2 instance ?
Amazon Elastic Block Store ( EBS )
What is EBS ?
It is a Raw, unformatted external block device that provides persistent storage for your EC2 instance.
What does EC2 use Amazon S3 for ?
It uses it to store AMI (Amazon Machine Images )
What storage methods does Amazon EC2 have
What is Amazon EFS ( Elastic File System ) ?
What is a VPC ( Virtual Private Cloud ) ?
It’s a logically isolated area within the AWS Cloud.
What does the VPC do ?
It lets you provision a Logically isolated area within the AWS Cloud where you can launch your EC2 instance in a virtual network that you define.
Can a VPC span multiple AZs ?
Yes it can, but not regions