행위

"AWS 클라우드 서비스 이해와 활용 (3일차)"의 두 판 사이의 차이

라이언의 꿀팁백과

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
74번째 줄: 74번째 줄:
===== '''4. 스토리지 – Amazon S3''' =====
===== '''4. 스토리지 – Amazon S3''' =====


완료했음
http://immersion-day-ryanyang.s3-website.ap-northeast-2.amazonaws.com/
[[파일:AWS 심화 S3 - 1.png|프레임없음|900x900픽셀]]
참고로 AWS S3에서 HTTPS로 정적 호스팅을 하고 싶으면 CloudFront 및 Route 53을 통해 서비스 제공이 가능하다.


===== '''5. 실습 리소스 정리''' =====
===== '''5. 실습 리소스 정리''' =====
이건 수어 종료 직전에 처리 예정
===== '''6. 추가 실습''' =====
https://catalog.us-east-1.prod.workshops.aws/workshops/85cd2bb2-7f79-4e96-bdee-8078e469752a/en-US/introduction
Private Subnet에 있는 Endpoint가 인터넷을 하려면 NAT Gateway를 통해야 함.

2024년 5월 10일 (금) 15:18 기준 최신판

1 실습[편집 | 원본 편집]

1.1 Advanced Module[편집 | 원본 편집]

아래와 같이 총 5개 절차로 실습하며 실습 URL은 https://catalog.us-east-1.prod.workshops.aws/workshops/869a0a06-1f98-4e19-b5ac-cbb1abdfc041/ko-KR

1.1.1 09:30 ~ 11:40[편집 | 원본 편집]

1.1.1.1 1. 네트워크 – Amazon VPC[편집 | 원본 편집]

AWS 심화 VPC - 1.png

AWS 심화 VPC - 2.png

1.1.1.1.1 VPC Endpoint[편집 | 원본 편집]

A VPC endpoint enables customers to privately connect to supported AWS services and VPC endpoint services powered by AWS PrivateLink. Amazon VPC instances do not require public IP addresses to communicate with resources of the service. Traffic between an Amazon VPC and a service does not leave the Amazon network.


VPC endpoints are virtual devices. They are horizontally scaled, redundant, and highly available Amazon VPC components that allow communication between instances in an Amazon VPC and services without imposing availability risks or bandwidth constraints on network traffic. There are two types of VPC endpoints:

  • interface endpoints
  • gateway endpoints


(확인사항 공유) Session Manager를 통해 EC2에 접속하는 경우 두 가지로 나누어짐. 서버가 Public 영역에 있는 경우에는 Outbound 트래픽만 허용되면 됨. 그러나 서버가 Private 영역에 있는 경우에는 VPC에 interface endpoint를 추가해야 함.

1.1.1.2 2. 컴퓨트 – Amazon EC2[편집 | 원본 편집]

EC2 Instance 생성

AWS 심화 EC2 - 1.png


앞에서 만들었던 EC2 Instance를 이용해서 Web server for custom AMI 이미지를 생성 (EC2 - Instances - Actions - Image and templates - Create image)


AWS 심화 EC2 - 2.png


Application Load Balancer를 생성함. 참고로 ALB 타겟 그룹의 라우팅 알고리즘이 기본적으로 Round Robin 방식으로 동작함.


AWS 심화 EC2 - 3.png


참고로 AMI 내 컨텐츠는 수정이 불가함. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/modify-ami.html

1.1.2 13:00 ~ 15:00[편집 | 원본 편집]

1.1.2.1 3. 데이터베이스 – Amazon Aurora[편집 | 원본 편집]

현재까지 아래와 같은 아키텍처를 구성함


AWS 심화 RDS - 1.png


RDS Databases 화면에서는 아래와 같이 나옴 (현재 생성 중)


AWS 심화 RDS - 2.png


AWS 심화 RDS - 3.png

1.1.2.2 4. 스토리지 – Amazon S3[편집 | 원본 편집]

완료했음

http://immersion-day-ryanyang.s3-website.ap-northeast-2.amazonaws.com/

AWS 심화 S3 - 1.png

참고로 AWS S3에서 HTTPS로 정적 호스팅을 하고 싶으면 CloudFront 및 Route 53을 통해 서비스 제공이 가능하다.

1.1.2.3 5. 실습 리소스 정리[편집 | 원본 편집]

이건 수어 종료 직전에 처리 예정

1.1.2.4 6. 추가 실습[편집 | 원본 편집]

https://catalog.us-east-1.prod.workshops.aws/workshops/85cd2bb2-7f79-4e96-bdee-8078e469752a/en-US/introduction


Private Subnet에 있는 Endpoint가 인터넷을 하려면 NAT Gateway를 통해야 함.