From c7a9e2dcd84c8282685865695dcb4c340cb06c70 Mon Sep 17 00:00:00 2001 From: junhyunlee123 <162781941+junhyunlee123@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:58:32 +0900 Subject: [PATCH] feat(infra): created gateway vpc endpoint for communication between ECS and S3 (#2168) * feat(infra): created gateway vpc endpoint for communication between ECS and S3 Created gateway vpc endpoint intended to replace NAT instance for communication between ECS and S3. For testing this features is working, erase S3 bucket policy that allows NAT instance's public ip. If the communication between ECS and S3 still works, this gateway vpc endpoint is deemed working properly. Also, moved the content of gateway_vpc_endpoint_to_s3 in /network directory to s3_gateway_vpc_endpoint in the /storage directory (unlike in PR #2122). * feat(infra): created gateway vpc endpoint for communication between ECS and S3 * feat(infra): created gateway vpc endpoint for communication between ECS and S3