Skip to content

dataopslabs-aws/aws-dugb-sagemaker-tfsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join us

LinkedIn

Meetup


Table of Contents
  1. Installation of Terraform
  2. Getting Started

Installation of Terraform

You can follow official instruction from terraform on Installation

Install Terraform | Terraform | HashiCorp Developer

Getting Started

Prerequisites

Ensure that you create AccessKey from your AWS Account configure AWS Credential locally

  • AWS CLI
    AWS Access Key ID [None]: AKIAI**YourKeu
    AWS Secret Access Key [None]: YouaccessKey
    Default region name [None]: us-east-1
    Default output format [None]: json
    

Terraform Setup

This will create S3 Bucket, DynamoDB lock Tables

  1. Clone the repo
    git clone https://github.com/dataopslabs-aws/aws-dugb-sagemaker-tfsetup.git
  2. Run Terraform init to Check the provider loaded as expected
    cd aws-dugb-sagemaker-tfsetup
    terraform init
    
  3. Run Terraform Plan
    terraform plan
    
  4. Run Terraform apply
    terraform apply
    

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages