EC2 Basics Flashcards
Is EC2 is an IaaS service?
Yes
Provides access to virtual machines called instances
EC2
By default is EC2 a private service?
Yes
Who manages the data centers, physical facilities, and the hardware components of EC2?
AWS
If an AZ fails does your EC2 instance fail along with it? (AZ Resilient)
Yes
Who is responsible for your guest operating system, applying OS patches, setting up security access controls, and managing your data?
Customer
Does EC2 offer on-demand per second billing?
Yes
2 Popular storage choices for EC2
Local-on host storage or Elastic Block Store (EBS)
Provides information on condition of EC2 instance whether it is stopped, terminated or running
State
Can you reverse the termination of an EC2 instance
No
Do stopped instances still generate storage charges?
Yes
Contains the OS, settings, and other applications that you will use in your server
AMI
An EC2 instance is configured to launch into a single VPC subnet
True
AMI Permissions where everyone is allowed to launch instances
Public
AMI Permissions where the owner is implicitly allowed to create instance from an AMI
Owner