Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 797 Bytes

guide-aws.md

File metadata and controls

52 lines (32 loc) · 797 Bytes

Register inside Google Cloud Platform

Create New Access Key

Create New Access Key

Put key ID and secret into environment variables:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Prerequisites

Setup AWS.

make aws-init

Use AWS environment.

Before start using of AWS, please execute the following command:

source ./.env/aws.env

Specify AWS services instances names

Set NSM_AWS_SERVICE_SUFFIX environment variable to specify AWS services instances names

Usage

Create cluster and configure kubernetes

make aws-start

Configure all nodes.

make k8s-config

Finish working

Release all AWS services

make aws-destroy