cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

[DevOps] Create Airflow DAG to update credential server version #15249

Open johnclary opened 8 months ago

johnclary commented 8 months ago

Based on discussion here, we should create a DAG which re-deploys our credential server on the latest version.

Roughly, the work involves:

Per the AWS CLI docs:

--force-new-deployment Determines whether to force a new deployment of the service. By default, deployments aren’t forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service’s tasks to use a newer Docker image with the same image/tag combination (my_image:latest ) or to roll Fargate tasks onto a newer platform version.

johnclary commented 8 months ago

Here's what I would like to propose: