7
USING ADOBE MEDIA SERVER ON AMAZON WEB SERVICES
Getting started
Last updated 9/20/2013
WinSCP graphical user interface. Local files are in the left pane. Files on the Adobe Media Server instance are in the right pane.
• (Linux) Open an SSH client installed on your computer and use the scp command to copy a file to the instance:
scp -i keypair.pem sample.mp4 root@public-dns:/mnt/applications/vod/media
For example, if the filename of the video is sample.mp4, the command is:
scp -i amsdocs.pem sample.mp4 root@ec2-184-72-148-15.compute-
1.amazonaws.com:/mnt/applications/vod/media
Note: Use the Key Pair file you downloaded when you created the instance.