AWSIncludes.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect2>
  5. <title>Find your Amazon Access Key ID and Secret Access Key</title>
  6. <para><orderedlist>
  7. <listitem>
  8. <para>Go to <emphasis role="bold">aws.amazon.com</emphasis> and login,
  9. if needed.</para>
  10. </listitem>
  11. <listitem>
  12. <para>Select <emphasis role="bold">Account</emphasis>.</para>
  13. </listitem>
  14. <listitem>
  15. <para>Select <emphasis role="bold">Security
  16. Credentials</emphasis>.</para>
  17. </listitem>
  18. <listitem>
  19. <para>On the page, look for the section called <emphasis
  20. role="bold">Access Credentials</emphasis>.</para>
  21. </listitem>
  22. <listitem>
  23. <para>Note your <emphasis role="bold">Access Key ID</emphasis> and
  24. your <emphasis role="bold">Secret Access Key.</emphasis></para>
  25. <para><figure>
  26. <title>Credentials</title>
  27. <mediaobject>
  28. <imageobject>
  29. <imagedata fileref="../../images/AWS_accessKey.jpg" />
  30. </imageobject>
  31. </mediaobject>
  32. </figure></para>
  33. </listitem>
  34. </orderedlist></para>
  35. <para>Portions of this image are intentionally blurred</para>
  36. <para><informaltable colsep="1" frame="all" rowsep="1">
  37. <tgroup cols="2">
  38. <colspec colwidth="126.00pt" />
  39. <colspec colwidth="189.00pt" />
  40. <tbody>
  41. <row>
  42. <entry>Access Key ID</entry>
  43. <entry></entry>
  44. </row>
  45. <row>
  46. <entry>Secret Access Key</entry>
  47. <entry></entry>
  48. </row>
  49. </tbody>
  50. </tgroup>
  51. </informaltable></para>
  52. </sect2>