Giter VIP home page Giter VIP logo

cdk-ecs-2048-on-fargate's Introduction

cdk-ecs-2048-on-fargate

Deploy with CDK

# clone the project, and initial the project directory first
$ git clone https://github.com/BabooPan/cdk-ecs-2048-on-fargate.git
$ cd cdk-ecs-2048-on-fargate
# init the packages needed for this demo
$ yarn install
yarn install v1.22.17
warning ../../../package.json: No license field
[1/4] ๐Ÿ”  Resolving packages...
[2/4] ๐Ÿšš  Fetching packages...
[3/4] ๐Ÿ”—  Linking dependencies...
[4/4] ๐Ÿ”จ  Building fresh packages...
โœจ  Done in 4.45s.
# confirm the dependencies again by projen
$ npx projen
๐Ÿ‘พ default | node .projenrc.js

้€้Ž cdk deploy ๅš้ƒจ็ฝฒ๏ผŒ่‹ฅๅœจ้ƒจ็ฝฒ็š„ AWS Account ๆˆ–ๆ˜ฏ Region ไธญๆฒ’ๆœ‰้…็ฝฎ้Ž CDK Toolkit๏ผŒๆœƒๅ ฑ้Œฏๆ็คบ้œ€่ฆๅŸท่กŒ cdk bootstrap aws://012345678901/us-west-2

CDK Toolkit ็‚บๅนซๅŠฉ CDK ไปฅ CloudFormation ้ƒจ็ฝฒ็›ธ้—œ่ณ‡ๆบ็š„ๅทฅๅ…ท๏ผŒๆœƒๅ…ˆๅฐ‡ CDK ๆ‰€้œ€่ฆ็š„้ …็›ฎ่ˆ‡่ณ‡ๆบๆ”พ็ฝฎๅœจ่‡ชๅ‹•็”Ÿๆˆ็š„ S3 Bucket ๏ผŒๆˆ–ๆ˜ฏ็”Ÿๆˆ IAM Role ไพ†็ขบไฟ CDK ้ƒจ็ฝฒ Applications ๆ‰€้œ€่ฆ็š„ๆฌŠ้™๏ผ›้€™ๅ€‹ไบ‹ๅ‰้ƒจ็ฝฒ็š„้šŽๆฎต็จฑ็‚บ CDK Bootstrapping

# the cdk v2 need to boostrap first
$ cdk bootstrap aws://012345678901/us-west-2 # boostrap CDK toolkit
...
...
 โณ  Bootstrapping environment aws://012345678901/us-west-2...
CDKToolkit: creating CloudFormation changeset...
[โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ] (3/3)

 โœ…  Environment aws://012345678901/us-west-2 bootstrapped.

ๅฏไปฅ้€้Ž CloudFormation Console ็ขบ่ช CDK Toolkit ็š„้ƒจ็ฝฒ็‹€ๆณ

ๅ†็”จ cdk deploy ๅš้ƒจ็ฝฒ CloudFormation Stack

$ cdk deploy
...
Do you wish to deploy these changes (y/n)? y
...
cdk-ecs-2048-on-fargate: deploying...
...
cdk-ecs-2048-on-fargate: creating CloudFormation changeset...
[โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ] (9/9)

 โœ…  cdk-ecs-2048-on-fargate

Outputs:
...
...

ๅฆ‚ๆžœไธ็”จไบ†๏ผŒ่จ˜ๅพ—้€้Ž cdk destory ๅˆช้™ค CloudFormation Stack

$ cdk destory
...
Are you sure you want to delete: cdk-ecs-2048-on-fargate (y/n)? y
cdk-ecs-2048-on-fargate: destroying...
...
7:19:27 PM | DELETE_IN_PROGRESS   | AWS::CloudFormation::Stack     | cdk-ecs-2048-on-fargate

 โœ…  cdk-ecs-2048-on-fargate: destroyed

cdk-ecs-2048-on-fargate's People

Contributors

baboopan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.