{"id":14980409,"url":"https://github.com/gforien/create-aws-website","last_synced_at":"2026-02-17T18:03:49.456Z","repository":{"id":46267799,"uuid":"424067031","full_name":"gforien/create-aws-website","owner":"gforien","description":"Déployer en quelques secondes un site Web avec configuration NGINX et DNS 👨‍💻🌐","archived":false,"fork":false,"pushed_at":"2021-12-14T13:33:02.000Z","size":322,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T14:44:57.077Z","etag":null,"topics":["aws","aws-cli","aws-ec2","powershell","powershell-core","pwsh"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/gforien.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}},"created_at":"2021-11-03T02:31:47.000Z","updated_at":"2021-12-14T13:33:05.000Z","dependencies_parsed_at":"2022-09-11T02:23:00.273Z","dependency_job_id":null,"html_url":"https://github.com/gforien/create-aws-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gforien/create-aws-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gforien%2Fcreate-aws-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gforien%2Fcreate-aws-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gforien%2Fcreate-aws-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gforien%2Fcreate-aws-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gforien","download_url":"https://codeload.github.com/gforien/create-aws-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gforien%2Fcreate-aws-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29552252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T17:56:56.811Z","status":"ssl_error","status_checked_at":"2026-02-17T17:56:55.544Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["aws","aws-cli","aws-ec2","powershell","powershell-core","pwsh"],"created_at":"2024-09-24T14:01:43.849Z","updated_at":"2026-02-17T18:03:49.441Z","avatar_url":"https://github.com/gforien.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-aws-website\n### Launch an EC2 instance with NGINX and DNS configuration in a few seconds ⚡\n\nRequires [aws-cli](https://aws.amazon.com/cli) and a few environment variables corresponding to AWS resources:\n|                             |                                                                                             |\n|-----------------------------|---------------------------------------------------------------------------------------------|\n| `$AWS_KEYNAME`              | the **name** of a pre-existing AWS SSH key                                                  |\n| `$AWS_HTTPS_SECURITY_GROUP` | the **name** of a security group in the default VPC, with open port 80 (and 443 optionnaly) |\n| `$AWS_ZONE`                 | the ID of a pre-existing DNS zone (ex: Z00859AK9X732H)                                      |\n\n### 👷‍♂️ Launch with Terraform\n```powershell\ncd terraform/\nterraform plan `\n    -var \"key=$AWS_KEYNAME\" `\n    -var \"sg=$AWS_HTTPS_SECURITY_GROUP\" `\n    -var \"zone=$AWS_ZONE\" `\n    -var \"target=babasr.aws.gforien.com\"\nterraform apply -auto-approve `\n    -var \"key=$AWS_KEYNAME\" `\n    -var \"sg=$AWS_HTTPS_SECURITY_GROUP\" `\n    -var \"zone=$AWS_ZONE\" `\n    -var \"target=babasr.aws.gforien.com\"\n```\n\n### 👷‍♂️ Launch with a hand-made Powershell script\n```powershell\ncd powershell/\n# dot-source the wrapper script\n. ./script.ps1\n\n# execute\nCreate-AWS-Website babasr.aws.gforien.com\n```\n![](./screenshot.jpg)\n\n### ✨ Result\n![](./result.png)\n\n#### Gabriel Forien \u003cbr\u003e INSA Lyon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgforien%2Fcreate-aws-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgforien%2Fcreate-aws-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgforien%2Fcreate-aws-website/lists"}