# Put your AWS credentials here so they can be picked up by EC2 API/AMI # tools. # For AWS command-line tools export AWS_ACCESS_KEY="" export AWS_SECRET_KEY="" # For AWS SDK export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY export KNIFE_USER_NAME='' export AWS_SSH_KEY_ID=''