Skip to content

Commit

Permalink
PD-5173
Browse files Browse the repository at this point in the history
  • Loading branch information
AMBERMW13 committed Oct 29, 2024
1 parent 4287091 commit fb0a8d3
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Content/tools-integrations/aws-mp/get-started-aws.htm
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,26 @@ <h2>Purchase <MadCap:variable name="General.Liquibase" /> on AWS step-by-step</h
<li>Click the <b>Continue to Launch</b> button.</li>
<li>Once <MadCap:variable name="General.Liquibase" /> launches, you will see the <MadCap:variable name="General.LBPro" /> license and the data for your account under the AWS License Manager section.<br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/license-data.png" /></li>
<li>After purchasing the <MadCap:variable name="General.LBPro" /> container, this AWS&#160;message will appear which displays the Container image location. <br />This location is necessary when creating any ECS&#160;task, copy this directory and save it in a secure location because <b>this is the only moment it will appear</b>. <br /></li>
<ul><p>
<MadCap:codeSnippet>
<MadCap:codeSnippetCopyButton />
<MadCap:codeSnippetCaption>
<p>AWS container image Location</p>
</MadCap:codeSnippetCaption>
<MadCap:codeSnippetBody MadCap:useLineNumbers="False" MadCap:lineNumberStart="1" MadCap:continue="False" xml:space="preserve">aws ecr get-login-password \
<ul>
<p>
<MadCap:codeSnippet>
<MadCap:codeSnippetCopyButton />
<MadCap:codeSnippetCaption>
<p>AWS container image Location</p>
</MadCap:codeSnippetCaption>
<MadCap:codeSnippetBody MadCap:useLineNumbers="False" MadCap:lineNumberStart="1" MadCap:continue="False" xml:space="preserve">aws ecr get-login-password \
--region us-east-1 | docker login \
--username AWS \
--password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com

CONTAINER_IMAGES="709825985650.dkr.ecr.us-east-1.amazonaws.com/liquibase/liquibase/liquibasepro:4.29.2"

for i in $(echo $CONTAINER_IMAGES | sed "s/,/ /g"); do docker pull $i; done</MadCap:codeSnippetBody>
</MadCap:codeSnippet>
</p></ul>
</MadCap:codeSnippet>
</p>
</ul>
</ol>
<h2>Next Steps</h2>
<p>Now that you've purchased <MadCap:variable name="General.Liquibase" /> on AWS&#160;Marketplace you're ready to begin running commands. Find instructions for these steps here: <MadCap:xref href="create-task-def.htm">Run [%=General.Liquibase%] commands on AWS</MadCap:xref></p>

<p class="note" MadCap:autonum="&lt;b&gt;Note: &lt;/b&gt;">Liquibase is a CLI tool without UI, and is most often deployed in automation within a bigger CI/CD or DevOps toolchain. Even when deployed from developer sandboxes, the interaction is command driven without a UI. Now that you’ve purchased Liquibase on AWS Marketplace you’re ready to begin running commands using the AWS Task Definitions method. Find instructions for these steps here: <MadCap:xref href="create-task-def.htm">Create an AWS&#160;Task Definition to Run [%=General.Liquibase%] Commands</MadCap:xref></p>
</body>
</html>

0 comments on commit fb0a8d3

Please sign in to comment.