EC2 (Elastic Compute Cloud) Flashcards
EC2?
Elastic Compute Cloud = Infrastructure as a Service (IaaS)
Renting Virtual Machines
(page 57)
EBS?
Storing Data on Virtual Drives
(Page 58)
ELB?
Distributing Loads Across Machines?
(Page 58)
ASG?
Scaling the services using an Auto-Scaling Group
(Page 58)
Which of these OS offer ECS?
+ Windows
+ Linux
+ MAC OS
Three of them
(Page 59)
How can you customize your EC2?
CPU
RAM
Storage space
Network cards and speed
Firewall Rules
Bootstrap scripting.
(Page 59)
ECS User Data Script?
Launching command when a machine starts
Runs on Root User
(Page 60)
Which format of key File Forma can be used on Windows 10, Mac OS, and Linux?
** .pem, which is used for SSH***
xxxxx .ppk is not and it is used for Putty. xxxxx
What is the name convention on ECS Type names?
[Instance Class][Generation].[Size within the class]
Sample:
t2.2xlarge
(Page 62)
What is the class of General Purpose EC2 Instance Type and what covers it?
Class ID = t (tier)
Balanced between Computer, memory, and Networking.
ideal for Webservers or Code Cepositories.
(page 63)
What is the class of Compute Optimized EC2 Instance Type and what covers it?
Class Id = C (computed)
Great for the computer-intensive task that requires High Performance
+ Batch Processing load,
+ High-performance Web Server
+ High-performance Computing
+ Scientific Modeling and machine learning
+ Dedicate server gaming.
(Page 64)
What is the class of Memory Optimized EC2 Instance Type and what covers it?
Class ID = R (Real Time)
For Fast Performance on relational/non-relational DB
Distributed scale web cache store
Databases in memory for business intelligent
High performance for real-time performance.
What is the class of Storage Optimized EC2 Instance Type and what covers it?
Class ID = I (Intens)
Intense operation of Online Transaction Processing (OLTP)
Relational/NonRelations DB
Cache in Memory database
Data Wharehouse apps
Distributed file system
(Page 66)
Security Group in AWS?
+ The Fundamental Networks Security in AWS.
+ Control how the traffic flows in EC2 instances.
+ It only ALLOW traffic.
+ Can refer to IPs or other Security Groups
(Page 68)
How works Security Group?
+ Work as a Firewall.
+ Regulate IP traffic (IPV4 and IPV6)
+ Control the Inbound traffic to the instance.
+ Control the Inbound traffic from the instance.
(Page 69)