Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- S3 Interface Endpoint
- 운용 시 유용한 쿼리
- S3 Gateway Endpoint
- 밑바닥부터 구현하는 컴퓨팅 시스템
- ec2
- 마운트
- 안전하게 테이블 변경
- innodb구조
- mysql 엔진
- s3
- SessionManager 터널링
- s3 sync
- x lock s lock
- 온라인 ddl
- performance스키마
- mysql 아키텍쳐
- 도커
- innodb 버퍼풀
- mysql 구조
- BastianHost
- 어뎁티브 해시 인덱스
- Terraform
- ix is lock
- MySQL
- 필수 스크립트
- 리눅스
- nandtotetris
- InnoDB
- S3 private통신
- sessionManager
Archives
- Today
- Total
목록S3 Gateway Endpoint (1)
이것이 점프 투 공작소
AWS S3 Gateway Endpoint, Interface Endpoint를 이용하여Private하게 접속하기
S3는 기본적으로 Public리소스라서 Private하게 접근하려면 VPC엔드포인트를 이용하여 접근해야합니다. Gateway Endpoint, Interface Endpoint 2가지 방법으로 Private하게 접속 할 수 있습니다. Interface Endpoint 와 Gateway Endpoint 2가지 방법으로 S3와 private한 연결을 만들 수 있습니다. 두 Endpoint모두 S3와 Private하게 통신을 할 수 있는 방식이지만 몇가지 차이점이 있습니다. 대표적으로는 Interface Endpoint는 On-Prem등 외부 접속을 허용하고, Gateway Endpoint는 허용하지 않는 차이점이 있습니다. Interface Endpoint란? 예전에는 S3에 private하게 접속하려면 G..
aws
2023. 11. 4. 20:39