From db3d2e2490f2e43af382ba34a67c0368c13e8563 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Wed, 17 Apr 2024 12:18:14 +0900 Subject: [PATCH] i18n(ko-KR): update `aws.mdx` --- src/content/docs/ko/guides/deploy/aws.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/ko/guides/deploy/aws.mdx b/src/content/docs/ko/guides/deploy/aws.mdx index b8b1615e0916b..51f14fc247a0a 100644 --- a/src/content/docs/ko/guides/deploy/aws.mdx +++ b/src/content/docs/ko/guides/deploy/aws.mdx @@ -215,3 +215,9 @@ AWS에 대한 지속적 배포를 설정하는 방법에는 여러 가지가 있 :::note `BUCKET_ID`는 S3 버킷의 이름입니다. `DISTRIBUTION_ID`는 CloudFront 배포 ID입니다. **CloudFront > Distributions > ID**에서 CloudFront 배포 ID를 찾을 수 있습니다. ::: + +## 커뮤니티 자료 + +- [Astro를 AWS Amplify에 배포](https://www.launchfa.st/blog/deploy-astro-aws-amplify) +- [Astro를 AWS Elastic Beanstalk에 배포](https://www.launchfa.st/blog/deploy-astro-aws-elastic-beanstalk) +- [Astro를 AWS Fargate의 Amazon ECS에 배포](https://www.launchfa.st/blog/deploy-astro-aws-fargate) \ No newline at end of file