Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 594 Bytes

aws-cdk-vpc-efs

Architecture

image

Getting started

Prerequisites:

How to deploy

  • Obtain aws credential for the aws account (check ~/.aws/credential or ~/.aws/cli/cache)
  • export your environment variable if you do not want to use the default one. This variable is used in bin/index.ts
const envName = process.env.ENVIRONMENT_NAME || 'kate'
const accountName = process.env.ACCOUNT_NAME || 'sandpit1'
const region = process.env.REGION || 'ap-southeast-2'