From fb0a8d38179235df70732829eee2e7d514b0b3a3 Mon Sep 17 00:00:00 2001 From: AMBERMW13 Date: Tue, 29 Oct 2024 14:06:49 -0600 Subject: [PATCH] PD-5173 --- .../aws-mp/get-started-aws.htm | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Content/tools-integrations/aws-mp/get-started-aws.htm b/Content/tools-integrations/aws-mp/get-started-aws.htm index f552ce7cc..b17ed82b4 100644 --- a/Content/tools-integrations/aws-mp/get-started-aws.htm +++ b/Content/tools-integrations/aws-mp/get-started-aws.htm @@ -37,13 +37,14 @@

Purchase on AWS step-by-stepClick the Continue to Launch button.
  • Once launches, you will see the license and the data for your account under the AWS License Manager section.
  • After purchasing the container, this AWS message will appear which displays the Container image location.
    This location is necessary when creating any ECS task, copy this directory and save it in a secure location because this is the only moment it will appear.
  • -

      - - - -

      AWS container image Location

      - - aws ecr get-login-password \ +
        +

        + + + +

        AWS container image Location

        + + aws ecr get-login-password \ --region us-east-1 | docker login \ --username AWS \ --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com @@ -51,11 +52,11 @@

        Purchase on AWS step-by-step - -

      + +

      +

    Next Steps

    -

    Now that you've purchased on AWS Marketplace you're ready to begin running commands. Find instructions for these steps here: Run [%=General.Liquibase%] commands on AWS

    - +

    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: Create an AWS Task Definition to Run [%=General.Liquibase%] Commands

    \ No newline at end of file