-
Notifications
You must be signed in to change notification settings - Fork 47
How to Use Alibaba ECS i1.* Instance Types
ByoungSeob Kim edited this page Jan 16, 2025
·
1 revision
[Alibaba: SSD Local Disk를 자동 생성/제공하는 VM Spec 현황]
- Alibaba의 경우 다음과 같은 특별한 VM Spec(Instance Type)이 존재함
ecs.i1.*
ecs.i2.*
- 이 종류의 Spec은 다음 설명처럼 대상 VM 생성 시, Local Disk(894G SSD)를 자동 생성 및 제공함
Instance with local SSDs ecs.i1.xlarge
- ref) https://cn.aliyun.com/product/ecs/price/en?from_alibabacloud=#/?_k=sqz1qx
-
참고: Alibaba Console에서 제공되는 관련 Local Disk 정보
- 이와 같은 방식으로 자동 생성되는 Local Disk는
- Spider에서 정의하고 있는 Root Disk도 아니고, Data Disk(참고) 제공 형태도 아님
- 해당 Spec으로 생성된 VM 내부에서 Disk 상황을 확인해보면,
- 아래 그림처럼, Spider에서 Data-Disk를 생성 후 부착한(Attached) 형태와 동일하게 제공되고 있음
- 또한, 이 Disk는 해당 VM 삭제시 Alibaba에 의해서 자동으로 삭제 처리 되고 있음
[Spider 제공 방안]
- 대상 VM Spec을 사용하는 사용자는 SSD Local Disk가 자동 생성되는 Spec임을 알고 사용하는 것을 가정함.
- Spider에서는 Root Disk와 동일한 방법으로 Spider 사용자에게 별도로 정보를 제공하거나 별도로 관리하는 방법을 제공하지 않음.
- 대상 VM 삭제시 자동으로 함께 삭제됨.
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- Price Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to Use Alibaba ECS i1.* Instance Types
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]