

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# AWS 인프라 구축
<a name="building-infrastructure"></a>

웹 AWS 서비스 크롤링 인프라를 구축하는 데 사용할 수 있는 것이 많습니다. 이 가이드의 [아키텍처](architecture.md) 섹션에는 제안된 솔루션 하나가 포함되어 있습니다. 웹 크롤러에 대한 지원 인프라를 구축 AWS 서비스 하려면 다음을 사용하는 것이 좋습니다.
+ Amazon Virtual Private Cloud(VPC)를 사용하여 [VPC](https://docs.aws.amazon.com/vpc/latest/userguide/configure-your-vpc.html) 및 [서브넷을](https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html) 생성합니다.
+ [Amazon EventBridge 스케줄러](https://docs.aws.amazon.com/eventbridge/latest/userguide/using-eventbridge-scheduler.html)를 사용하여 크롤링 프로세스를 시작합니다.
+  AWS Batch [작업](https://docs.aws.amazon.com/batch/latest/userguide/jobs.html) 및 작업 [대기열을 사용하여 웹 크롤러 작업을](https://docs.aws.amazon.com/batch/latest/userguide/job_queues.html) 관리합니다.
+ 다음 솔루션 중 하나를 사용하여 웹 크롤러 작업을 실행합니다.
  + 의 Amazon Elastic Container Service(Amazon ECS) 컨테이너 [AWS Fargate](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html)
  + Amazon Elastic Compute Cloud(Amazon EC2) [인스턴스](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Instances.html)
**참고**  
애플리케이션이 중단을 처리할 수 있는 경우 스팟 플릿을 통해 Amazon EC2 스팟 인스턴스를 사용하는 것이 좋습니다. [https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances.html) [https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-spot-fleets.html](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-spot-fleets.html) 스팟 인스턴스 플릿은 컴퓨팅 비용을 크게 절감하는 데 도움이 될 수 있습니다.
  + AWS Lambda [함수](https://docs.aws.amazon.com/lambda/latest/dg/lambda-functions.html)
+ 검색된 데이터와 원시 파일을 Amazon Simple Storage Service(Amazon S3) [버킷](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html)에 저장합니다.