{"id":25436728,"url":"https://github.com/olymahmudmugdho/aws-terraform-workshop","last_synced_at":"2026-04-30T09:32:23.677Z","repository":{"id":277848430,"uuid":"933711147","full_name":"OlyMahmudMugdho/aws-terraform-workshop","owner":"OlyMahmudMugdho","description":"This repository contains the hands-on exercises and code samples from a comprehensive workshop on Terraform and AWS. The workshop covers fundamental to advanced topics in Infrastructure as Code (IaC) using Terraform, along with practical implementations on AWS.","archived":false,"fork":false,"pushed_at":"2025-04-02T16:55:57.000Z","size":2033,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T17:45:43.768Z","etag":null,"topics":["amazon-web-services","aws","cloud-computing","iac","infrastructure-as-code","terraform"],"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/OlyMahmudMugdho.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":"2025-02-16T14:21:48.000Z","updated_at":"2025-04-02T16:56:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd408a0f-c088-4456-abb4-9d0d9ae27180","html_url":"https://github.com/OlyMahmudMugdho/aws-terraform-workshop","commit_stats":null,"previous_names":["olymahmudmugdho/aws-terraform-workshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlyMahmudMugdho%2Faws-terraform-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlyMahmudMugdho%2Faws-terraform-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlyMahmudMugdho%2Faws-terraform-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlyMahmudMugdho%2Faws-terraform-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OlyMahmudMugdho","download_url":"https://codeload.github.com/OlyMahmudMugdho/aws-terraform-workshop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264766,"owners_count":22041794,"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":["amazon-web-services","aws","cloud-computing","iac","infrastructure-as-code","terraform"],"created_at":"2025-02-17T08:22:12.137Z","updated_at":"2026-04-30T09:32:23.603Z","avatar_url":"https://github.com/OlyMahmudMugdho.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform and AWS Workshop\n\n## Introduction\n\nThis repository contains the hands-on exercises and code samples from a comprehensive workshop on **Terraform and AWS**. The workshop covers fundamental to advanced topics in **Infrastructure as Code (IaC)** using Terraform, along with practical implementations on AWS.\n\n## Workshop Modules\n\n### 1. Introduction to Terraform and AWS\n\n- Get acquainted with the fundamentals of **Terraform** and **AWS**.\n- Connect your AWS instance with Terraform and deploy a basic **EC2 instance**.\n- Understand the core principles of **Infrastructure as Code (IaC)** and its significance in modern cloud environments.\n\n### 2. Setting up Terraform with AWS\n\n- Learn about the importance of **Terraform state** and how to leverage AWS cloud for state storage.\n- Securely store credentials in AWS and retrieve them using Terraform.\n\n### 3. Writing Terraform Configurations\n\n- Explore **HashiCorp Configuration Language (HCL)** and write real-world Terraform configurations.\n- Use **variables and outputs** in infrastructure code to manage AWS resources.\n- Create **Terraform modules** for reusable and scalable infrastructure.\n\n### 4. Managing Terraform State\n\n- Understand the significance of **state management** in Terraform.\n- Utilize **remote state storage**, state locking, state migration, and resolve state conflicts.\n- Follow best practices in managing and securing Terraform state files.\n\n### 5. Advanced Terraform Features\n\n- Implement **workspaces** to manage multiple environments efficiently.\n- Leverage **data sources and provisioners** to enhance Terraform capabilities.\n\n### 6. Automating AWS Deployments with Terraform\n\n- Set up **CI/CD pipelines** on AWS using Terraform.\n- Automate application deployment on **Elastic Beanstalk** using **AWS CodePipeline** and Terraform configurations.\n\n### 7. Troubleshooting and Debugging Terraform Configurations\n\n- Learn best practices for troubleshooting common Terraform issues.\n- Understand error messages, logging, and debugging techniques to maintain configurations efficiently.\n\n### 8. Final Project: Deploying Secure EC2 Instances with a Shared RDS Database\n\n- Apply everything learned in a comprehensive **final project**.\n- Deploy secure **EC2 instances** sharing a centralized **RDS database**.\n\n## Folder Structure\n\n```\n📂 terraform-aws-workshop\n├── 📂 part-1  # Introduction to Terraform and AWS\n├── 📂 part-2  # Setting up Terraform with AWS\n├── 📂 part-3  # Writing Terraform Configurations\n├── 📂 part-4  # Managing Terraform State\n├── 📂 part-5  # Advanced Terraform Features\n├── 📂 part-6  # Automating AWS Deployments with Terraform\n├── 📂 part-7  # Troubleshooting and Debugging\n├── 📂 part-8  # Final Project: Secure EC2 with RDS\n```\n\n## Prerequisites\n\nBefore using the code, ensure you have the following installed:\n\n- [Terraform](https://www.terraform.io/downloads)\n- [AWS CLI](https://aws.amazon.com/cli/)\n- AWS IAM credentials with necessary permissions\n\n## Getting Started\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/OlyMahmudMugdho/your-repository-name.git\n   ```\n2. Navigate to the specific module you want to work with:\n   ```bash\n   cd part-1  # Change as needed\n   ```\n3. Follow the instructions in the corresponding `README` file\n\n## Author\n\n[M. Oly Mahmud](https://github.com/OlyMahmudMugdho)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folymahmudmugdho%2Faws-terraform-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folymahmudmugdho%2Faws-terraform-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folymahmudmugdho%2Faws-terraform-workshop/lists"}