EC2 Flashcards

1
Q

5 EC2 instance types

A
  • General purpose
  • Compute optimised
  • Memory optimised
  • Accelerated computing
  • Storage optimised
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain the instance naming convention, eg: m5.2xlarge

A

m: instance class
5: generation
2xlarge: size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are security groups

A

Security groups control how traffic is allowed into or out of our EC2 instances (like a firewall). They contain only allow rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

6 classic network ports

A
  • 22 = SSH (Secure SHell)
  • 21 = FTP (File Transfer Protocol)
  • 22 = SFTP (Secure File Transfer Protocol)
  • 80 = HTTP
    443 = HTTPS
    3389 = RDP (Remote Desktop Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

7 EC2 Purchasing Options

A

1, On-demand
2, Reserved (1 & 3 years)
3, Savings Plans (1 & 3 years)
4, Spot Instances
5, Dedicated Hosts
6, Dedicated Instances
7, Capacity Reservations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly