Section 5 - 7 Flashcards
m5.2xlarge
What does each part of this instance type code mean?
m = the instance class
5 = generation (increments by 1)
2xlarge = size within the instance
This port allows you to log into a Linux instance
Port 22, SSH (Secure Shell)
This port allows you to upload files into a file share
Port 21, FTP (File Transfer Protocol)
This port allows me to upload files using SSH
Port 22, SFTP (Secure File Transfer Protocol)
This port is used to access unsecured websites
Port 80, HTTP
This port is used to access secured websites
Port 443, HTTPS
This port is used to log into a Windows instance
Port 3389, RDP (Remote Desktop Protocol)
Batch jobs, data analysis, image processing , distributed workloads. What type of instances are great for these?
Spot instances
Dedicated instances offer your own instances and hardware, but the instances ___ _________ _____________. Dedicated hosts give you access to the __________ ________ and visibility of the lower-level hardware
are placed automatically; physical server
Hotel analogy: Pay a certain amount per hour for a certain period, and stay in any room type (can change)
Savings plan
Hotel analogy: Book the entire building of the resort
Dedicated host
Hotel analogy: Planning ahead, staying for a long time, may get a good discount
Reserved
Hotel analogy: You book a room for a period with full price, even if you don’ stay in it
Capacity reservations
Why would you deselect the “Delete on Termination” checkbox on the root EBS volume?
You can preserve the root volume to save data
What does an EC2 Image builder accomplish?
Automate the creations of virtual machines, container images, or AMIs for EC2 instances