{"id":28603835,"url":"https://github.com/tukue/infracodecloudformation","last_synced_at":"2026-04-24T22:32:13.013Z","repository":{"id":296543779,"uuid":"787450419","full_name":"tukue/infracodecloudformation","owner":"tukue","description":"This repo contains a CloudFormation  template that provisions a VPC with public and private subnets, an Internet Gateway, security groups, an application load balancer, a target group, and an RDS database instance. The configuration includes necessary parameters, resources, and outputs to set up a scalable and secure infrastructure on AWS.","archived":false,"fork":false,"pushed_at":"2025-06-11T06:24:11.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T17:50:06.357Z","etag":null,"topics":["aws","cloudformation","infrastructure-as-code"],"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/tukue.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,"zenodo":null}},"created_at":"2024-04-16T14:44:27.000Z","updated_at":"2025-06-11T06:24:14.000Z","dependencies_parsed_at":"2025-06-07T22:18:09.549Z","dependency_job_id":null,"html_url":"https://github.com/tukue/infracodecloudformation","commit_stats":null,"previous_names":["tukue/infracodecloudformation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tukue/infracodecloudformation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tukue%2Finfracodecloudformation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tukue%2Finfracodecloudformation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tukue%2Finfracodecloudformation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tukue%2Finfracodecloudformation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tukue","download_url":"https://codeload.github.com/tukue/infracodecloudformation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tukue%2Finfracodecloudformation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32243204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["aws","cloudformation","infrastructure-as-code"],"created_at":"2025-06-11T17:07:29.965Z","updated_at":"2026-04-24T22:32:12.992Z","avatar_url":"https://github.com/tukue.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS CloudFormation Infrastructure as Code\n\nThis repository contains CloudFormation templates and utility scripts for deploying a highly available web application infrastructure on AWS.\n\n## Architecture\n\nThe infrastructure includes:\n\n- VPC with public and private subnets across multiple availability zones\n- Internet Gateway and route tables\n- Application Load Balancer\n- Security groups for web and database tiers\n- RDS MySQL database in private subnets\n\nSee the [infrastructure diagram](infrastructure-diagram.md) for a visual representation.\n\n## Files\n\n- `infraascode.yaml` - Main CloudFormation template\n- `infrastructure-diagram.md` - Visual diagram of the infrastructure\n- `validate_template.sh` - Script to validate CloudFormation templates\n- `validate_template.py` - Python version of the validation script\n- `validate_template.bat` - Windows batch version of the validation script\n- `deploy_stack.sh` - Script to create or update CloudFormation stacks\n- `params-example.json` - Example parameters file for CloudFormation deployment\n\n## Prerequisites\n\n- AWS CLI installed and configured\n- AWS account with appropriate permissions\n- Bash shell (for .sh scripts) or Windows command prompt (for .bat scripts)\n- Python (for Python scripts)\n\n## Usage\n\n### Validating Templates\n\n```bash\n# Using bash script\n./validate_template.sh [template-file]\n\n# Using Python script\npython validate_template.py [template-file]\n\n# Using batch file (Windows)\nvalidate_template.bat [template-file]\n```\n\n### Deploying Stacks\n\n```bash\n# Create a new stack\n./deploy_stack.sh --stack my-stack-name --action create --params params-example.json\n\n# Update an existing stack\n./deploy_stack.sh --stack my-stack-name --action update --params params-example.json\n```\n\n### Parameters\n\nBefore deployment, update the `params-example.json` file with your actual parameter values:\n\n```json\n[\n  {\n    \"ParameterKey\": \"DBPassword\",\n    \"ParameterValue\": \"YourSecurePasswordHere\"\n  }\n]\n```\n\n## Security Notes\n\n- The template includes security groups with some open access (0.0.0.0/0) for demonstration purposes\n- For production use, restrict access to specific IP ranges\n- Store sensitive parameters like database passwords securely\n- Consider using AWS Secrets Manager for credential management\n\n## Viewing the Infrastructure Diagram\n\nThe infrastructure diagram is created using Mermaid syntax and can be viewed in:\n- GitHub (which supports Mermaid diagrams)\n- VS Code with the Mermaid extension\n- Any Markdown viewer that supports Mermaid syntax","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftukue%2Finfracodecloudformation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftukue%2Finfracodecloudformation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftukue%2Finfracodecloudformation/lists"}