Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jibrand/multi-stage-deployment-with-terraform
Multi-stage deployment using Terraform for AWS infrastructure. Automates Dev, Stage, and Prod environments with S3, EC2, and DynamoDB. Scalable, efficient, and modular.
https://github.com/jibrand/multi-stage-deployment-with-terraform
automation aws aws-ec2 aws-s3 multi-stage provisioning terraform terraform-module terraform-module-template
Last synced: 2 days ago
JSON representation
Multi-stage deployment using Terraform for AWS infrastructure. Automates Dev, Stage, and Prod environments with S3, EC2, and DynamoDB. Scalable, efficient, and modular.
- Host: GitHub
- URL: https://github.com/jibrand/multi-stage-deployment-with-terraform
- Owner: Jibrand
- Created: 2024-12-31T19:22:00.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T19:29:59.000Z (5 days ago)
- Last Synced: 2024-12-31T20:28:12.571Z (5 days ago)
- Topics: automation, aws, aws-ec2, aws-s3, multi-stage, provisioning, terraform, terraform-module, terraform-module-template
- Language: HCL
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Stage Deployment with Terraform
![3-Tier Application Deployment Diagram](./image.png)Welcome to the **Multi-Stage Deployment Project**, an infrastructure-as-code (IaC) solution built with Terraform to automate the deployment of AWS resources across multiple environments: **Development (Dev)**, **Staging (Stage)**, and **Production (Prod)**.
## Overview
This project automates the creation and management of AWS resources across three environments:
- **Each environment contains:**
- S3 bucket
- EC2 instance
- DynamoDB tableBy using Terraform, the project ensures consistency, scalability, and maintainability while enabling easy updates and rollbacks.
## Features
- **Multi-Stage Environments:** Isolated environments (Dev, Stage, Prod) to support agile development and testing.
- **AWS Resource Automation:** Fully automated setup of EC2, S3, and DynamoDB resources.
- **Terraform Best Practices:** Modular structure with variables and outputs for reusable configurations.
- **Scalability:** Easily adapt to growing infrastructure needs with minimal changes.
- **Cost Efficiency:** Separate environments for efficient resource usage and testing.---
## Prerequisites
To use this project, you will need:
1. An AWS account with programmatic access enabled.
2. Terraform CLI installed. [Get it here](https://developer.hashicorp.com/terraform/downloads).
3. Configured AWS CLI with credentials. Run:
```bash
aws configure## How to Star the Repository
If you find this project helpful, please star the repository on GitHub to show your support:
1. Click the ⭐ button in the top-right corner.---
## Author
**Jibran**
Passionate DevOps Engineer and Software Developer.
Connect with me on [LinkedIn](https://www.linkedin.com/in/muhammad-jibran220/).---
## Feedback & Contributions
Contributions are welcome! Feel free to fork the repository and submit a pull request.---