세션 매니저는 https, route table은 내부->외부, public ip는 외부->내부 (private에 ec2 있어도 udp는 통신가능)
·
CLOUD/AWS Cloud
1) 세션 매니저는 https. Q. 지금은 igw -> public subnet -> private subnet으로 가는 것 같은데, 그럼 해당 vpc에 igw를 떼버리면, 세션 매니저로도 접근이 안되겠네? 2) route table은 내부->외부, public ip는 외부->내부 (private에 ec2 있어도 udp는 통신가능) private subnet에 위치한 ec2의 경우, udp로 데이터를 받을 수 있는데, tcp로는 데이터를 받지 못하는걸 확인함.
[펌] CTO의 역할
·
Career Path
https://www.popit.kr/스타트업에서-cto의-역할/
[AWS 강의실] IAM 기초 : 장기 자격 증명 vs 임시 자격 증명
·
CLOUD/AWS Cloud
https://www.youtube.com/watch?v=pLlX-uxhsXg&t=663 ㄴ 영상으로 보길 추천 자격 증명 1. 콘솔 엑세스 자격 증명 2. 프로그램 방식 엑세스 자격 증명 임시 자격 증명의 경우, IAM role policy와 Permission policy의 교집합임. IAM role policy = 인증 (Authentication) - 이 사용자가 누구인지 Permission policy = 인가 (Authorization) - 어떤 일을 허가 받았는지 (https://www.youtube.com/watch?v=zIZ6_tYujts&t=1256) -> 조이정 SA, AWS IAM과 친해지기 (레벨200) IAM User 만들고 in-line policy 추가 All로 하면 모든 A..
데이터베이스 오토스케일링시 신경써야 할 것
·
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..