Skip to content

Commit

Permalink
PD-5173 Remove AWS_REGION in step 3 and removed step 7 entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
AMBERMW13 committed Oct 29, 2024
1 parent f01fde8 commit e369408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content/tools-integrations/aws-mp/create-task-def.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>Creatie a task definition for <MadCap:variable name="General.Liquibase" />
<ol>
<li>Navigate to your Amazon Elastic Container Service console. <br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/a-ecs.png" /></li>
<li>Select Task definitions from the left side navigation.<br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/task-def.png" /></li>
<li>Click the <b>Create a new task definition</b> button.&#160;<br /><p class="note" MadCap:autonum="&lt;b&gt;Note: &lt;/b&gt;">Use this example task definition below to build a new task by replacing the placeholder values of<code> &lt;PRO&#160;CONTAINER&#160;IMAGE&#160;LINK&gt;</code>, <code>&lt;AWS_REGION&gt;</code>, and <code>&lt;S3&#160;BUCKET&#160;NAME&gt;</code> with your values.</p><br /><ul><li><MadCap:codeSnippet><MadCap:codeSnippetCopyButton /><MadCap:codeSnippetCaption><p>Task Definition Example</p></MadCap:codeSnippetCaption><MadCap:codeSnippetBody MadCap:useLineNumbers="False" MadCap:lineNumberStart="1" MadCap:continue="False" xml:space="preserve">{
<li>Click the <b>Create a new task definition</b> button.&#160;<br /><p class="note" MadCap:autonum="&lt;b&gt;Note: &lt;/b&gt;">Use this example task definition below to build a new task by replacing the placeholder values of<code> &lt;PRO&#160;CONTAINER&#160;IMAGE&#160;LINK&gt;</code> and <code>&lt;S3&#160;BUCKET&#160;NAME&gt;</code> with your values.</p><br /><ul><li><MadCap:codeSnippet><MadCap:codeSnippetCopyButton /><MadCap:codeSnippetCaption><p>Task Definition Example</p></MadCap:codeSnippetCaption><MadCap:codeSnippetBody MadCap:useLineNumbers="False" MadCap:lineNumberStart="1" MadCap:continue="False" xml:space="preserve">{
"taskDefinitionArn": "arn:aws:ecs:us-east-1:{account_number}:task-definition/connect-command",
"containerDefinitions": [
{
Expand Down Expand Up @@ -112,7 +112,6 @@ <h3>Creatie a task definition for <MadCap:variable name="General.Liquibase" />
<li>Ensure that the <b>Launch type</b> selected is <b>AWS&#160;Fargate</b>.<br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/fargate-launch-type.png" /></li>
<li>Set both the Task role and execution role to ecsTaskExecutionRole. This role is created by default when we create a ECS Fargate cluster.<br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/task-role.png" /></li>
<li>This is the container you may want to extend the Docker container to use SQL, mySQL, NoSQL, or any other type of extension.<br />Ensure that <b>Container</b> has this Image URI: <code>709825985650.dkr.ecr.us-east-1.amazonaws.com/liquibase/liquibase/liquibase-pro:&lt;insert_image_tag&gt;<br /></code></li>
<li>Ensure that the Keys are <code>AWS_REGION</code>&#160;with user's AWS&#160;region, such as <code>us-east-1.</code></li>
<li>If you work with MySQL&#160;DB, add <code>INSTALL_MYSQL</code> with a value of <code>true</code>.<br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/keys.png" /><p class="note" MadCap:autonum="&lt;b&gt;Note: &lt;/b&gt;"><code>INSTALL_MYSQL</code>&#160;is our <a href="https://github.com/liquibase/docker/blob/main/docker-entrypoint.sh">required Docker entrypoint</a>.</p></li>
<li>Click the <b>Create</b> button at the bottom of the page to complete mounting the files in Fargate.<br /><img src="../../Z_Resources/Images/Assets/Screenshots/aws-mp/create-task-button.png" /><br /></li>
</ol>
Expand Down

0 comments on commit e369408

Please sign in to comment.