{"id":18557813,"url":"https://github.com/europ/aws-simple-web-server","last_synced_at":"2026-05-03T10:38:44.996Z","repository":{"id":68438826,"uuid":"321622403","full_name":"europ/aws-simple-web-server","owner":"europ","description":"Deploy simple web server provided by nginx in debian 10 to amazon elastic compute cloud using terraform.","archived":false,"fork":false,"pushed_at":"2020-12-16T18:22:43.000Z","size":660,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T19:19:12.461Z","etag":null,"topics":["amazon-elastic-compute-cloud","amazon-web-services","aws","debian","debian10","ec2","nginx","terraform","web-server"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/europ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-15T09:47:59.000Z","updated_at":"2025-05-22T02:06:53.000Z","dependencies_parsed_at":"2023-02-21T09:31:15.241Z","dependency_job_id":null,"html_url":"https://github.com/europ/aws-simple-web-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/europ/aws-simple-web-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Faws-simple-web-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Faws-simple-web-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Faws-simple-web-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Faws-simple-web-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/europ","download_url":"https://codeload.github.com/europ/aws-simple-web-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/europ%2Faws-simple-web-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32566444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["amazon-elastic-compute-cloud","amazon-web-services","aws","debian","debian10","ec2","nginx","terraform","web-server"],"created_at":"2024-11-06T21:38:03.795Z","updated_at":"2026-05-03T10:38:44.979Z","avatar_url":"https://github.com/europ.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Web Services - Simple Web Server\n\nDeploy simple web server provided by [nginx](https://www.nginx.com/) in [debian 10](https://www.debian.org/index.html) to [amazon elastic compute cloud](https://aws.amazon.com/ec2) using [terraform](https://www.terraform.io/).\n\n##### Deployed Infrastructure\n\n![infrastructure.png](.other/yEd/infrastructure.png)\n\n##### Dependency Graph\n\n![graph.svg](.other/graph.svg)\n\n### Setup\n\n1. prerequisites installation\n\n    1. create [AWS Account](https://aws.amazon.com/)\n        * generate access key\n    1. install [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)\n    1. install [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)\n\n1. environment configuration\n\n    ```bash\n    mkdir -p ~/.aws\n    \n    cat \u003c\u003cEOS \u003e ~/.aws/config\n    [default]\n    region = us-east-1\n    EOS\n    \n    cat \u003c\u003cEOS \u003e ~/.aws/credentials\n    [default]\n    aws_access_key_id = \u003cyour AWS access key ID\u003e\n    aws_secret_access_key = \u003cyour AWS secret access key\u003e\n    EOS\n    \n    # secure the files\n    chmod 0600 ~/.aws/config ~/.aws/credentials\n    ```\n\n1. clone this repository and `cd` into it\n\n1. create SSH key pair\n\n    ```bash\n    ssh-keygen -t rsa -b 4096 -C \"terraform\" -f ./ssh/key\n    ```\n\n1. configure terraform variables (set your custom values)\n\n    ```bash\n    # create variable file\n    cp .terraform.tfvars.example terraform.tfvars\n\n    # set custom variable values\n    vi terraform.tfvars\n    ```\n\n1. deployment\n\n    ```bash\n    # download module(s)\n    terraform init\n\n    # deploy\n    terraform apply\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feurop%2Faws-simple-web-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feurop%2Faws-simple-web-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feurop%2Faws-simple-web-server/lists"}