{"id":20656308,"url":"https://github.com/flaconi/terraform-aws-xlt-loadtest","last_synced_at":"2025-04-19T12:23:35.013Z","repository":{"id":38241447,"uuid":"201491531","full_name":"Flaconi/terraform-aws-xlt-loadtest","owner":"Flaconi","description":"Terraform Module with all resources needed for LoadTest","archived":false,"fork":false,"pushed_at":"2024-09-11T12:44:05.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-09-12T13:03:13.081Z","etag":null,"topics":["aws","terraform","xlt"],"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/Flaconi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-09T15:14:09.000Z","updated_at":"2024-09-11T12:45:22.000Z","dependencies_parsed_at":"2024-09-11T11:23:48.277Z","dependency_job_id":"749d7df3-2a77-4325-865d-bc941b2ca2ae","html_url":"https://github.com/Flaconi/terraform-aws-xlt-loadtest","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-xlt-loadtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-xlt-loadtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-xlt-loadtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-xlt-loadtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaconi","download_url":"https://codeload.github.com/Flaconi/terraform-aws-xlt-loadtest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224951615,"owners_count":17397425,"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":["aws","terraform","xlt"],"created_at":"2024-11-16T18:14:45.089Z","updated_at":"2024-11-16T18:14:45.704Z","avatar_url":"https://github.com/Flaconi.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-xlt-loadtest\n\n\n[![Build Status](https://travis-ci.com/Flaconi/terraform-aws-xlt-loadtest.svg?branch=master)](https://travis-ci.com/Flaconi/terraform-aws-xlt-loadtest)\n[![Tag](https://img.shields.io/github/tag/Flaconi/terraform-aws-xlt-loadtest.svg)](https://github.com/Flaconi/terraform-aws-xlt-loadtest/releases)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\nThis Terraform module can create typical resources needed for XLT Loadtest\n\n## Usage\n\n### WAF ACL\n\n```hcl\nmodule \"terraform-aws-xlt-loadtest\" {\n  source = \"github.com/flaconi/terraform-aws-xlt-loadtest\"\n\n  name = \"\u003c unique identifier \u003e\"\n  keyname  = \"\u003c your ssh keyname (existing keypair name) \u003e\"\n\n  instance_count = 2\n  password = xlt1234AbcD\n\n  # start_port_services = \"5000\"\n  # start_port_ssh = \"6000\"\n\n  # local_network = \"10.0.0.0/16\"\n  # instance_type = \"c4.2xlarge\"\n\n  # allowed_networks = \"ip/32\"\n}\n\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 5 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 5 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_ec2_sg\"\u003e\u003c/a\u003e [ec2\\_sg](#module\\_ec2\\_sg) | terraform-aws-modules/security-group/aws | 5.1.0 |\n| \u003ca name=\"module_grafana\"\u003e\u003c/a\u003e [grafana](#module\\_grafana) | terraform-aws-modules/ec2-instance/aws | 5.1.0 |\n| \u003ca name=\"module_vpc\"\u003e\u003c/a\u003e [vpc](#module\\_vpc) | terraform-aws-modules/vpc/aws | 5.0.0 |\n| \u003ca name=\"module_xceptance_cluster\"\u003e\u003c/a\u003e [xceptance\\_cluster](#module\\_xceptance\\_cluster) | terraform-aws-modules/ec2-instance/aws | 5.1.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_lb.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb) | resource |\n| [aws_lb_listener.grafana](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener) | resource |\n| [aws_lb_listener.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener) | resource |\n| [aws_lb_target_group.grafana](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group) | resource |\n| [aws_lb_target_group.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group) | resource |\n| [aws_lb_target_group_attachment.agents](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group_attachment) | resource |\n| [aws_lb_target_group_attachment.grafana](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group_attachment) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_allowed_networks\"\u003e\u003c/a\u003e [allowed\\_networks](#input\\_allowed\\_networks) | The allowed networks IP/32 | `list(string)` | n/a | yes |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | The name used for further interpolation | `string` | n/a | yes |\n| \u003ca name=\"input_password\"\u003e\u003c/a\u003e [password](#input\\_password) | The password to use | `string` | n/a | yes |\n| \u003ca name=\"input_ami\"\u003e\u003c/a\u003e [ami](#input\\_ami) | The AMI used for the agents | `string` | `\"ami-036cc6f041deb429b\"` | no |\n| \u003ca name=\"input_grafana_ami\"\u003e\u003c/a\u003e [grafana\\_ami](#input\\_grafana\\_ami) | The grafana ami (required if grafana\\_enabled is set to true) | `string` | `\"ami-0fc36223101444802\"` | no |\n| \u003ca name=\"input_grafana_enabled\"\u003e\u003c/a\u003e [grafana\\_enabled](#input\\_grafana\\_enabled) | Do we create a custom Grafana instance | `bool` | `false` | no |\n| \u003ca name=\"input_instance_count\"\u003e\u003c/a\u003e [instance\\_count](#input\\_instance\\_count) | The amount of instances to start | `string` | `2` | no |\n| \u003ca name=\"input_instance_count_per_lb\"\u003e\u003c/a\u003e [instance\\_count\\_per\\_lb](#input\\_instance\\_count\\_per\\_lb) | The amount of instances per lb | `string` | `50` | no |\n| \u003ca name=\"input_instance_type\"\u003e\u003c/a\u003e [instance\\_type](#input\\_instance\\_type) | The default instance\\_type | `string` | `\"c5.2xlarge\"` | no |\n| \u003ca name=\"input_keyname\"\u003e\u003c/a\u003e [keyname](#input\\_keyname) | The existing keyname of the keypair used for connecting with ssh to the agents | `string` | `\"\"` | no |\n| \u003ca name=\"input_local_network\"\u003e\u003c/a\u003e [local\\_network](#input\\_local\\_network) | The vpc network | `string` | `\"10.0.0.0/16\"` | no |\n| \u003ca name=\"input_start_port_services\"\u003e\u003c/a\u003e [start\\_port\\_services](#input\\_start\\_port\\_services) | The first agent of many will be exposed at port 5000 of the NLB, the second on 5001 etc.etc. | `number` | `5000` | no |\n| \u003ca name=\"input_start_port_ssh\"\u003e\u003c/a\u003e [start\\_port\\_ssh](#input\\_start\\_port\\_ssh) | The first ssh of the agents will be exposed at port 6000 of the NLB, the second on 6001 etc.etc. | `number` | `6000` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | The tags to add | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_lb_host\"\u003e\u003c/a\u003e [lb\\_host](#output\\_lb\\_host) | n/a |\n| \u003ca name=\"output_master_controller_properties\"\u003e\u003c/a\u003e [master\\_controller\\_properties](#output\\_master\\_controller\\_properties) | n/a |\n| \u003ca name=\"output_reporting_host\"\u003e\u003c/a\u003e [reporting\\_host](#output\\_reporting\\_host) | n/a |\n| \u003ca name=\"output_vpc_nat_eips\"\u003e\u003c/a\u003e [vpc\\_nat\\_eips](#output\\_vpc\\_nat\\_eips) | n/a |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n\n## License\n\n[MIT](LICENSE)\n\nCopyright (c) 2019-2023 [Flaconi GmbH](https://github.com/Flaconi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-xlt-loadtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaconi%2Fterraform-aws-xlt-loadtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-xlt-loadtest/lists"}