Uploaded image for project: 'Build'
  1. Build
  2. BUILD-942

Enable execute command option for magnolia-mgmt tasks

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Neutral
    • None
    • None
    • None
    • None

    Description

      To access an Amazon ECS container on AWS Fargate or Amazon EC2 there's the AWS ECS execute command in the AWS CLI, which allows to log in to the Amazon ECS container.

      See some references:

      Right now we can't use this functionality because our terraform defined tasks don't have the functionality enabled.

      It's required to enable prerequisites in the terraform scripts and try if we can login with something similar to:

       

      aws ecs execute-command --cluster <cluster-name> \
      --task <task-id> \
      --container <container-name> \
      --interactive \
      --command "/bin/sh"}}

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              roberto.gomez Roberto Gomez
              roberto.gomez Roberto Gomez
              Foundation
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Work Started:

                Checklists

                  Task DoR