Skip to content
Clemens H. Cap edited this page Nov 11, 2022 · 8 revisions

Table of Contents

Where can I find?

  • Task definitions: In AWS ECS: Elastic Container Service.
  • Long Log of the build project: In AWS CloudWatch => Logs => Log groups
  • Long Log of the running tasks: In AWS CloudWatch => Logs => Log groups
  • Rules when and how to generate the email notification: In AWS CloudWatch => Events => Rules

Service is running, task is not. Why?

  • Check ECS => Clusters => Specific cluster => Services => Specific service => Events Tab for error messages.
  • Check ECS => Clusters => Specific cluster => Services => Specific service => Task Tab => go to Tasks with Task status: Stopped for error messages

Docker Entry Points

= Local Shell Directory

get directory where this bash script resides wherever it is called from

  DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"