From 8f4425d5147cd08151e45f10f4e033a4ddeecdd5 Mon Sep 17 00:00:00 2001 From: Colin Johnson Date: Sat, 1 Dec 2012 06:20:01 +0000 Subject: [PATCH] resolving https://github.com/colinbjohnson/aws-missing-tools/issues/17 --- ec2-automate-backup/Resources/cron-primer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ec2-automate-backup/Resources/cron-primer.sh b/ec2-automate-backup/Resources/cron-primer.sh index 2e01766..39392f9 100644 --- a/ec2-automate-backup/Resources/cron-primer.sh +++ b/ec2-automate-backup/Resources/cron-primer.sh @@ -9,3 +9,6 @@ export JAVA_HOME=/usr/lib/jvm/jre export PATH=/bin:/opt/aws/bin/ export AWS_ACCESS_KEY= export AWS_SECRET_KEY= +#the environment variables below (EC2_PRIVATE_KEY and EC2_CERT) are deprecated as of the release of EC2 API Tools 1.6.0.0 - it is recommended that users upgrade to a version of the EC2 API Tools equal to or greater than 1.6.0.0 and use the environment variables AWS_ACCESS_KEY and AWS_SECRET_KEY instead. +#export EC2_PRIVATE_KEY=/path/to/your/private/key.pem +#export EC2_CERT=/path/to/your/cert.pem