Commit Graph

16 Commits

Author SHA1 Message Date
Colin Johnson
922fcab3a7 resolve issues with getting snapshot result 2014-11-02 18:31:39 +00:00
nathanblogs
5cfbbf827f Update ec2-automate-backup-awscli.sh
the snapshot id seems to be the 4th value.
2014-10-23 16:41:33 +08:00
cwturley
db06d1a59a Update ec2-automate-backup-awscli.sh
Tagging fails due to error "aws_ec2_create_tag_result='A client error (InvalidID) occurred when calling the CreateTags operation: The ID '\''2014-10-21T13:34:24.000Z'\'' is not valid'"

The command "aws ec2 create-snapshot --region $region --description $ec2_snapshot_description --volume-id $ebs_selected --output text" is giving less information, so the position of the ID has changed.
2014-10-21 09:50:24 -04:00
Pig Monkey
fed2ee644f Support FreeBSD date utility
Both FreeBSD and OSX use the POSIX date utility.
2014-10-17 14:21:25 -07:00
kquinsland
45d2b10c7b Update ec2-automate-backup-awscli.sh
small typo fix
2014-07-24 12:13:57 -07:00
kquinsland
0a056941be Update ec2-automate-backup-awscli.sh
small typo fix.
2014-07-24 12:12:13 -07:00
Colin Johnson
dc85dde572 Issue 59 and 49 - provide support for io1 type EBS 2014-06-27 14:04:13 +00:00
nathanblogs
3b8088d885 Update ec2-automate-backup-awscli.sh
Looks like the awscli tools added the encrypted flag to it's response, this breaks the cut on the outputs.
2014-06-18 16:41:50 +08:00
Colin Johnson
70362705d6 Google Bash Styleguide updates 2014-04-20 00:34:18 +00:00
Colin Johnson
9479e6390c move to unix time for ec2-automate-backup-awscli.sh 2014-04-12 23:06:26 +00:00
Colin Johnson
fd1655d044 Merge branch 'master' of github.com:colinbjohnson/aws-missing-tools 2014-04-12 21:21:56 +00:00
Colin Johnson
476b4da4c0 merging in epoch date usage - allows script to be run more than once a day 2014-04-12 21:21:28 +00:00
Josef Schneider
b3095dfa3e Get correct Snapshot ID with changed output format of "aws ec2 create-snapshot" 2014-04-01 11:52:21 +02:00
Colin Johnson
0257aedd3e moving ec2-automate-backup-awscli.sh to output --text values 2014-03-02 19:23:44 +00:00
Colin Johnson
eca59ba434 resolve issue with passed volume ids failing to parse, modify tag input to work with aws cli tool, use --output text to parse text instead of json when parsing output of aws cli commands 2014-03-02 18:47:30 +00:00
Elijah Buck
603069fdb9 add ec2-automate-backup-awscli to support aws cli tools 2014-02-19 09:45:57 -05:00