Skip to content

Instantly share code, notes, and snippets.

@driedtoast
Created April 8, 2010 21:14
Show Gist options
  • Save driedtoast/360548 to your computer and use it in GitHub Desktop.
Save driedtoast/360548 to your computer and use it in GitHub Desktop.
ec2-bundle-image --image "$IMAGE_DIR/$IMG_FILE" --prefix "$BASE_NAME" --cert "$EC2_CERT" --privatekey "$EC2_PRIVATE_KEY" --user "$AWS_USER" --destination "$IMAGE_DIR" --arch "$ARCH"
ec2-upload-bundle --manifest "$IMAGE_DIR/$BASE_NAME.manifest.xml" --bucket "$BUCKET_NAME" --access-key "$AWS_ACCESS_KEY_ID" --secret-key "$AWS_SECRET_ACCESS_KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment