{"id":20657749,"url":"https://github.com/boltops-tools/ufo-v5","last_synced_at":"2025-09-10T04:15:55.312Z","repository":{"id":91684944,"uuid":"466499090","full_name":"boltops-tools/ufo-v5","owner":"boltops-tools","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-05T16:01:22.000Z","size":2457,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T23:46:35.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/boltops-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-05T15:56:55.000Z","updated_at":"2022-03-05T15:59:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"22795586-d1d0-48e0-a6fe-e5663724bd83","html_url":"https://github.com/boltops-tools/ufo-v5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boltops-tools/ufo-v5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fufo-v5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fufo-v5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fufo-v5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fufo-v5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boltops-tools","download_url":"https://codeload.github.com/boltops-tools/ufo-v5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boltops-tools%2Fufo-v5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274411725,"owners_count":25280187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-16T18:22:50.225Z","updated_at":"2025-09-10T04:15:55.268Z","avatar_url":"https://github.com/boltops-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"http://ufoships.com/img/logos/ufo-logo.png\" /\u003e\n\u003c/div\u003e\n\n# UFO: ECS Deploy Tool\n\n[![CircleCI](https://circleci.com/gh/tongueroo/ufo.svg?style=svg)](https://circleci.com/gh/tongueroo/ufo)\n[![Join the chat at https://gitter.im/tongueroo/ufo](https://badges.gitter.im/tongueroo/ufo.svg)](https://gitter.im/tongueroo/ufo?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Support](https://img.shields.io/badge/get-support-blue.svg)](https://boltops.com?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=ufo)\n\n[![BoltOps Badge](https://img.boltops.com/boltops/badges/boltops-badge.png)](https://www.boltops.com)\n\nPlease **watch/star** this repo to help grow and support the project.\n\nUfo is a tool that builds Docker images and deploys them to [AWS ECS](https://aws.amazon.com/ecs/).  The main command is `ufo ship`.  Here's summary of what it does:\n\n1. Builds a docker image.\n2. Generates and registers the ECS template definition.\n3. Deploys the ECS template definition to the ECS service.\n\nUfo deploys a task definition that is written in a templating language that is easily and fully controllable.\n\nSee [ufoships.com](http://ufoships.com) for full documentation.\n\n## Important\n\nIf you are upgrading, please refer to the [Upgrading docs](https://ufoships.com/docs/upgrading/)\n\n## Installation\n\n    gem install ufo\n\nFull installation instructions are at [Install Ufo](http://ufoships.com/docs/install/).\n\n## Quick Start\n\nTo quickly demonstrate how simple it is to use ufo we will use an example app from [tongueroo/demo-ufo](https://github.com/tongueroo/demo-ufo).  The app is a barebones sinatra app.  Here are the steps:\n\n    gem install ufo\n    git clone https://github.com/tongueroo/demo-ufo.git demo\n    cd demo\n    ufo init --image=tongueroo/demo-ufo\n    ufo ship demo-web\n\nCongratulations, you have successfully used ufo to deploy to an ECS service.\n\n## Load Balancer Support\n\nUfo can also create a load balancer as part of creating the ECS service if you wish. Underneath the hood, ufo uses CloudFormation to create the load balancer.  More information can be found at the [load balancer support docs](https://ufoships.com/docs/extras/load-balancer/).\n\n## Articles\n\n* [UFO How to Create Unlimited Extra Environments](https://blog.boltops.com/2018/07/12/ufo-how-to-create-unlimited-extra-environments)\n* [UFO and ECS Fargate Introduction Tutorial](https://blog.boltops.com/2018/07/11/ufo-and-ecs-fargate-introduction-tutorial)\n* [UFO ECS Deployment Tool Introduction](https://blog.boltops.com/2018/07/06/ufo-ecs-deployment-tool-introduction)\n* [UFO Version 4 Release: Load Balancer Support](https://blog.boltops.com/2018/07/05/ufo-version-4-release)\n* [UFO Ship on AWS ECS Presentation](http://www.slideshare.net/tongueroo/ufo-ship-for-aws-ecs-70885296)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [https://github.com/tongueroo/ufo/issues](https://github.com/tongueroo/ufo/issues).\n\n### QA Checklist\n\n[QA Checklist](https://github.com/tongueroo/ufo/wiki/QA-Checklist) is a good list of things to check.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fufo-v5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltops-tools%2Fufo-v5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltops-tools%2Fufo-v5/lists"}