-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Clemens H. Cap edited this page Nov 11, 2022
·
8 revisions
- 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
- 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
get directory where this bash script resides wherever it is called from
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"