{"id":19508935,"url":"https://github.com/rhythmictech/terraform-aws-awx","last_synced_at":"2025-08-08T12:11:43.915Z","repository":{"id":51669572,"uuid":"194688751","full_name":"rhythmictech/terraform-aws-awx","owner":"rhythmictech","description":"Spin up AWX in AWS","archived":false,"fork":false,"pushed_at":"2021-05-10T19:30:22.000Z","size":61,"stargazers_count":8,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-23T09:06:03.573Z","etag":null,"topics":["ansible-tower","aws","awx","ecs","fargate","terraform","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/rhythmictech/awx/aws","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/rhythmictech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-01T14:28:43.000Z","updated_at":"2025-01-16T04:19:59.000Z","dependencies_parsed_at":"2022-08-22T19:20:14.414Z","dependency_job_id":null,"html_url":"https://github.com/rhythmictech/terraform-aws-awx","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rhythmictech/terraform-aws-awx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-awx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-awx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-awx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-awx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhythmictech","download_url":"https://codeload.github.com/rhythmictech/terraform-aws-awx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-awx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269417581,"owners_count":24413394,"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-08-08T02:00:09.200Z","response_time":72,"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":["ansible-tower","aws","awx","ecs","fargate","terraform","terraform-module","terraform-modules"],"created_at":"2024-11-10T23:10:25.620Z","updated_at":"2025-08-08T12:11:43.880Z","avatar_url":"https://github.com/rhythmictech.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-awx\n[![](https://github.com/rhythmictech/terraform-aws-awx/workflows/check/badge.svg)](https://github.com/rhythmictech/terraform-aws-awx/actions)\n\nSpin up AWX in AWS Fargate\n\n## About \n\nTerraform to spin up AWX on ECS\n- https://github.com/ansible/awx\n- https://aws.amazon.com/ecs/\n\n\n## Getting Started\nAdd necessary variables. See `variables.tf` for inputs. \n\n```\ntf plan -out /tmp/tf.plan\ntf apply /tmp/tf.plan\n```\n\n### Prerequisites \n- VPC\n- Public and Private Subnets \n- DNS name in Route53\n- SSL Certificate for DNS name in Certificate Manager\n\nAdd these values into a `.tfvars` file, like below;\n\n```\n# Required\n\n## ALB of certificate used to secure traffic to ALB\nalb_ssl_certificate_arn = \"arn:aws:acm:region:accountid:certificate/hash\"\n\n## DNS name to assign ALB handling traffic\nroute53_zone_name       = \"tower.google.com.\"\n\n## VPC in which to spin all this up\nvpc_id                  = \"vpc-c0ffeffe\"\n\n## CIDR Block of VPC\ncidr_block              = \"1.234.678.0/20\"\n\ndatabase_subnets = [\n  \"subnet-123abc\",\n  \"subnet-123abc\",\n  \"subnet-123abc\"\n]\npublic_subnets = [\n  \"subnet-123abc\",\n  \"subnet-123abc\",\n  \"subnet-123abc\"\n]\nprivate_subnets = [\n  \"subnet-123abc\",\n  \"subnet-123abc\",\n  \"subnet-123abc\"\n]\n\n# Optional\ncluster_name       = \"ayy-doubleyou-ex\"\naws_secret_klay    = \"myawxsecret\"\nawx_admin_password = \"myawxadminpassword\n\ntags = {\n  whodunnit = \"me\"\n}\n```\n\nThis configuration (ignoring fake names) will produce an AWX instance at https://tower.google.com \n\n## Variables\nDefinitive answers in [variables.tf](variables.tf)\n\n## Outputs \nDefinitive answers in [outputs.tf](outputs.tf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-awx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythmictech%2Fterraform-aws-awx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-awx/lists"}