Please enable JavaScript.
Coggle requires JavaScript to display documents.
ec2 - Coggle Diagram
ec2
components
AMI
Is a software template
OS
Application/software
virtual disk/volume mapping
Instance type
5 families (catogeries)
General puprose
compute optimize
Memory optimized
Storage optimized
Accelerated omputing
virtual disk
2 type
instance store
embeded inside the physical
EBS
connect via network
vpc
which vpc
default VPC or
customized vpc
CIDR subnet
public subnet
private subnet
filtering rule
NACL (optional, because can use default )and Secrutiy gorup
public IP
2 type
dynamic IP
elastic IP
ENI (optional)
by default is only 1
Key pair for SSH (optional)
Consist of 2 keys
1 private and 1 prublic key
public key is stored in Ec2
Will use private key to access EC2
Tag (optional)
Is a label
Consist of key and value
User data (optional)
Script that to applied during launching
Powershell
Shell Init
objective
Instlal application
definition
virtual server service
Based on VM