Skip to content

KateVu/aws-cdk-ec2-efs

Repository files navigation

aws-cdk-vpc-efs

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'

About

Create EC2 and shared EFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published