<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hands-On on iamjjanga blog</title><link>https://blog.iamjjanga.com/blog/hands-on/</link><description>Recent content in Hands-On on iamjjanga blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 04 Nov 2025 22:11:13 +0900</lastBuildDate><atom:link href="https://blog.iamjjanga.com/blog/hands-on/index.xml" rel="self" type="application/rss+xml"/><item><title>Aws Vpc Endpoints Review</title><link>https://blog.iamjjanga.com/aws-vpc-endpoints-review/</link><pubDate>Tue, 04 Nov 2025 22:11:13 +0900</pubDate><guid>https://blog.iamjjanga.com/aws-vpc-endpoints-review/</guid><description>&lt;nav id="TableOfContents">
 &lt;h4>Table Of Contents&lt;/h4>
 &lt;nav id="TableOfContents">
 &lt;ol>
 &lt;li>&lt;a href="#intro">Intro&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#endpoints">Endpoints&lt;/a>
 &lt;ol>
 &lt;li>&lt;a href="#type-of-endpoints">Type of Endpoints&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#hands-on-gateway로-s3-endpoints-설정">(Hands-On) Gateway로 S3 Endpoints 설정&lt;/a>
 &lt;ol>
 &lt;li>&lt;a href="#nat-사용-확인-하기">NAT 사용 확인 하기&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#s3-endpoints-생성">S3 Endpoints 생성&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#nat를-사용하지-않는-것을-확인">NAT를 사용하지 않는 것을 확인&lt;/a>&lt;/li>
 &lt;/ol>
 &lt;/li>
 &lt;/ol>
 &lt;/li>
 &lt;li>&lt;a href="#ref">Ref&lt;/a>&lt;/li>
 &lt;/ol>
&lt;/nav>
&lt;/nav>
&lt;h1 id="intro">Intro&lt;/h1>
&lt;p>최근 업무를 진행하면서 Production VPC에서는 S3 Endpoints(Gateway)가 다른 엔지니어분의 작업으로 해당 설정이 유효하게 설정되었지만, Dev VPC는 누락된 부분이 있어서 다시 리서치하는 의미에서 이 글을 작성하게 되었다.&lt;/p>
&lt;h1 id="endpoints">Endpoints&lt;/h1>
&lt;p>AWS에서 S3는 다양한 환경에서 사용한다.&lt;/p>
&lt;ul>
&lt;li>Local에서 &lt;code>aws-cli&lt;/code> 를 사용해서 Object를 업로드&amp;amp;다운로드&lt;/li>
&lt;li>(간혹) Static Web Hosting이나 Cloudfront와 연결해서 Redirect로도 사용&lt;/li>
&lt;li>(주로) VPC 내에서 필요한 정적파일 혹은 백업, 로그를 보관하는 목적&lt;/li>
&lt;/ul>
&lt;p>여기서 S3를 참조할때 네트워크 트래픽에 대한 부분을 많이 간과해서 사용하는 경우에 적은 Call수에는 차이가 나지 않을 수 있지만 잦고 다량의 Call이 발생할때는 무시할 수 없는 비용이다.&lt;/p></description></item></channel></rss>