Skip to content

This source is an infrastructure code for deploying eks clusters on aws vpc, consisting of two public subnets, six private subnets, and one Nat Gateway.

Notifications You must be signed in to change notification settings

leemk119/aws-vpc-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AWS VPC ๋ฐ EKS ํด๋Ÿฌ์Šคํ„ฐ ํ…œํ”Œ๋ฆฟ

๐Ÿ“‹ ๊ฐœ์š”

๋ณธ ํ”„๋กœ์ ํŠธ๋Š” AWS ์ธํ”„๋ผ์—์„œ VPC ๋ฐ EKS ํด๋Ÿฌ์Šคํ„ฐ๋ฅผ ๊ตฌ์ถ•ํ•˜๊ธฐ ์œ„ํ•œ CloudFormation ํ…œํ”Œ๋ฆฟ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์•„๋ž˜์™€ ๊ฐ™์€ ๊ตฌ์„ฑ ์š”์†Œ๋ฅผ ํฌํ•จํ•ฉ๋‹ˆ๋‹ค:

๐Ÿ“Œ VPC ๋ฐ ๋„คํŠธ์›Œํฌ ๊ตฌ์„ฑ (cf_basic_infra.yaml)

  • VPC: 1๊ฐœ
  • Public ์„œ๋ธŒ๋„ท: 2๊ฐœ
  • Private ์„œ๋ธŒ๋„ท: 6๊ฐœ (Frontend 2๊ฐœ, Backend 2๊ฐœ, Database 2๊ฐœ)
  • Internet Gateway: 1๊ฐœ
  • NAT Gateway: 1๊ฐœ

๐Ÿ“Œ EKS ํด๋Ÿฌ์Šคํ„ฐ ์ƒ์„ฑ (create-ekcluster.yaml)

  • EKS ํด๋Ÿฌ์Šคํ„ฐ ๋ฐฐํฌ๋ฅผ ์œ„ํ•œ ํ…œํ”Œ๋ฆฟ
  • cf_basic_infra.yaml ํ…œํ”Œ๋ฆฟ์„ ์‚ฌ์ „ ๋ฐฐํฌํ•˜๊ณ  ํ•„์š”ํ•œ ID ๊ฐ’์„ ์ถ”๊ฐ€ํ•˜์—ฌ 1๊ฐœ์˜ EKS ํด๋Ÿฌ์Šคํ„ฐ๋ฅผ ๊ตฌ์„ฑ

๐Ÿ“Œ IP ๊ตฌ์„ฑ

  • Public ์„œ๋ธŒ๋„ท: 8,192 IP ์ฃผ์†Œ
  • Private ์„œ๋ธŒ๋„ท:
    • Frontend: 8,192 IP ์ฃผ์†Œ
    • Backend: 8,192 IP ์ฃผ์†Œ
    • Database: 2,048 IP ์ฃผ์†Œ

โš ๏ธ ์ฐธ๊ณ  ์‚ฌํ•ญ

  • ETEVERS-IDE: ์‚ฌ์ „ ์ƒ์„ฑ๋œ IAM์„ ๊ตฌ์„ฑํ•˜๊ณ  ์ฝ”๋“œ ์„œ๋ฒ„๋กœ ํ™œ์šฉํ•ฉ๋‹ˆ๋‹ค.

About

This source is an infrastructure code for deploying eks clusters on aws vpc, consisting of two public subnets, six private subnets, and one Nat Gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published