This is a diff between 1.1 and 1.2 revisions:

164a191
< 1 The Virtuoso Conductor Admin User Interface should now be accessible via HTTP at a URL like <code><nowiki>http://your-ec2-instance-cname/conductor</nowiki></code> (default Admin username and password are both <b><code>dba</code></b>).
163d191
> 1 The Virtuoso Conductor Admin User Interface should now be accessible via HTTP at a URL like <code><nowiki>http://your-ec2-instance-cname/conductor</nowiki></code> (default Admin username and password are <b><code>dba</code></b> and <b><code>instance-id</code></b> obtained previously).
155d156
> 1 The default Virtuoso <code>dba</code> password is the AMI <code>instance-id</code> which can be obtained from the AMI properties presented by the Amazon AWS console UI or by executing the following command in the Linux shell:
> <verbatim>
> curl http://169.254.169.254/latest/meta-data/instance-id
> </verbatim>
> 1 Install the Virtuoso Conductor VAD application package by running the following commands:
> <verbatim>
> $ /opt/virtuoso/virtuoso-enterprise.sh
> $ isql 1111 -U dba -P instance-id
> Connected to OpenLink Virtuoso
> Driver: 07.10.3214 OpenLink Virtuoso ODBC Driver
> OpenLink Interactive SQL (Virtuoso), version 0.9849b.
> Type HELP; for help and EXIT; to exit.
> SQL> vad_install('/opt/virtuoso/vad/conductor_dav.vad',0);
> SQL_STATE SQL_MESSAGE
> LONG VARCHAR VARCHAR
> _______________________________________________________________________________
>
> 00000 No errors detected
> 00000 Installation of "Virtuoso Conductor" is complete.
> 00000 Now making a final checkpoint.
> 00000 Final checkpoint is made.
> 00000 SUCCESS
> BLOB 0 chars
>
> 6 Rows. -- 5773 msec.
> SQL>
> </verbatim>