{"id":37563979,"url":"https://github.com/dfds/terraform-aws-ssm-agent","last_synced_at":"2026-01-16T09:12:01.139Z","repository":{"id":228768740,"uuid":"774830674","full_name":"dfds/terraform-aws-ssm-agent","owner":"dfds","description":"This repo contains a terraform module for creating and managing AWS RDS SSM Agents","archived":false,"fork":false,"pushed_at":"2025-12-11T09:05:20.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-12T08:06:03.271Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfds.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-20T09:15:51.000Z","updated_at":"2025-12-11T09:04:27.000Z","dependencies_parsed_at":"2024-03-27T11:36:48.910Z","dependency_job_id":null,"html_url":"https://github.com/dfds/terraform-aws-ssm-agent","commit_stats":null,"previous_names":["dfds/terraform-aws-ssm-agent"],"tags_count":8,"template":false,"template_full_name":"dfds/aws-modules-template","purl":"pkg:github/dfds/terraform-aws-ssm-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fterraform-aws-ssm-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fterraform-aws-ssm-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fterraform-aws-ssm-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fterraform-aws-ssm-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfds","download_url":"https://codeload.github.com/dfds/terraform-aws-ssm-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fterraform-aws-ssm-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-16T09:12:01.048Z","updated_at":"2026-01-16T09:12:01.122Z","avatar_url":"https://github.com/dfds.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-modules-template\n\nTerraform module for provisioning AWS SSM Agents\n\n# Documentation\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.6.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 6.23.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 6.23.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_iam_role.scheduler](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_instance.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance) | resource |\n| [aws_scheduler_schedule.start_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule) | resource |\n| [aws_scheduler_schedule.stop_instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule) | resource |\n| [aws_scheduler_schedule_group.schedule_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule_group) | resource |\n| [aws_ami.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |\n| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |\n| [aws_security_group.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/security_group) | data source |\n| [aws_subnet.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnet) | data source |\n| [aws_vpc.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_automation_initiator_location\"\u003e\u003c/a\u003e [automation\\_initiator\\_location](#input\\_automation\\_initiator\\_location) | Specify the URL to the repo of automation script.\u003cbr/\u003e    Valid Values: URL to repo. Example: `\"https://github.com/dfds/terraform-aws-rds\"`\u003cbr/\u003e    Notes: This set the dfds.automation.initiator.location tag. See recommendations [here](https://wiki.dfds.cloud/en/playbooks/standards/tagging_policy). | `string` | `null` | no |\n| \u003ca name=\"input_aws_ami_name\"\u003e\u003c/a\u003e [aws\\_ami\\_name](#input\\_aws\\_ami\\_name) | Optional. Specify the name of the AMI image to use for the EC2 instance\u003cbr/\u003e    Valid Values: Any suitable EC2 instance filter string\u003cbr/\u003e    Notes:\u003cbr/\u003e    - The value will be used to filter the AMI image to use for the EC2 instance.\u003cbr/\u003e    - If not specified, it will use the default value as a filter. | `string` | `\"al2023-ami-2023.*-x86_64\"` | no |\n| \u003ca name=\"input_aws_iam_instance_profile\"\u003e\u003c/a\u003e [aws\\_iam\\_instance\\_profile](#input\\_aws\\_iam\\_instance\\_profile) | Optional. Specify the name of the IAM instance profile to use for the EC2 instance\u003cbr/\u003e    Valid Values: Any valid IAM Instance Profile name\u003cbr/\u003e    Notes:\u003cbr/\u003e    - The value will be used to set the IAM instance profile for the EC2 instance.\u003cbr/\u003e    - If not specified, it will use the default value. | `string` | `\"ssm-tunnel\"` | no |\n| \u003ca name=\"input_aws_security_group_name\"\u003e\u003c/a\u003e [aws\\_security\\_group\\_name](#input\\_aws\\_security\\_group\\_name) | Optional. Specify the name of the security group to use for the EC2 instance\u003cbr/\u003e    Valid Values: Any valid AWS Security Group name\u003cbr/\u003e    Notes:\u003cbr/\u003e    - The value will be used to attach the correct security group to the EC2 instance.\u003cbr/\u003e    - If not specified, it will use the default value. | `string` | `\"ssm-tunnel\"` | no |\n| \u003ca name=\"input_aws_subnet_name\"\u003e\u003c/a\u003e [aws\\_subnet\\_name](#input\\_aws\\_subnet\\_name) | Optional. Specify the name of the subnet to use for the EC2 instance\u003cbr/\u003e    Valid Values: Any valid VPC Subnet name\u003cbr/\u003e    Notes:\u003cbr/\u003e    - The value will be used to place the EC2 instance in the correct subnet.\u003cbr/\u003e    - If not specified, it will use the default value. | `string` | `\"peering-a\"` | no |\n| \u003ca name=\"input_aws_vpc_name\"\u003e\u003c/a\u003e [aws\\_vpc\\_name](#input\\_aws\\_vpc\\_name) | Optional. Specify the name of the VPC to use for the EC2 instance\u003cbr/\u003e    Valid Values: Any valid VPC name\u003cbr/\u003e    Notes:\u003cbr/\u003e    - The value will be used to place the EC2 instance in the correct VPC.\u003cbr/\u003e    - If not specified, it will use the default value. | `string` | `\"peering\"` | no |\n| \u003ca name=\"input_cost_centre\"\u003e\u003c/a\u003e [cost\\_centre](#input\\_cost\\_centre) | Provide a cost centre for the resource.\u003cbr/\u003e    Valid Values: .\u003cbr/\u003e    Notes: This set the dfds.cost\\_centre tag. See recommendations [here](https://wiki.dfds.cloud/en/playbooks/standards/tagging_policy). | `string` | n/a | yes |\n| \u003ca name=\"input_environment\"\u003e\u003c/a\u003e [environment](#input\\_environment) | Specify the staging environment.\u003cbr/\u003e    Valid Values: \"dev\", \"test\", \"staging\", \"uat\", \"training\", \"prod\".\u003cbr/\u003e    Notes: The value will set configuration defaults according to DFDS policies. | `string` | n/a | yes |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Specify the name of the EC2 instance\u003cbr/\u003e    Valid Values: Any string\u003cbr/\u003e    Notes: The value will be used as the Name tag for the EC2 instance. | `string` | `\"ssm-tunnel\"` | no |\n| \u003ca name=\"input_optional_tags\"\u003e\u003c/a\u003e [optional\\_tags](#input\\_optional\\_tags) | Provide list of optional dfds.* tags to be applied on all resources.\u003cbr/\u003e    Valid Values: .\u003cbr/\u003e    Notes:\u003cbr/\u003e    - Use this only for optional tags. Required tags are supplied through dedicated variables.\u003cbr/\u003e    - See recommendations [here](https://wiki.dfds.cloud/en/playbooks/standards/tagging_policy). | `map(string)` | `{}` | no |\n| \u003ca name=\"input_pipeline_location\"\u003e\u003c/a\u003e [pipeline\\_location](#input\\_pipeline\\_location) | Specify a valid URL path to the pipeline file used for automation script.\u003cbr/\u003e    Valid Values: URL to repo. Example: `\"https://github.com/dfds/terraform-aws-rds/actions/workflows/qa.yml\"`\u003cbr/\u003e    Notes: This set the dfds.automation.initiator.pipeline tag. See recommendations [here](https://wiki.dfds.cloud/en/playbooks/standards/tagging_policy). | `string` | `null` | no |\n| \u003ca name=\"input_regional_postfix\"\u003e\u003c/a\u003e [regional\\_postfix](#input\\_regional\\_postfix) | Enable region as postfix in resources names where applicable\u003cbr/\u003e    Valid Values: true, false\u003cbr/\u003e    Notes: If set to true, the region will be added as a postfix to the resource names. | `bool` | `false` | no |\n| \u003ca name=\"input_resource_owner_contact_email\"\u003e\u003c/a\u003e [resource\\_owner\\_contact\\_email](#input\\_resource\\_owner\\_contact\\_email) | Provide an email address for the resource owner (e.g. team or individual).\u003cbr/\u003e    Valid Values: .\u003cbr/\u003e    Notes: This set the dfds.owner tag. See recommendations [here](https://wiki.dfds.cloud/en/playbooks/standards/tagging_policy). | `string` | `null` | no |\n| \u003ca name=\"input_service_availability\"\u003e\u003c/a\u003e [service\\_availability](#input\\_service\\_availability) | Specify service availability.\u003cbr/\u003e    Valid Values: low, medium, high\u003cbr/\u003e    Notes: This set the dfds.service.availability tag. See recommendations [here](https://wiki.dfds.cloud/en/playbooks/standards/tagging_policy). | `string` | n/a | yes |\n| \u003ca name=\"input_sleep_schedule\"\u003e\u003c/a\u003e [sleep\\_schedule](#input\\_sleep\\_schedule) | Specify the cron expression for the sleep schedule\u003cbr/\u003e    Valid Values: Any valid cron expression\u003cbr/\u003e    Notes: The cron expression will be used to stop the EC2 instance running the SSM agent | `string` | `\"cron(0 18 ? * MON-FRI *)\"` | no |\n| \u003ca name=\"input_sleep_schedule_is_enabled\"\u003e\u003c/a\u003e [sleep\\_schedule\\_is\\_enabled](#input\\_sleep\\_schedule\\_is\\_enabled) | Enable or disable the sleep schedule.\u003cbr/\u003e    Valid Values: true, false\u003cbr/\u003e    Notes:\u003cbr/\u003e    - If set to true, the wakeup and sleep schedule will take effect based on be enabled schedules specified in wakeup\\_schedule and sleep\\_schedule variables.\u003cbr/\u003e    - If set to false, the EC2 instance will be running 24/7. | `bool` | `true` | no |\n| \u003ca name=\"input_wakeup_schedule\"\u003e\u003c/a\u003e [wakeup\\_schedule](#input\\_wakeup\\_schedule) | Specify the cron expression for the wakeup schedule\u003cbr/\u003e    Valid Values: Any valid cron expression\u003cbr/\u003e    Notes: The cron expression will be used to start the EC2 instance running the SSM agent | `string` | `\"cron(0 8 ? * MON-FRI *)\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_connection_command\"\u003e\u003c/a\u003e [connection\\_command](#output\\_connection\\_command) | n/a |\n| \u003ca name=\"output_instance_id\"\u003e\u003c/a\u003e [instance\\_id](#output\\_instance\\_id) | n/a |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfds%2Fterraform-aws-ssm-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfds%2Fterraform-aws-ssm-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfds%2Fterraform-aws-ssm-agent/lists"}