What is the best way to copy some files to your server instances?
There are three general methods:
Attach your files to a boot or operational script, which loads the files to S3. They can be installed very easily with a simple script such as:
#!/bin/sh -e cp "$ATTACH_DIR/filename" /path/where/you/want/filename
© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.