AWS Fundamentals Flashcards
Exam prep
What EC2 instance Type is best for high performance processors?
batch processing
media transcoding
high performance web servers
high performance computing
scientific modelling and machine learning
dedicated gaming servers?
Compute Optimized
What EC2 Instance Type is best for fast performance for workloads that process large data sets in memory, such as
High performance databases
distributed web scale cache stores
In memory databases optimized for BI
Real time processing of big unstructured data
Memory Optimized
What EC2 Instance type is great for storage intensive tasks that require high, sequential read and write access to large data sets on local storage?
Use Cases:
High frequency online transaction processing (OLTP) systems
Relational and no SQL dbs
In memory Cache eg Redis
Data Warehousing applications
Distributed file systems
Storage Optimized
Key points of security groups
Only contain allow rules (but are statful)
Can be referenced by IP or security group
Region or VPC combination
What does a time out on accessing the application tend to imean?
Security group issue
Connection refused is likely an app error or it’s not launched
What protocol is port 22 used for?
SSH - log into a linux instance
also used for SFTP
What protocol is port 21 used for?
FTP File transfer - upload files to a shared space
What protocol is port 80 used for?
unsecured web sites HTTP
What protocol is port 443 used for?
HTTPS secured websites
What protocol is port 3389 used for?
RDP - Remote Desktop Protocol (Windows instance log in)
EBS Volume 3 key points
Network (not physical) drive, can be detached from an EC2 instance and attached to another quickly
Locked to an AZ, would need to Snapshot for moving to another AZ
Has a provisioned capacity in GB and IOPS
For default settings what happens when an EC2 instance is terminated?
By default the root EBS volume is deleted
Be default any other attached EBS Volume is persisted
Where can you get an AMI (Customization of an EC2 instance - Amazon Machine Image)
Public AMI - AWS provided
Your own AMI
AWS Marketplace AMI (made by someone else)
What is an EC2 Instance Store?
High performance hardware disk (EBS is a network drive)
with better IO performance
Good for buffer/scratch/cache data
Ephemeral
What are the only EBS volumes that can be used as boot volumes?
gp2/gp3 (SSD - general purpose)
io1/io2 (SSD - highest performance)