发布时间:2016-07-31 19:03:36
#!/usr/bin/env python# -*- coding: utf-8 -*-# # Date: Jul 25,2016'''### Purpose ####Correlating the reservations you currently have active with your running instances is a manual, time-consuming, and error .........【阅读全文】
发布时间:2016-07-29 22:10:04
漫笔: 1. CloudFormation 官方啰嗦一大堆,其实就是根据amazon提供的API和规则编写json文件(stack)来实现自动创建各种资源如vpc/ec2/rds等。总之平时你在console做的事大都可以用CF来实现,不过也得看官方是否提供了对应的resource。 2. 好处:非常的方便,当然.........【阅读全文】
发布时间:2016-07-07 16:55:43
官方的CLI参考,http://docs.aws.amazon.com/cli/latest/reference/index.html#cli-aws 常用的见下边的脚本,写着备忘。 #config.sh, 定义vpc等信息。#!/bin/bashREGION=cn-north-1VPC_NAME=web-vpcVPC_C.........【阅读全文】