Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

siwon/tosit_tdp_aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOSIT TDP deployment on AWS

Deploy a full TDP cluster on AWS.

Requirements

  • AWS Account
  • Terraform
  • Ansible
  • Terraform configured to used AWS provider

Quick Start

This steps will prepare the cluster for the TDP setup.

git clone https://github.com/siwon/tosit_tdp_aws.git
cd tosit_tdp_aws
make

Once this step are done, you can connect to the deployer instance and launch TDP setup :

ssh -i /tmp/ssh-private-key-tdp-default.pem admin@<EC2 DEPLOY IP>
cd tdp-getting-started
ansible-playbook deploy-all.yml

Clean

In the tosit_tdp_aws folder :

make destroy

TODO List

The TODO list is in the issue list : Enhancement issue list