#1. mysql-server 설치 ssh 나 EC2콘솔을 통해 인스턴스에 접속 후 아래 명령어를 통해 mysql-server를 설치합니다. sudo apt-get install mysql-server Y키를 눌러 설치를 계속 진행하고 설치가 완료되었으면 mysql에 접속해봅니다. sudo mysql -u root -p root 비밀번호 설정을 하지 않았으니 Enter password는 일단 엔터를 치고 넘어갑니다. 접속이 되었으면, 아래 명령어를 통해 데이터베이스를 조회해 봅니다. show databases; 기본 데이터베이스가 정상적으로 조회되면 설치는 정상적으로 완료된 것입니다. #2. 사용자/데이터베이스 생성 먼저 데이터 베이스를 생성합니다. create database ict; 사용자를 생성하고..
#1. VPC 생성 전체서비스 > 네트워킹 > VPC 로 이동하여 VPC를 생성합니다. 아래처럼 이름 태그와 IPv4 CIDR를 입력한 후 생성 생성된 VPC의 DNS 호스트 이름 편집으로 진입하여 DNS 호스트 이름 활성화를 체크한 후 저장합니다. #2. 서브넷 생성 서브넷 메뉴로 이동하여 서브넷 생성 버튼을 누릅니다. 생성한 VPC를 연결하고 서브넷을 설정합니다. 필요하다면, 서브넷 1과 겹치지 않도록 IPv4 CIDR를 지정한 후 서브넷을 추가합니다. #3. 인터넷 게이트웨이 생성 인터넷 게이트웨이 메뉴로 이동하여 인터넷 게이트웨이 생성 버튼을 누릅니다. 게이트웨이 이름을 넣고 생성합니다. 생성된 인터넷 게이트웨이와 VPC를 연결 합니다. #4. 라우팅 테이블 편집 디폴트 라우팅 테이블의 라우팅 탭..
한글 번역은 파파고 번역이기 때문에 어색할 수 있습니다. 단어 하나하나 보다는 맥락을 이해하시면 도움이 될 것 같습니다. Q.61 A multi-Amazon EC2 instance application reads messages from a typical Amazon SQS queue. All communications must be encrypted at rest as a requirement of the program. When feasible, developers are urged to employ approaches that enable centralized key management and reduce support needs. Which of the following solutions adhe..
한글 번역은 파파고 번역이기 때문에 어색할 수 있습니다. 단어 하나하나 보다는 맥락을 이해하시면 도움이 될 것 같습니다. Q.41 A business uses Amazon EC2 instances to execute a bespoke web application behind an Application Load Balancer. The instances are managed as part of an Auto Scaling group. The company's development team deploys all services through AWS CloudFormation. When the development team runs a new instance of the program, it takes tim..
한글 번역은 파파고 번역이기 때문에 어색할 수 있습니다. 단어 하나하나 보다는 맥락을 이해하시면 도움이 될 것 같습니다. Q.21 Amazon DynamoDB is used by a corporation to manage and track orders. The order date is used to split the DynamoDB table. During a sales event, the company receives a large spike in orders, forcing DynamoDB writes to choke, and the used throughput is considerably lower than the permitted throughput. How can this issue be rec..
한글 번역은 파파고 번역이기 때문에 어색할 수 있습니다. 단어 하나하나 보다는 맥락을 이해하시면 도움이 될 것 같습니다. Q1. When launching containers in Amazon ECS, where may PortMapping be defined? A. Security groups B. Amazon Elastic Container Registry (Amazon ECR) C. Container agent D. Task definition Amazon ECS에서 컨테이너를 실행할 때 PortMapping은 어디에서 정의될 수 있습니까? A. 보안 그룹 B. Amazon Elastic Container 레지스트리(Amazon ECR) C. 컨테이너 에이전트 D. 작업 정의 작업정의(Task de..