List the EC2 Instance Launch Types.
What are On-Demand instances?
- Highest cost launch type
What are Reserved instances?
- best for steady state applications (databases)
What are Convertible Reserved instances?
- best for long workloads with flexible instances
What are Spot instances?
What are Dedicated instances?
- no instance placement control
What are Dedicated Hosts?
What is EBS?
Elastic Block Storage
What is EFS?
Elastic File Storage
What is an EC2 Instance Store?
What is EC2 User Data?
EC2 User Data is used to automate boot tasks such as:
The EC2 User Data Script runs with the root user
- script only runs once at instance first start
What is an AMI?
Amazon Machine Image
What is an ENI?
Elastic Network Interface
Security groups contain what kind of rules?
Security groups only contain ALLOW rules
If your application throws a timeout error, what is the issue?
Security Group Issue
If you application gives a “connection refused” error, what is the issue?
Application error - check that it’s launched
What port is used for RDP (Remote Desktop Protocol)?
3389
What port is used for HTTP?
80
What port is used for HTTPS?
443
What port is used for SSH?
22
What port is used for FTP?
21
What port is used for SFTP?
22 (files are uploaded via SSH)