{"id":19520508,"url":"https://github.com/casl0/softether-ec2","last_synced_at":"2026-06-11T06:31:59.985Z","repository":{"id":230528062,"uuid":"773283878","full_name":"CASL0/softether-ec2","owner":"CASL0","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-06T12:18:18.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T00:27:17.094Z","etag":null,"topics":["aws","softether"],"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/CASL0.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-17T08:41:36.000Z","updated_at":"2024-03-30T11:46:09.000Z","dependencies_parsed_at":"2024-04-06T13:27:32.393Z","dependency_job_id":"2edf0153-d904-413a-907c-aacf7dee8b6a","html_url":"https://github.com/CASL0/softether-ec2","commit_stats":null,"previous_names":["casl0/softether-ec2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CASL0/softether-ec2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Fsoftether-ec2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Fsoftether-ec2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Fsoftether-ec2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Fsoftether-ec2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CASL0","download_url":"https://codeload.github.com/CASL0/softether-ec2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CASL0%2Fsoftether-ec2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["aws","softether"],"created_at":"2024-11-11T00:25:54.476Z","updated_at":"2026-06-11T06:31:59.950Z","avatar_url":"https://github.com/CASL0.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# softether-ec2\n\n## Prerequisites\n\n1. Terraform をインストールしてください。\n\n   - https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli\n\n1. 次の環境変数を設定してください。\n   - AWS_ACCESS_KEY_ID\n   - AWS_SECRET_ACCESS_KEY\n\n## Getting Started\n\n次のコマンドで EC2 を構築してください。\n\n```sh\nterraform plan\nterraform apply -auto-approve\n```\n\nSSH で EC2 にアクセスし、SoftEther のセットアップを実施してください。\n\n```sh\ncd /opt/softether/vpnserver\nmake\nsudo ./vpnserver start\n```\n\n## 構成\n\n\u003cimg src=\"https://raw.githubusercontent.com/CASL0/softether-ec2/images/infra.svg\"\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\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.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 5.00 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 5.41.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_dns_dhcp_ec2\"\u003e\u003c/a\u003e [dns\\_dhcp\\_ec2](#module\\_dns\\_dhcp\\_ec2) | terraform-aws-modules/ec2-instance/aws | ~\u003e 5.0 |\n| \u003ca name=\"module_outbound_security_group\"\u003e\u003c/a\u003e [outbound\\_security\\_group](#module\\_outbound\\_security\\_group) | terraform-aws-modules/security-group/aws | ~\u003e 5.0 |\n| \u003ca name=\"module_proxy_ec2\"\u003e\u003c/a\u003e [proxy\\_ec2](#module\\_proxy\\_ec2) | terraform-aws-modules/ec2-instance/aws | ~\u003e 5.0 |\n| \u003ca name=\"module_ssh_security_group\"\u003e\u003c/a\u003e [ssh\\_security\\_group](#module\\_ssh\\_security\\_group) | terraform-aws-modules/security-group/aws | ~\u003e 5.0 |\n| \u003ca name=\"module_vpc\"\u003e\u003c/a\u003e [vpc](#module\\_vpc) | terraform-aws-modules/vpc/aws | ~\u003e 5.0 |\n| \u003ca name=\"module_vpn_ec2\"\u003e\u003c/a\u003e [vpn\\_ec2](#module\\_vpn\\_ec2) | terraform-aws-modules/ec2-instance/aws | ~\u003e 5.0 |\n| \u003ca name=\"module_vpn_security_group\"\u003e\u003c/a\u003e [vpn\\_security\\_group](#module\\_vpn\\_security\\_group) | terraform-aws-modules/security-group/aws | ~\u003e 5.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_ami.amazon_linux](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |\n| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |\n\n## Inputs\n\nNo inputs.\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_ami\"\u003e\u003c/a\u003e [ami](#output\\_ami) | AWS AMI |\n| \u003ca name=\"output_ssh\"\u003e\u003c/a\u003e [ssh](#output\\_ssh) | ssh command |\n\u003c!-- END_TF_DOCS --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasl0%2Fsoftether-ec2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasl0%2Fsoftether-ec2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasl0%2Fsoftether-ec2/lists"}