Oracle RAC
·
Computer Science/Database
https://myalpaca.tistory.com/17 Oracle RAC 개념(Cluster, 구성요소) Oracle RAC 개념 Oracle RAC는 여러 개의 Instance가 하나의 Database를 엑세스 할 수 있다. 이는 application에서 접속할 수 있는 통로는 여러 개이며 Database는 하나인 형태이다. Oracle RAC = N개의 Instance + 1개의 D myalpaca.tistory.com from database mock meeting
Authentication vs Authorization
·
Computer Science/Security
Authentication : Verifying an identity. Authorization : Permissions that identities are allowed to do.
cognito+alb, user의 클레임을 이용한 인증 방법
·
Computer Science/Security
https://aws.amazon.com/ko/blogs/architecture/web-application-access-control-patterns-using-aws-services/ Web application access control patterns using AWS services | Amazon Web Services The web application client-server pattern is widely adopted. The access control allows only authorized clients to access the backend server resources by authenticating the client and providing granular-level acce..
Amazon RDS 정리
·
CLOUD/AWS Cloud
Amazon RDS란? Amazon Relational Database Service 관리형 관계형 데이터베이스 서비스 선불 필요 없고 완전 관리형 -> 데이터 베이스 관리 부담 덜 수 있음. 프로비저닝, 패치, 백업, 복원, 장애 탐지, 복구 Amazon RDS를 사용하시면, 간편한 복제를 통해서 프로덕션 워크로드의 가용성과 신뢰성을 높일 수 있습니다. 최대 40개의 Amazon RDS DB 인스턴스 보유 가능 MySQL, MariaDB, PostgreSQL, Oracle, Microsoft SQL Server, Amazon Aurora 데이터베이스 엔진을 지원 Q) writer에서 reader로 promotion이 일어났을 때, 애플리케이션 내부에서 endpoint 주소를 바꿔줘야돼? 1) 다중 AZ..
데이터베이스 backtracking(백트래킹)이란?
·
Computer Science/Database
https://g.co/bard/share/7822b5ba3877 https://bard.google.com/share/7822b5ba3877 bard.google.com 데이터 베이스 오류 수정됐을 때 이전으로 돌아가는 기술. 1. 트랜잭션 로그 : 데이터베이스의 변경 사항에 대한 히스토리 2. 데이터 베이스 스냅샷을 중간 중간에 찍어둠 Database Backtracking은 트랜잭션 로그를 기반으로 특정 시점의 데이터베이스 스냅샷을 복구시키는 것임.
[펌] 장기 자격 증명(Access Key) & 임시 자격 증명 (AssumeRole)
·
CLOUD/AWS Cloud
https://inpa.tistory.com/entry/AWS-%F0%9F%93%9A-%EC%9E%A5%EA%B8%B0-%EC%9E%90%EA%B2%A9-%EC%A6%9D%EB%AA%85-%EC%9E%84%EC%8B%9C-%EC%9E%90%EA%B2%A9-%EC%A6%9D%EB%AA%85-Access-Key-Secret-Access-Key [AWS] 📚 장기 자격 증명(Access Key) & 임시 자격 증명(AssumeRole) 사용법 AWS 자격 증명 AWS 액세스 방식에 따라 다양한 유형의 보안 자격 증명을 필요로 한다. AWS에 로그인 하여 서비스를 이용하는 방법은 크게 두가지로 나뉜다. 콘솔 액세스 자격 증명 AWS 콘솔 웹 매니 inpa.tistory.com 장기 자격 증명 : 삭제하지 않으면..