행위

AWS 클라우드 서비스 이해와 활용 (2일차)

라이언의 꿀팁백과

Ryanyang (토론 | 기여)님의 2024년 5월 9일 (목) 14:48 판 (→‎오전 실습)

1 어제 수업 질문 관련

1.1 AWS GWLB 가 무엇인가요?

Gateway Load Balancer외부에서 유입돼는 트래픽과 외부로 나가는 트래픽을 다른 네트워크(VPC)의 게이트웨이 역할로 가상어플라이언스로 라우팅할 수 있도록 해주는 서비스. 이를 구성하기 위한 필수 구성요소는 아래 세 가지다.

  1. GWLB Endpoint
  2. GWLB Endpoint Service
  3. Ingress Route Table


이에 대한 상세 설명은 아래 링크 참고


https://tech.cloud.nongshim.co.kr/2023/03/16/%EC%86%8C%EA%B0%9C-vpc-endpoint%EB%9E%80/

https://kim-dragon.tistory.com/167

2 오전 실습

2.1 IAM

https://catalog.workshops.aws/general-immersionday/ko-KR/basic-modules/30-iam

2.2 오토스케일링

2.2.1 관련자료

https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html

2.3 CloudFormation(클라우드포매이션)

AWS CloudFormation is a service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS. You create a template that describes all the AWS resources that you want (like Amazon EC2 instances or Amazon RDS DB instances), and CloudFormation takes care of provisioning and configuring those resources for you. You don't need to individually create and configure AWS resources and figure out what's dependent on what;

2.3.1 스택(Stack)

A stack is a collection of AWS resources that you can manage as a single unit. In other words, you can create, update, or delete a collection of resources by creating, updating, or deleting stacks.

3 오후 실습

3.1 AWS Organization

조직 단위로 AWS 서비스를 관리하고자 할 때, 이용하는 기능.

3.2 AWS 스토리지 서비스

3.2.1 Amazon EBS

블록 수준 스토리지

AmazonEBS.png

AmazonEBS 2.png

3.2.2 Amazon S3

확장 가능한 Object Storage

AmazonS3.png

AmazonS3 2.png

AmazonS3 Lifecycle Policty.png

3.2.2.1 VPC Endpoints(S3)

S3를 Private 하게 사용하고 싶은 경우 사용하는 기능

VPC Endpoints S3.png

3.2.3 Amazon EFS

NFS라고 생각하면 됨


3.2.4 Amazon S3 Glacier

아카이브 스토리지