{"id":15292447,"url":"https://github.com/ryosukedtomita/quick_ec2","last_synced_at":"2026-01-19T11:33:06.469Z","repository":{"id":255534352,"uuid":"852029263","full_name":"RyosukeDTomita/quick_ec2","owner":"RyosukeDTomita","description":"quick start tiny ec2 with terraform","archived":false,"fork":false,"pushed_at":"2024-09-05T06:00:29.000Z","size":10,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T09:58:17.051Z","etag":null,"topics":["aws","ec2","iac-terraform","terraform","userdata"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RyosukeDTomita.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,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T05:22:09.000Z","updated_at":"2024-09-06T04:55:28.000Z","dependencies_parsed_at":"2024-09-06T00:37:24.359Z","dependency_job_id":null,"html_url":"https://github.com/RyosukeDTomita/quick_ec2","commit_stats":null,"previous_names":["ryosukedtomita/quick_ec2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fquick_ec2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fquick_ec2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fquick_ec2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeDTomita%2Fquick_ec2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyosukeDTomita","download_url":"https://codeload.github.com/RyosukeDTomita/quick_ec2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430838,"owners_count":20937873,"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","ec2","iac-terraform","terraform","userdata"],"created_at":"2024-09-30T16:17:51.616Z","updated_at":"2026-01-19T11:33:06.440Z","avatar_url":"https://github.com/RyosukeDTomita.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick start tiny EC2\n\n![un license](https://img.shields.io/github/license/RyosukeDTomita/quick_ec2)\n\n## INDEX\n\n- [ABOUT](#about)\n- [ENVIRONMENT](#environment)\n- [PREPARING](#preparing)\n- [HOW TO USE](#how-to-use)\n\n---\n\n## ABOUT\n\n最低限の機能を持つEC2を構築するためのリポジトリです。\n\n- SSMで接続できる\n- Apacheが80番ポートで起動している\n\n---\n\n## ENVIRONMENT\n\nApacheをdockerでサービスとして起動してます。\n\n---\n\n## PREPARING\n\n### install terraform\n\n[公式のインストールガイド](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli)\n[Linux版バイナリを取得](https://developer.hashicorp.com/terraform/install)\n\n```shell\nwget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg\necho \"deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" | sudo tee /etc/apt/sources.list.d/hashicorp.list\nsudo apt update \u0026\u0026 sudo apt install terraform\n```\n\n---\n\n## HOW TO USE\n\n### gui(do not use terraform)\n\nread [gui.md](./gui.md)\n\n### terraform\n\n```shell\ncd terraform\nterraform init\nterraform plan\nterraform apply\n```\n\n```shell\ncurl EC2 IP\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Fquick_ec2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosukedtomita%2Fquick_ec2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukedtomita%2Fquick_ec2/lists"}