[펌] 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..
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..