ADJ網路實驗室
打印

[介紹] Amazon EC2 各種名詞.項目筆記整理

Amazon EC2 各種名詞.項目筆記整理

Amazon EC2 功能 / 名詞 項目紀錄的筆記


Amazon Machine Image (AMI)
AMI 是編碼過後存在 Amazon S3 的 Image instances, 此 Image instances 就是一套作業系統的 snapshot, EC2 開機就是靠 Image 當作業系統.
An Amazon Machine Image (AMI) is an encrypted file stored in Amazon S3.

Amazon EC2 Instance
執行 AMI 產生出的實體(instance), 此為主 Server 系統.
A running server instantiated from an AMI is referred to as an instance. All instances launched from the same AMI will create a nearly identical running server (except for the IP range or computer name).

Security Group
簡易的防火牆設定, 可以設定要 開放/關閉 哪些 TCP/UDP port 或 網段 等.
The security group is analogous to a firewall that can block all incoming (ingress) and outgoing (egress) traffic that does not come in on a specific IP (specified by a CIDR) or port number range.

細部說明: Instance Type
由 Instance type 來決定要哪種等級的機器 / CPU / Ram / HD 等.
The instance types described different configurations of CPU, memory, and ephemeral storage capacity.
詳細可見: http://aws.amazon.com/ec2

細部說明:Availability Zone
Amazon EC2 支援很多的地區, 由此選擇想要在哪個地區
(註: 若有使用 Volumes, Volumes 也要選同樣地區)
Amazon EC2 provides the ability to place instances in multiple locations. Amazon EC2 locations are
composed of availability zones and regions.

細部說明: Minimum/Maximum Number of Instances
一次要開啟多少數量的 Instances.
This functionality provides you with a way asking Amazon EC2 for a specific range of instances.

細部說明 S3 Bucket
儲存 AMI 到 Amazon S3, AMI 就儲存在 S3 Bucket.
S3 的 Bucket name 一定是唯一的.
S3 is a persistent data store that enables you to store objects, like an AMI.

Amazon Elastic Block Store (EBS)
EBS 可以提供給 Amazon EC2 實體一個實體的儲存空間. (EC2 關機後, 資料就消失了.)
Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances.

Amazon EBS Volume
Amazon EBS Valoumn 是提供離線狀態的實體儲存空間, 空間大小由 1G ~ 1T 都可以設定, 一個 EC2 Instances 可以 mount 多個 Volume.
Amazon EBS volumes are off-instance storage that persists independently from the life of an instance.
You can create storage volumes from 1 GB to 1 TB that can be mounted as devices by Amazon EC2 instances.

Amazon EBS Snapshot
Amazon EBS 另外可以隨時建立 Amazon EBS Volumes 的 Snapshot, 並將此儲存在 Amazon S3.
Amazon EBS also provides the ability to create point-in-time snapshots of volumes, which are persisted to Amazon S3.

Elastic IP (EIP)
EIP 是要給此機器一個固定的靜態 IP, 不過 IP 是給 Account, 並不是給任何一個 Instances.
Elastic IP addresses are static IP addresses designed for dynamic cloud computing.
Elastic IP addresses are associated with your account, not specific instances.


From: http://wowtree.com/tree.php?aid=398





TOP

ARTERY.cn