diff --git "a/_posts/2024-03-02-aws02_EC2, EBS, ELB \353\202\264\354\232\251 \354\240\225\353\246\254.md" "b/_posts/2024-03-02-aws02_EC2, EBS, ELB \353\202\264\354\232\251 \354\240\225\353\246\254.md" index a7459a2e062e..07e44df76aeb 100644 --- "a/_posts/2024-03-02-aws02_EC2, EBS, ELB \353\202\264\354\232\251 \354\240\225\353\246\254.md" +++ "b/_posts/2024-03-02-aws02_EC2, EBS, ELB \353\202\264\354\232\251 \354\240\225\353\246\254.md" @@ -9,8 +9,6 @@ post-header: false --- -# EC2, EBS, ELB - Elastic Compute Cloud의 약자로 가장 큰 장점인 클라우드라는 공간에서 크기가 유연하게 변경되는 기능을 제공한다. 예측할 수 없는 데이터 처리 및 계산이 불가능한 크기의 데이터가 밀려오는 상황에 사용량이 많아지면 그만큼 늘리면 되고 반대로 적어지면 또 그만큼 줄여주는 Auto Scaling 가능 diff --git "a/_posts/2024-03-13-aws01_IAM \354\240\225\353\246\254.md" "b/_posts/2024-03-13-aws01_IAM \354\240\225\353\246\254.md" index 2ed45f85af5c..ffd117d89a73 100644 --- "a/_posts/2024-03-13-aws01_IAM \354\240\225\353\246\254.md" +++ "b/_posts/2024-03-13-aws01_IAM \354\240\225\353\246\254.md" @@ -80,8 +80,6 @@ post-header: false -# IAM 정리 - ## IAM 이란? **유저를 관리하고 접근 레벨 및 권한에 대한 관리** diff --git a/_posts/2024-04-25-aws03_X-Forwared-For.md b/_posts/2024-04-25-aws03_X-Forwared-For.md index e15e4bd1046d..9609f718085d 100644 --- a/_posts/2024-04-25-aws03_X-Forwared-For.md +++ b/_posts/2024-04-25-aws03_X-Forwared-For.md @@ -9,8 +9,6 @@ post-header: false --- -# X-Forwared-For - ### X-Forwared-For 헤더 단순히 포트만 열어두고 Application 서비스를 올리는 경우가 아닌 NGINX 및 AWS CloudFront 또는 Application Load Balancer 같이 앞단에 프록시 서버를 두는 경우가 있다. diff --git "a/_posts/2024-05-02-aws4_AWS VPC\354\231\200 Public,Private Subnet \354\203\235\354\204\261.md" "b/_posts/2024-05-02-aws4_AWS VPC\354\231\200 Public,Private Subnet \354\203\235\354\204\261.md" index ec6f499da91c..26007c5d3ee9 100644 --- "a/_posts/2024-05-02-aws4_AWS VPC\354\231\200 Public,Private Subnet \354\203\235\354\204\261.md" +++ "b/_posts/2024-05-02-aws4_AWS VPC\354\231\200 Public,Private Subnet \354\203\235\354\204\261.md" @@ -9,8 +9,6 @@ post-header: false --- -# AWS VPC와 Public,Private Subnet 생성 - ## 구축 순서 VPC 생성 → 서브넷 생성 → 인터넷 게이트웨이 생성 → 퍼블릭 라우팅 → 라우팅 테이블 생성 및 설정