调用官方Openapi实现,避免登录网页控制台操作
专有网络VPC API https://help.aliyun.com/document_detail/35748.html
- ECS管理(ecs.py)
- 对比价格
- 创建ECS(暂只支持抢占式实例)
- 查询已创建的ECS
- 释放ECS
-
在阿里云控制台中的 AccessKey管理页面 上创建和查看您的 Access Key,然后替换到源码中相应位置
-
安装依赖包
pip install aliyun-python-sdk-core # 安装阿里云 SDK 核心库 pip install aliyun-python-sdk-ecs # 安装管理 ECS SDK pip install matplotlib # 【可选】用于查看各可用区近30日价格对比图
-
没有设置虚拟交换机ID
- aliyunsdkcore.acs_exception.exceptions.ServerException: HTTP Status: 403 Error:OperationDenied.InvalidNetworkType The specified network type is not available in the specified region.
-
没有设置过安全组
- Fail. Business error. Code: InvalidSecurityGroupId, Message: The specified SecurityGroupId is invalid or does not exist.