데이터베이스 오토스케일링시 신경써야 할 것
·
Computer Science/Database
https://dev.mysql.com/doc/refman/8.0/en/table-size-limit.html 데이터베이스에는 Physical database limits과 Logical database limits이 존재합니다. Storage size와 같은 Physical database limits은 Storage Auto Scaling으로 대응할 수 있지만, 데이터베이스 내부에서 일어나는 Logical database limits (ex. 맥시멈 테이블 스페이스 리밋, 운영체제의 파일 사이즈 리밋 등)은 직접 대응을 해주셔야 합니다.
[펌] AWS S3에 Vue.js 앱 정적 호스팅하기
·
CLOUD/AWS Cloud
https://coconutstd.github.io/posts/s3-hosting/ AWS S3에 Vue.js앱 정적호스팅하기 정적 호스팅 coconutstd.github.io 세진님) 개발할 때는 vue.js를 build하지 않은 상태로 쓸 수 있다. 그런데 프로덕션 환경으로 넘길 때는, build를 해서 html, css 형태로 만든다.
Amazon EMR과 Apache Ranger의 통합
·
Computer Science/Security
https://aws.amazon.com/ko/blogs/big-data/introducing-amazon-emr-integration-with-apache-ranger/ Introducing Amazon EMR integration with Apache Ranger | Amazon Web Services This post was last updated July 2022. Data security is an important pillar in data governance. It includes authentication, authorization , encryption and audit. Amazon EMR enables you to set up and run clusters of Amazon Elast..
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..