AMS on AWS version 5.0.5 onwards, amsadmin is the new user and the root user is disabled. Also, you are required to reset the password for amsadmin user, the first time you login into the AMI instance.
Note:
Some companies block SSH access. If you can’t connect to an instance, contact your server administrator for SSH access.
Most Linux/UNIX machines have an SSH client, called a shell. On Mac OS, the shell application is called Terminal. In the shell, use the scp command to securely copy files to a Adobe Media Server on Amazon Web Services instance.
If your machine doesn’t have an SSH client, you can download one at http://www.openssh.org.
-
Use the ssh command to connect to an instance. Use the following syntax:
ssh -i keypair.pem amsadmin@public-dns
For example, the following command connects to an instance:
ssh -i /Users/AMS/Documents/amsdocs4.pem amsadmin@ec2-50-16-19-38.compute-1.amazonaws.com
Note:
Log in to the Adobe Media Server instance as amsadmin.