{"id":22751918,"url":"https://github.com/stackguardian/module-tf-aws-app-autoscaling","last_synced_at":"2026-01-08T02:46:06.785Z","repository":{"id":104531236,"uuid":"367885936","full_name":"StackGuardian/module-tf-aws-app-autoscaling","owner":"StackGuardian","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-12T13:25:45.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T08:51:27.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StackGuardian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-05-16T13:19:49.000Z","updated_at":"2021-06-09T11:41:38.000Z","dependencies_parsed_at":"2023-03-13T14:54:38.594Z","dependency_job_id":null,"html_url":"https://github.com/StackGuardian/module-tf-aws-app-autoscaling","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2Fmodule-tf-aws-app-autoscaling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2Fmodule-tf-aws-app-autoscaling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2Fmodule-tf-aws-app-autoscaling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StackGuardian%2Fmodule-tf-aws-app-autoscaling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StackGuardian","download_url":"https://codeload.github.com/StackGuardian/module-tf-aws-app-autoscaling/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285667,"owners_count":20752953,"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","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-12-11T05:08:23.340Z","updated_at":"2026-01-08T02:46:06.725Z","avatar_url":"https://github.com/StackGuardian.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# module-tf-aws-app-autoscaling\nTerraform module for AWS Application Autoscaling\n\n----\n\n## Terraform Registry\nhttps://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_target\nhttps://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appautoscaling_policy\n\n----\n\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | n/a |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| aws\\_appautoscaling\\_policy\\_config | Settings for AWS Appautoscaling Policy\u003cbr\u003e    JSON tfvars Exmaple:\u003cbr\u003e    \"aws\\_appautoscaling\\_policy\\_config\": {\u003cbr\u003e        \"policy\\_type\": \"TargetTrackingScaling\",\u003cbr\u003e        \"target\\_tracking\\_scaling\\_policy\\_configurations\": [\u003cbr\u003e            {\u003cbr\u003e                \"target\\_value\": 70,\u003cbr\u003e                \"predefined\\_metric\\_specifications\": [\u003cbr\u003e                    {\u003cbr\u003e                        \"predefined\\_metric\\_type\": \"DynamoDBReadCapacityUtilization\"\u003cbr\u003e                    }\u003cbr\u003e                ]\u003cbr\u003e            }\u003cbr\u003e        ],\u003cbr\u003e        \"step\\_scaling\\_policy\\_configurations\": []\u003cbr\u003e    } | \u003cpre\u003eobject({\u003cbr\u003e    policy_type = string\u003cbr\u003e    step_scaling_policy_configurations = list(object({\u003cbr\u003e      cooldown                 = string\u003cbr\u003e      metric_aggregation_type  = string\u003cbr\u003e      min_adjustment_magnitude = string\u003cbr\u003e      step_adjustment          = list(map(string))\u003cbr\u003e    }))\u003cbr\u003e    target_tracking_scaling_policy_configurations = list(object({\u003cbr\u003e      target_value       = number\u003cbr\u003e      disable_scale_in   = string\u003cbr\u003e      scale_in_cooldown  = string\u003cbr\u003e      scale_out_cooldown = string\u003cbr\u003e      customized_metric_specifications = list(object({\u003cbr\u003e        metric_name = string\u003cbr\u003e        namespace   = string\u003cbr\u003e        statistic   = string\u003cbr\u003e        unit        = string\u003cbr\u003e        dimensions  = list(map(string))\u003cbr\u003e      }))\u003cbr\u003e      predefined_metric_specifications = list(map(string))\u003cbr\u003e    }))\u003cbr\u003e  })\u003c/pre\u003e | `null` | no |\n| aws\\_appautoscaling\\_target\\_config | Settings for AWS Appautoscaling Target\u003cbr\u003e    JSON tfvars Exmaple:\u003cbr\u003e    \"aws\\_appautoscaling\\_target\\_config\": {\u003cbr\u003e        \"max\\_capacity\"       : 100,\u003cbr\u003e        \"min\\_capacity\"       : 5,\u003cbr\u003e        \"resource\\_id\"        : \"table/MyTable\", #more info: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#autoscaling-RegisterScalableTarget-request-ResourceId\u003cbr\u003e        \"role\\_arn\"           : \"arn:.......\"\u003cbr\u003e        \"scalable\\_dimension\" : \"dynamodb:table:ReadCapacityUnits\", #more info: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#autoscaling-RegisterScalableTarget-request-ScalableDimension\u003cbr\u003e        \"service\\_namespace\"  : \"dynamodb\" #more info: https://docs.aws.amazon.com/autoscaling/application/APIReference/API_RegisterScalableTarget.html#autoscaling-RegisterScalableTarget-request-ServiceNamespace\u003cbr\u003e    } | `map(string)` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| arn | The ARN assigned by AWS to the scaling policy |\n| name | The scaling policy's name |\n| policy\\_type | The scaling policy's type |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackguardian%2Fmodule-tf-aws-app-autoscaling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackguardian%2Fmodule-tf-aws-app-autoscaling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackguardian%2Fmodule-tf-aws-app-autoscaling/lists"}