AWS S3(3) - 보안
1. Amazon S3 – Object Encryption You can encrypt objects in S3 buckets using one of 4 methods ⇒ 총 4가지 방식으로 S3 object 암호화가 가능하다 Server-Side Encryption (SSE) 1) Server-Si...
1. Amazon S3 – Object Encryption You can encrypt objects in S3 buckets using one of 4 methods ⇒ 총 4가지 방식으로 S3 object 암호화가 가능하다 Server-Side Encryption (SSE) 1) Server-Si...
1. Amazon S3 – Moving between Storage Classes You can transition objects between storage classes ⇒ storage class들 사이에서 object 이행이 가능하다 For infrequently accessed object, mo...
1. Section introduction Amazon S3 is one of the main building blocks of AWS ⇒ AWS S3는 AWS에 있어 가장 메인이 되는 저장소 요소이다 It’s advertised as ”infinitely scaling” storage ⇒ 무한히...
1. Amazon Rekognition 기계 학습(Machine Learning, ML)을 사용해 이미지와 비디오에서 객체, 사람, 텍스트, 장면을 찾는다. 얼굴을 분석하고 얼굴을 검색(비교)하여 사용자 확인, 이미지 내 인원 수 계산 등을 수행한다. “익숙한 얼굴”을 저장해 자체 데이터베이스를 생성하거나 유명인 얼굴의 데이터베이스와 비...
1. AWS Identity and Access Management (AWS IAM) 1. IAM = Identity and Access Management, Global service ⇒ 즉, AWS에서의 사용자 user, id 관리 서비스 Root account created by default, shouldn’t be used...
1. Scalability & High Availability (확장성과 고가용성) Scalability means that an application / system can handle greater loads by adapting. ⇒ 확장성이란 기기나 부품의 증설을 통해 시스템이나 앱의 부하량 한도를 늘려주는 것을...
1. What’s an EBS Volume An EBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they run ⇒ EBS 볼륨이란 현재 동작중인 인스턴스에 attach 가능한 네트워크 드라이브를 지칭한다 ...
1. Private vs Public IP (IPv4) Networking has two sorts of IPs. IPv4 and IPv6 IPv4: 1.160.10.240 IPv6: 3ffe:1900:4545:3:200:f8ff:fe21:67cf In this course, we will onl...
1. Billing DashBoard root 계정에서만 해당 내용을 볼 수 있음 Budget 메뉴에서 미리 비용 추적이 가능 ⇒ 즉, 사용자가 지정한 Budget에 대해 약 85%나 100%에 도달하게되면, 사용자가 지정한 email로 경고 알람이 가게 된다. 1) your actual spend reaches 85% 2) ...
1. IDE에서의 Spring 프로젝트 구조 Spring Project 구조 .gradle : gradle 작동에 있어 필요한 파일이 담김 .idea : intelliJ가 구동에 있어 필요한 파일이 담김 gradle : gradle build 후 결과가 담김 ...