{"id":18714119,"url":"https://github.com/dragonraid/aws_examples","last_synced_at":"2025-11-10T01:30:15.594Z","repository":{"id":128434037,"uuid":"177203194","full_name":"dragonraid/aws_examples","owner":"dragonraid","description":"AWS Examples","archived":false,"fork":false,"pushed_at":"2019-09-26T06:11:01.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T09:20:15.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dragonraid.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":"2019-03-22T20:11:23.000Z","updated_at":"2019-09-26T06:11:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"e339cb58-6a74-4345-8e4d-e6b3cbcf1c6d","html_url":"https://github.com/dragonraid/aws_examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Faws_examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Faws_examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Faws_examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonraid%2Faws_examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragonraid","download_url":"https://codeload.github.com/dragonraid/aws_examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239576790,"owners_count":19662114,"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":[],"created_at":"2024-11-07T12:51:18.539Z","updated_at":"2025-11-10T01:30:15.567Z","avatar_url":"https://github.com/dragonraid.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Examples\nThis repository contains AWS Examples. Individual directories contains examples to individual AWS Services.\n## CloudFormation\n- `infrastructure.yaml` ... nested stack that deploys basic infrastructure\n  - `vpcSubnets.yaml`   ... creates vpc, private and public subnets\n  - `vpcRouting.yaml`   ... sets up routing between subnets\n  - `bastion.yaml`      ... creates bastion hosts in public subnet. Before creating this stack, make sure to create ssh key-pair and update `ImageId` if needed. (Replaced by `bastionV2.yaml`, because of EIPs limits per region.)\n  - `bastionV2.yaml`    ... creates bastion hosts in public subnet\n- `webapp.yaml` ... creates dummy web application.\n## Deployment guide\n### Prerequisites\n- create IAM User and attach Administrator policy (for simplicity, not recommended in production environment). Create access key and secret access key and put into `./aws/credentials` file\n- edit `Makefile` variables in order to reflect your environment\n- install `python3` and `virtualenv`\n### Makefile\nMakefile simplifies deployment of Cloudformation templates. Available commands:\n- `make infra`  ... creates basic AWS infrastructure (deploys `cloudformation/infrastructure.yaml`)  in `alpha` account\n- `make clean_infra` ... deletes basic AWS infrastructure in `alpha` accoint\n- `make webapp` ... create webapp stack (deploys `cloudformation/webapp.yaml`)  in `alpha` account\n- `make clean_webapp` ... deletes webapp stack in `alpha` account\n- `make describe` ... describes bastions endpoint in `alpha` account\n- `make beta_infra`  ... creates basic AWS infrastructure (deploys `cloudformation/infrastructure.yaml`) in `beta` account\n- `make beta_clean_infra` ... deletes basic AWS infrastructure in `beta` accoint\n- `make beta_describe` ... describes bastions endpoint in `beta` account\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonraid%2Faws_examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonraid%2Faws_examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonraid%2Faws_examples/lists"}