Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Production doc builds - 2021/07/17 00:03:55 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-ia-ci committed Jul 17, 2021
1 parent e221fc2 commit a89e34e
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ taskcat_outputs/
.DS_Store
.idea/
.vscode/
docs/generated
2 changes: 1 addition & 1 deletion docs/boilerplate
6 changes: 3 additions & 3 deletions docs/generated/parameters/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

=== Launch into an existing VPC
include::uipath-robot.template.adoc[]

=== Launch into a new VPC
include::main.template.adoc[]

=== Launch into an existing VPC
include::uipath-robot.template.adoc[]
181 changes: 95 additions & 86 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -858,10 +858,11 @@
</li>
<li><a href="#_resources">Resources</a></li>
<li><a href="#_faq">FAQ</a></li>
<li><a href="#_customer_responsibility">Customer responsibility</a></li>
<li><a href="#_parameter_reference">Parameter reference</a>
<ul class="sectlevel2">
<li><a href="#_launch_into_an_existing_vpc">Launch into an existing VPC</a></li>
<li><a href="#_launch_into_a_new_vpc">Launch into a new VPC</a></li>
<li><a href="#_launch_into_an_existing_vpc">Launch into an existing VPC</a></li>
</ul>
</li>
<li><a href="#_send_us_feedback">Send us feedback</a></li>
Expand Down Expand Up @@ -1714,6 +1715,14 @@ <h2 id="_faq">FAQ</h2>
</div>
</div>
<div class="sect1">
<h2 id="_customer_responsibility">Customer responsibility</h2>
<div class="sectionbody">
<div class="paragraph">
<p>After you successfully deploy this Quick Start, confirm that your resources and services are updated and configured — including any required patches — to meet your security and other needs. For more information, see the <a href="https://aws.amazon.com/compliance/shared-responsibility-model/" target="_blank" rel="noopener">AWS Shared Responsibility Model</a>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_parameter_reference">Parameter reference</h2>
<div class="sectionbody">
<div class="admonitionblock note">
Expand All @@ -1729,9 +1738,38 @@ <h2 id="_parameter_reference">Parameter reference</h2>
</table>
</div>
<div class="sect2">
<h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
<h3 id="_launch_into_a_new_vpc">Launch into a new VPC</h3>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 1. Network configuration</caption>
<caption class="title">Table 1. Availability Zone configuration</caption>
<colgroup>
<col style="width: 16%;">
<col style="width: 11%;">
<col style="width: 73%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Parameter label (name)</th>
<th class="tableblock halign-left valign-top">Default value</th>
<th class="tableblock halign-left valign-top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Availability Zones
(<code>AvailabilityZones</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">List of Availability Zones to use for the subnets in the VPC. A maximum of three Availability Zones are used for this deployment.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Number of Availability Zones to use
(<code>NumberOfAZs</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Number of Availability Zones to use in the VPC. Must match the number of Availability Zones chosen in the <strong>Availability Zones</strong> parameter.</p></td>
</tr>
</tbody>
</table>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 2. Network configuration</caption>
<colgroup>
<col style="width: 16%;">
<col style="width: 11%;">
Expand All @@ -1752,27 +1790,45 @@ <h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">VPC CIDR block, in format x.x.0.0/16.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">VPC ID
(<code>VPCID</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ID of the VPC where the UiPath Robot is created.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet 1 tag
(<code>PublicSubnetTag1</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Public1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to public subnet 1, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet
(<code>PrivateSubnetID</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet with UiPath Robot.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet 2 tag
(<code>PublicSubnetTag2</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Public2</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to public subnet 2, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet
(<code>PublicSubnetID</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet with bastion host to access UiPath Robot.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet 3 tag
(<code>PublicSubnetTag3</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Public3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to public subnet 3, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet 1 tag
(<code>PrivateSubnetTag1</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Private1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to private subnet 1, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet 2 tag
(<code>PrivateSubnetTag2</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Private2</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to private subnet 2, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet 3 tag
(<code>PrivateSubnetTag3</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Private3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to private subnet 3, in format Key=Value.</p></td>
</tr>
</tbody>
</table>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 2. Robot VM configuration</caption>
<caption class="title">Table 3. Robot VM configuration</caption>
<colgroup>
<col style="width: 16%;">
<col style="width: 11%;">
Expand Down Expand Up @@ -1801,7 +1857,7 @@ <h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
</tbody>
</table>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 3. UiPath Robot configuration</caption>
<caption class="title">Table 4. UiPath Robot configuration</caption>
<colgroup>
<col style="width: 16%;">
<col style="width: 11%;">
Expand All @@ -1816,13 +1872,13 @@ <h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot version.
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot version
(<code>RobotVersion</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>21.4.3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">UIPath Robot version to install.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot type (attended or unattended)
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot type (attended/unattended)
(<code>RobotType</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Attended</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Choose the type of UiPath Robot you want to install (attended or unattended).</p></td>
Expand All @@ -1834,7 +1890,7 @@ <h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">Windows administrator password for UiPath Robot.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">URL of an existing and licensed Orchestrator
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Orchestrator URL
(<code>OrchestratorURL</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Orchestrator URL.</p></td>
Expand All @@ -1860,7 +1916,7 @@ <h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
</tbody>
</table>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 4. Quick Start S3 bucket configuration</caption>
<caption class="title">Table 5. Quick Start S3 bucket configuration</caption>
<colgroup>
<col style="width: 16%;">
<col style="width: 11%;">
Expand Down Expand Up @@ -1890,36 +1946,7 @@ <h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
</table>
</div>
<div class="sect2">
<h3 id="_launch_into_a_new_vpc">Launch into a new VPC</h3>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 5. Availability Zone configuration</caption>
<colgroup>
<col style="width: 16%;">
<col style="width: 11%;">
<col style="width: 73%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Parameter label (name)</th>
<th class="tableblock halign-left valign-top">Default value</th>
<th class="tableblock halign-left valign-top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Availability Zones
(<code>AvailabilityZones</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">List of Availability Zones to use for the subnets in the VPC. A maximum of three Availability Zones are used for this deployment.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Number of Availability Zones to use
(<code>NumberOfAZs</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Number of Availability Zones to use in the VPC. Must match the number of Availability Zones chosen in the <strong>Availability Zones</strong> parameter.</p></td>
</tr>
</tbody>
</table>
<h3 id="_launch_into_an_existing_vpc">Launch into an existing VPC</h3>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 6. Network configuration</caption>
<colgroup>
Expand All @@ -1942,40 +1969,22 @@ <h3 id="_launch_into_a_new_vpc">Launch into a new VPC</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">VPC CIDR block, in format x.x.0.0/16.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet 1 tag
(<code>PublicSubnetTag1</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Public1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to public subnet 1, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet 2 tag
(<code>PublicSubnetTag2</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Public2</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to public subnet 2, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet 3 tag
(<code>PublicSubnetTag3</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Public3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to public subnet 3, in format Key=Value.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet 1 tag
(<code>PrivateSubnetTag1</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Private1</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to private subnet 1, in format Key=Value.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">VPC ID
(<code>VPCID</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">ID of the VPC where the UiPath Robot is created.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet 2 tag
(<code>PrivateSubnetTag2</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Private2</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to private subnet 2, in format Key=Value.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet
(<code>PrivateSubnetID</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet with UiPath Robot.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Private subnet 3 tag
(<code>PrivateSubnetTag3</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Network=Private3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">(Optional) Tag to add to private subnet 3, in format Key=Value.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet
(<code>PublicSubnetID</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Public subnet with bastion host to access UiPath Robot.</p></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -2024,13 +2033,13 @@ <h3 id="_launch_into_a_new_vpc">Launch into a new VPC</h3>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot version
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot version.
(<code>RobotVersion</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>21.4.3</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">UIPath Robot version to install.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot type (attended/unattended)
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Robot type (attended or unattended)
(<code>RobotType</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Attended</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Choose the type of UiPath Robot you want to install (attended or unattended).</p></td>
Expand All @@ -2042,7 +2051,7 @@ <h3 id="_launch_into_a_new_vpc">Launch into a new VPC</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">Windows administrator password for UiPath Robot.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Orchestrator URL
<td class="tableblock halign-left valign-top"><p class="tableblock">URL of an existing and licensed Orchestrator
(<code>OrchestratorURL</code>)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code><strong><em>Requires input</em></strong></code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">UiPath Orchestrator URL.</p></td>
Expand Down Expand Up @@ -2147,9 +2156,9 @@ <h2 id="_notices">Notices</h2>
</html>
<!--
repo commit:
8fe273d2bb39349a36213459decb7b56686c15a0
028bc97f20118bcfe32d24a0f76ea270a8dd81cd
submodule config:
+a9d6c5903745c1091793d3cd1f960948919c2c9f docs/boilerplate (heads/main)
81ea0b675a571b662377f9de556a26cce8dad05f docs/boilerplate (heads/main)
ffc7af4e59a09dbf52199a3ecf70f3805abeff48 submodules/quickstart-aws-vpc (v1.0-58-gffc7af4)
-->

0 comments on commit a89e34e

Please sign in to comment.