AWS ECS Flashcards
What is the difference between EC2 and EBS volumes
EC2s are virtual machines that you rent, EBS volumes are virtual drives
What is it called when you bootstrap your instance (launching a command on startup)
User Data
What must you have if you want to manipulate an instance through SSH?
Key-Pair
You’ve stopped and started an instance, which IP address will change, the private or public?
Public
An instance name has which 3 following parameters
type, version, size within instance class ; i.e. m5.2xlarge
What 4 types of instance types do you have
General, Compute, Memory, Storage
You are working on an application with a large database, data warehousing, and distributed file systems. You need high sequential read/write access to these large datasets. Which instance type should you use?
Storage
What EC2 feature behaves like the firewall for an EC2 instance
Security Groups
Security groups have allow, or deny rules?
Allow
Security Groups regulate what?
port access, authorized IP ranges, inbound/outbound traffic
True or False, Security Groups can be attached to multiple instances
True
You’ve gotten a timeout where you are stuck on the loading page, what is the issue
security group
How could you easily get two instances to share information?
Put them in the same security group
What are the 7 Instance purchasing options?
on Demand, Reserved, Savings Plan, Spot Instances, Dedicated Host, Dedicated Instances, Capacity Reservations
What is the difference between the Dedicated Hosts and Dedicated Instances savings plan
Hosts are booking physical servers, Dedicated Instances allow customers to not share hardware with others