{"id":25427859,"url":"https://github.com/sampreethas/aws_cloudformation_iac","last_synced_at":"2026-01-25T17:02:04.178Z","repository":{"id":277894141,"uuid":"933841159","full_name":"sampreethas/aws_cloudformation_iac","owner":"sampreethas","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-16T20:33:15.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T06:28:08.324Z","etag":null,"topics":["aws","yaml"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sampreethas.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,"zenodo":null}},"created_at":"2025-02-16T20:03:53.000Z","updated_at":"2025-04-30T22:10:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e5fd1ee-dfea-463c-893c-2b9b623cbbba","html_url":"https://github.com/sampreethas/aws_cloudformation_iac","commit_stats":null,"previous_names":["sampreethas/aws_cloudformation_iac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sampreethas/aws_cloudformation_iac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sampreethas%2Faws_cloudformation_iac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sampreethas%2Faws_cloudformation_iac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sampreethas%2Faws_cloudformation_iac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sampreethas%2Faws_cloudformation_iac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sampreethas","download_url":"https://codeload.github.com/sampreethas/aws_cloudformation_iac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sampreethas%2Faws_cloudformation_iac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"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","yaml"],"created_at":"2025-02-17T01:30:33.106Z","updated_at":"2026-01-25T17:02:04.166Z","avatar_url":"https://github.com/sampreethas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌩 AWS CloudFormation IaC with a simple template\n\nThis guide demonstrates how to use **AWS CloudFormation** for **Infrastructure as Code (IaC)** to provision and manage AWS resources using the **AWS CLI**.\n\n\n\n\n##  Features  \n\n-  **Declarative Infrastructure** – Define resources using YAML  \n-  **Automated Deployment** – Use ```aws cloudformation deploy``` \n-  **Change Management** – Update stacks with version control  \n-  **Rollback Support** – Automatic rollback on failure  \n\n\n\n##  Prerequisites  \n\nBefore you begin, ensure you have:  \n\n- **AWS CLI** → [Install Here](https://aws.amazon.com/cli/)  \n- **AWS IAM Permissions** (To create and manage CloudFormation stacks)  \n- **An S3 Bucket** (For storing CloudFormation templates if needed)  \n- **YAML/JSON CloudFormation Template**  \n\n\n\n##  Getting Started  \nIAC can be provisioned using AWS Console or AWS CLI\n\n### 1. Create a CloudFormation Template  \nSave the **YAML** template as `template.yaml`.  \n\n### 2. Run the following command to create the stack\n\n```\naws cloudformation create-stack --stack-name MySimpleApp --template-body file://template.yaml --capabilities CAPABILITY_NAMED_IAM\n```\n\n### 3. Use the following to update the stack \n```\naws cloudformation update-stack --stack-name MySimpleApp --template-body file://template.yaml\n```\n\n### 4. Delete the stack using this command\n**Note**: Do not forget to delete the resources after usage\n```\naws cloudformation delete-stack --stack-name MySimpleApp\n```\n\n## Console output - Stack created based on the template\n\n![image](https://github.com/user-attachments/assets/54563c12-4b1d-4815-892c-ce3742e409ef)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsampreethas%2Faws_cloudformation_iac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsampreethas%2Faws_cloudformation_iac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsampreethas%2Faws_cloudformation_iac/lists"}