{"id":44267713,"url":"https://github.com/nullstone-modules/aws-ecs-task","last_synced_at":"2026-02-10T18:37:26.499Z","repository":{"id":41405264,"uuid":"509438048","full_name":"nullstone-modules/aws-ecs-task","owner":"nullstone-modules","description":"Nullstone app module to create a runnable ECS task.","archived":false,"fork":false,"pushed_at":"2025-09-29T13:09:32.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T14:55:47.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullstone-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-group.tf","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-01T11:58:48.000Z","updated_at":"2025-09-29T13:09:30.000Z","dependencies_parsed_at":"2023-10-05T02:24:06.084Z","dependency_job_id":"e433fcff-4853-4cee-b9f3-76b9f38920c6","html_url":"https://github.com/nullstone-modules/aws-ecs-task","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/nullstone-modules/aws-ecs-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullstone-modules","download_url":"https://codeload.github.com/nullstone-modules/aws-ecs-task/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Faws-ecs-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29311362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-10T18:37:24.803Z","updated_at":"2026-02-10T18:37:26.491Z","avatar_url":"https://github.com/nullstone-modules.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECS Task\n\nThis is a Nullstone application module that provides the same workflow as other container apps in Nullstone.\nHowever, because it is only a task, it does not create infrastructure for a long-running service.\nInstead, the task is executed manually using the outputs from this module.\n\n## When to use\n\nECS Task is a great choice for applications that require 2 things:\n- Running jobs triggered on a schedule, from a queue, or manually\n- Running on your own ECS cluster backed by EC2 instances that you manage\n\n## Security \u0026 Compliance\n\nSecurity scanning is graciously provided by [Bridgecrew](https://bridgecrew.io/).\nBridgecrew is the leading fully hosted, cloud-native solution providing continuous Terraform security and compliance.\n\n![Infrastructure Security](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/general)\n![CIS AWS V1.3](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/cis_aws_13)\n![PCI-DSS V3.2](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/pci)\n![NIST-800-53](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/nist)\n![ISO27001](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/iso)\n![SOC2](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/soc2)\n![HIPAA](https://www.bridgecrew.cloud/badges/github/nullstone-modules/aws-ecs-task/hipaa)\n\n## Network Access\n\nWhen a task is triggered by events or through the CLI, it is placed into private subnets on the connected network.\nAs a result, the ECS Task can route to services on the private network.\n\nSince it is a task, no ports are exposed privately or publicly.\nIt does not provide support for attaching load balancers, API Gateways, etc.\n\n## Execution\n\nThis application module supports various capabilities to handle execution of an ECS Task.\n- Trigger: Enable events to execute ECS Task (e.g. Cron Trigger, SQS Queue)\n- CLI Execution: `nullstone exec` (See [`exec`](https://docs.nullstone.io/getting-started/cli/docs.html#exec) for more information)\n\n## Logs\n\nLogs are automatically emitted to AWS Cloudwatch Log Group: `/\u003ctask-name\u003e`.\nTo access through the Nullstone CLI, use `nullstone logs` CLI command. (See [`logs`](https://docs.nullstone.io/getting-started/cli/docs.html#logs) for more information)\n\n## Secrets\n\nNullstone automatically injects secrets into your ECS Task through environment variables.\n(They are stored in AWS Secrets Manager and injected by AWS during launch.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-modules%2Faws-ecs-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullstone-modules%2Faws-ecs-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-modules%2Faws-ecs-task/lists"}