Skip to content

Commit

Permalink
adds content
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita42 committed Oct 8, 2024
1 parent c0f2951 commit 8afefbd
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions xml/rmt_public_cloud.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,26 @@ To support &rmt; deployment, it is recommended to deploy a &rmt; instance from a
</para>
</sect2>
<sect2 xml:id="sec-rmt-byos-image-registration">
<title></title>
<para></para>
<title>Registering the &sls; instance</title>
<para>After the &sls; instance deployment, you must register the instance with the SUSE Customer Center.</para>
<note>
<title>&suse; account</title>
<para>
Registering with the &scc; requires a SUSE account. In case you do not have
a SUSE account yet, go to the &scc; home page (<link
xlink:href="https://scc.suse.com/"/>) to create one.
</para>
</note>
<para>To connect your instance: </para>
<para>AWS:</para>
<screen>&prompt.user; <command>ssh -i <replaceable>SSH_KEY</replaceable> <replaceable>EC2_USER_ID</replaceable>@<replaceable>SERVER_IP</replaceable></command></screen>
<para>Google Cloud:</para>
<screen>&prompt.user; <command>gcloud compute ssh <replaceable>GCE_INSTANCE_IP</replaceable></command></screen>
<para>Azure:</para>
<screen>&prompt.user; <command>ssh <replaceable>AZURE_USER_ID</replaceable>@<replaceable>SERVER_IP</replaceable></command></screen>
<para>To register the &sls; instance with SCC: </para>
<screen>&prompt.sudo; <command>SUSEConnect -e <replaceable>EMAIL_ADDRESS</replaceable> -r <replaceable>REGISTRATION_CODE </replaceable></command></screen>
<para>The registration code is available, once you log in to SCC. </para>
</sect2>
</sect1>

Expand Down

0 comments on commit 8afefbd

Please sign in to comment.