Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Services (Compute (Amazon EC2 (Networking (Elastic IP (To retain IP…
AWS Services
Compute
Amazon EC2
General
-
-
-
Key Pairs
-
-
-
for Linux AMI, private key-securely SSH into your instance
-
Bill Provisioning
-
Spot
-
-
-
-
-
Specifies AMI,desired instance types, other key information
Customer defines highest price they are wiling to pay for an instance. If capacity is constrained and others are willing to pay more, your instance might get terminated or stopped
-
-
-
-
-
Reserved
-
-
AWS Billing automatically applies discounted rates when you launch an instance that matches your purchased RI
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Instance Types
Data
Heavy Data Usage eg: File Servers, DWs
-
-
-
-
IOPS
Storage I/O optimized(NoSql, DWs)
-
-
-
EXTREME RAM
Heavy Memory Usage(SAP HANA, Apache Spark)
-
-
-
Networking
-
-
Elastic IP
-
-
-
-
-
-
when secondary private address is unassigned from an interface, the associated Elastic IP address is disassociated.
-
-
-
Sceondary IP addresses can be useful for hosting multiple websites on a server or redirecting traffic to a standby EC2 instance for high availability
-
-
-
-
-
-
-
-
-
-
Enhanced Networking
higher bandwidth, higher packet-per-second(PPS) performance,consistently lower inter-instance latencies
if PPS rate have reached its ceiling, you should consider moving to enhanced networking bcoz you are likely to reach upper threshold of VIF driver
-
-
-
-
-
-
Placement groups
-
Spreads
reduces risk of simultaneous failures that might occur when instances share the same underlying hardware
-
-
Instances within a placement group can communicate with each other using private or public IP address
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-