Git Product home page Git Product logo

t2s-bank-terraform's Introduction

Deploying A complete Core Banking System on AWS using Terraform

This repository contains Terraform configurations for provisioning A complete Core Banking System on AWS.

Prerequisites

  • Terraform (version >= 0.12)
  • AWS CLI configured with appropriate IAM permissions
  • An AWS account

Steps

Step 1: Clone the Repository

-> git clone https://github.com/Here2ServerU/t2s-bank-terraform.git

-> cd t2s-bank-terraform

Step 2: Initialize Terraform

Initialize envs/dev

-> cd t2s-bank/envs/dev

-> terraform init

Initialize envs/stage

-> cd t2s-bank/envs/stage

-> terraform init

Initialize envs/prod

-> cd t2s-bank/envs/stage

-> terraform init

cd t2s-bank/envs/prod terraform init

Step 3: Plan and Review Terraform

For Dev Environment

-> cd t2s-bank/envs/dev

-> terraform plan

For Stage Environment

-> cd t2s-bank/envs/stage

-> terraform plan

For Prod Environment

-> cd t2s-bank/envs/prod

-> terraform plan

Step 4: Apply The Terraform Configuration

For Dev Environment

-> cd t2s-bank/envs/dev

-> terraform apply

For Stage Environment

-> cd t2s-bank/envs/stage

-> terraform apply

For Prod Environment

-> cd t2s-bank/envs/prod

-> terraform apply

Step 5: Clean Up

For Dev Environment

-> cd t2s-bank/envs/dev

-> terraform destroy

For Stage Environment

-> cd t2s-bank/envs/stage

-> terraform destroy

For Prod Environment

-> cd t2s-bank/envs/prod

-> terraform destroy

Troubleshooting

If you encounter any issues, please check the following:

  • Ensure your AWS CLI is configured correctly and you have the necessary permissions.
  • Verify that your Terraform configurations are correct and all required variables are set.
  • Check the AWS Management Console for any errors related to the resources being created.

Contributing

Feel free to customize this README.md file according to your specific requirements and project details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.