본문 바로가기

클라우드

(419)
AWS SAA-C02 Q41 - Q50 Q41. A company has applications that are deployed in multiple AWS Regions. The applications use an architecture that is based on Amazon EC2, Amazon Elastic Block Store (Amazon EBS), Amazon Elastic File System (Amazon EFS). and Amazon DynamoDB The company lacks a mechanism for centralized data backup. A solutions architect must centralize data backup with the least possible operational effort. Wh..
Linux 리눅스 정리 1 # 리눅스에서 CLI를 많이 사용하는 이유? 인터페이스 GUI Graphical User Interface 편하다, 익숙하다, windows처럼 사용감이 좋다. CLI(TUI) Command Line Interface 마우스가 없다 관리의 효율성 Autimation 1. 리소스가 적게든다 2. GUI 프로그램과 달리 버전상의 차이가 거의 없다 (버튼 선택의 위치) 3. 사실상 프로그램은 코드의 집합이다 그렇기에 GUI구동에 들어가는 만큼이 아닌 가벼운 프로그램이 제각 가능 4. 크래픽은 불가능한 것 중 하나가 프로그램의 완전 자동화 5. 전체 인프라 구성에 대한 자동화가 가능하다. 6. 네트워크 트래픽의 부하를 최소로 줄일 수 있다. 7. 아주 먼 원거리 상태에서도 조작을 할 수 있도록 하기 위함 # 사..
AWS SAA-C02 Q31 - Q40 Q31. A solutions architect is designing a high performance computing (HPC) workload on Amazon EC2 The EC2 instances need to communicate to each other frequently and require network performance with low latency and high throughput Which EC2 configuration meets these requirements? 솔루션 설계자가 Amazon에서 고성능 컴퓨팅(HPC) 워크로드를 설계하고 있습니다. EC2 EC2 인스턴스는 서로 자주 통신해야 하며 네트워크가 필요합니다. 짧은 지연 시간과 높은 처리량으로 성능이 충족되는 E..
AWS SAA-C02 Q21 - Q30 Q21 A company has a mobile chat application with a data store based in Amazon DynamoDB. Users would like new messages to be need with as little latency as possible. A possible architect needs design an optimal solution that requires minimal application changes. Which method should the solution architect select? 한 회사에 Amazon DynamoDB를 기반으로 하는 데이터 저장소가 있는 모바일 채팅 애플리케이션이 있습니다. 사용자는 가능한 한 짧은 대기 시간으로..
AWS SAA-C02 Q11 - Q20 Q11. A medical records company is hosting an application on Amazon EC2 instances. The application processes customer data files that are stored on Amazon S3. The EC2 instances are hosted in public subnets. The EC2 instances access Amazon S3 over the internet, but they do not require any other network access. A new requirement mandates that the network traffic for file transfers take a private ro..
Linux 리눅스 쉘의 여러가지 기능 https://linux.die.net/man/1/bash bash(1): GNU Bourne-Again SHell - Linux man page bash(1) - Linux man page Name bash - GNU Bourne-Again SHell Synopsis bash [options] [file] Copyright Bash is Copyright © 1989-2009 by the Free Software Foundation, Inc. Description Bash is an sh-compatible command language interpreter that executes comman linux.die.net 특수문자 메타문자 이스케이프문자 1.리다이렉션 2.파이프 3.기능 4.변수 5.메타..
oVirt 오버트 # oVirt 란? 무료 오픈 소스 가상화 관리 플랫폼이다. Red Hat Enterprise Virtualization의 기반이 되는 커뮤니티 프로젝트로 Red Hat 이 설립했다. 플랫폼에 독립적으로 액세스할 수 있는 사용하기 쉬운 웹 기반 프런트 엔드 에서 가상 머신 , 컴퓨팅, 스토리지 및 네트워킹 리소스를 중앙 집중식으로 관리할 수 있다. # oVirt의 기능 - hardware node 관리 - 스토리지 및 네트워크 자원 관리 - 가상머신 배포 및 관리 기능 - 마이그레이션 및 고가용성 - 시스템 스케줄링 및 파워 관리 - 각 노드 및 전체적인 플랫폼 모니터링 기능 # oVirt 설치 VM Core Memory virtual disk size Engine 6 8192 100G Host 6 81..
AWS SAA-C02 Q1 - Q10 Q1. 성능 저하를 일으키는 동일한 데이터 베이스호출을 해결하는 방법 An ecommerce company is running a multi-tier application on AWS. The front-end and backend tiers run on Amazon EC2, and the database runs on Amazon RDS for MYSQL. The backend tier communities with the RDS instance. There are frequent calls to return identical database from the database that are causing performance slowdowns. Which action should be taken to ..