반응형 [AWS]541 [MariaDB / MySQL] 테이블 이름 대소문자 변경 MariaDB 및 MySQL 테이블 이름 대소문자 관련 옵션 확인 리눅스 및 유닉스의 경우 0, 윈도우의 경우 1, 맥키토시의 경우 2 가 기본 값이다. 이 값은 초기 설정시 설정이 계속 유지되기 때문에 중간에 값을 바꾸는 것은 불가능하다. 참조 [MySQL] 대소문자 구분 하는 방법, 'lower_case_table_names' (tistory.com) 2022. 9. 28. [MariaDB / MySQL] uft8 & utf8mb4 비교 UTF-8이란 무엇인가? UTF-8은 가장 많이 사용되는 가변 길이 유니코드 인코딩이다. 코드 페이지는 65001로 UTF-8로 표현 가능한 최대 길이는 최대 6바이트지만 다른 인코딩과의 호환을 위해 4바이트까지만 사용한다. UTF-8은 전 세계 모든 글자들을 한꺼번에 표기할 수 있다. 영문/숫자/기호는 1byte 한글 한자 등은 3 byte로 표현한다. UTF-8은 가변 4바이트지만 전세계 모든 문자는 3바이트가 안되므로 공간, 속도적 효율을 위해서 uft-8은 가변 3바이트로 설계가 되어 있다. 그래서 UTF-8의 별칭은 utf8mb3이다. utf8mb4란 무엇인가? 위에서 말했듯이 UTF-8은 공간, 시간적 효율을 위해 가변 3byte로 설계가 되어 있다. MySQL 5.5.3부터는 utf8mb4 .. 2022. 9. 28. [AWS][SAP] Question 36 You're running an application on-premises due to its dependency on non-x86 hardware and want to use AWS for data backup. Your backup application is only able to write to POSIX-compatible block-based storage. You have 140TB of data and would like to mount it as a single folder on your file server. Users must be able to access portions of this data while the backups are taking place. What backup s.. 2022. 9. 28. [AWS] AWS SMTP 포트 제한 제거 방법 https://support.bespinglobal.com/ko/support/solutions/articles/73000544810--aws-%EB%A9%94%EC%9D%BC-%EB%B0%9C%EC%86%A1%EC%9D%84-%EC%9C%84%ED%95%B4-ec2%EC%9D%98-smtp-25%EB%B2%88-%ED%8F%AC%ED%8A%B8-%EC%A0%9C%ED%95%9C-%EC%A0%9C%EA%B1%B0-%EC%9A%94%EC%B2%AD-%EB%B0%A9%EB%B2%95- [AWS] 메일 발송을 위해 EC2의 SMTP 25번 포트 제한 제거 요청 방법. AWS EC2에서는 기본적으로 SMTP 포트인 25 사용이 제한 되어 있습니다. 따라서 SMTP를 사용하기 위해서는 추가적인 조치들이 필요합니다.. 2022. 9. 27. [AWS] AWS 도메인 구매 방법 Route53에 들어온 후 도메인등록을 클릭한다. 도메인 이름을 선택 한 후 사용간으 여부를 확인한 후 계속을 클릭한다. 그 후 등록 연락처를 작성한다. 그 후 마지막으로 확인 및 구매를 진행하면 된다. 2022. 9. 27. [AWS][SAP] Question 35 You are looking to migrate your Development (Dev) and Test environments to AWS. You have decided to use separate AWS accounts to host each environment. You plan to link each accounts bill to a Master AWS account using Consolidated Billing. To make sure you keep within budget you would like to implement a way for administrators in the Master account to have access to stop, delete and/or terminate.. 2022. 9. 27. [AWS][SAA][EXAMTOPICS] Question 78 (확인) A business does not currently have any file sharing services. A new project needs file storage that can be mounted as a disk for on-premises desktop computers. Before users can access the storage, the file server must authenticate them against an Active Directory domain. Which service enables Active Directory users to deploy storage on their workstations as a drive? A. Amazon S3 Glacier B. AWS D.. 2022. 9. 26. [AWS] SNS를 이용해서 SQS 및 EMAIL로 메세지 보내기 1. SNS 생성하기 먼저 콘솔창에 Simple Notification Service라고 검색한 후 Amazon SNS로 들어와 준다. 그 후 주제 생성에 주제 이름을 작성한 후 다음 단계를 눌러준다. 먼저 주제 유형을 표준으로 지정한다. 그 후 이름을 작성하고 표시 이름 역시 작성한다. 그 후 나머지 값들은 기본 값으로 유지한 뒤 주제 생성을 클릭 해 준다. 생성이 완료가 되면 이렇게 하나의 주제가 생성되게 된다. 2. 구독 생성(Email) 주제 하나가 성공적으로 생성이 되었으니 구독을 생성해서 이 주제에서 메세지를 보낼 수 있다. 그러므로 다음으로 구독 생성을 클릭 한다. 구독 생성을 클릭하면 주제 ARN을 방금 생성한 SNS로 자동으로 잡아준다. 그 후 프로토콜을 지정한다. 구독할 앤드포인트 유형.. 2022. 9. 26. [AWS][SAA][EXAMTOPICS][공유] Question 77 (확인) A solutions architect must create a solution that retrieves data every two minutes from an internet-based third-party web service. Each data retrieval is performed using a Python script in less than 100 milliseconds. The answer is a JSON object of less than 1 KB in size including sensor data. The architect of the solution must keep both the JSON object and the date. Which approach is the most co.. 2022. 9. 26. [AWS][SAA][EXAMTOPICS] Question 76 (확인) Within a month of being bought, a newly acquired firm is needed to establish its own infrastructure on AWS and transfer various apps to the cloud. Each application requires the transmission of around 50 TB of data. Following the transfer, this firm and its parent company will need secure network connection with constant throughput between its data centers and apps. A solutions architect must gua.. 2022. 9. 26. [AWS][SAP] Question 34 A company has a complex web application that leverages Amazon CloudFront for global scalability and performance. Over time, users report that the web application is slowing down. The company's operations team reports that the CloudFront cache hit ratio has been dropping steadily. The cache metrics report indicates that query strings on some URLs are inconsistently ordered and are specified somet.. 2022. 9. 26. [AWS] SQS FIFO란 무엇인가? Amazon SQS FIFO (선입선출) 대기열 FO (선입선출)대기열은 작업 및 이벤트 순서가 중요하거나 중복 항목이 허용되지 않는 경우에 애플리케이션 간 메시징을 강화해 줍니다. FIFO 대기열을 사용할 수 있는 상황의 예는 다음과 같습니다. 사용자가 입력한 명령이 올바른 순서로 실행되도록 보장 가격 수정을 올바른 순서로 전송하여 올바른 제품 가격 표시. 학생이 계정 등록 전에 과정에 등록하지 못하도록 차단. 또한 FIFO 대기열은 정확히 1회 처리를 제공하지만 초당 트랜잭션 (TPS) 수가 제한적입니다. 1. SQS 생성하기 먼저 콘솔에 SQS를 검색한 이후 대기열 생성을 눌러준다. 그 다음 우리는 선입선출인 FIFO를 선택하고 이름을 작성한다. FIFO의 경우 꼭 이름 뒤에 .fifo로 끝맺음을 .. 2022. 9. 23. [AWS][SAP] Question 33 A newspaper organization has an on-premises application which allows the public to search its back catalogue and retrieve individual newspaper pages via a website written in Java. They have scanned the old newspapers into JPEGs (approx 17TB) and used Optical Character Recognition (OCR) to populate a commercial search product. The hosting platform and software are now end of life and the organiza.. 2022. 9. 23. [AWS] CloudTrail란 무엇인가? AWS CloudTrail이란 무엇입니까? AWS CloudTrail은 AWS 계정의 운영 및 위험 감사, 거버넌스 및 규정 준수를 활성화하는 데 도움이 되는 AWS 서비스입니다. 사용자, 역할 또는 AWS 서비스가 수행하는 작업은 CloudTrail에 이벤트로 기록됩니다. 이벤트에는 AWS Management Console, AWS Command Line Interface 및 AWS SDK, API에서 수행되는 작업들이 포함됩니다. CloudTrail을 계정 생성 시 AWS 계정에서 사용할 수 있습니다. 활동이 AWS 계정에서 이루어지면 해당 활동이 CloudTrail 이벤트에 기록됩니다. 이벤트 기록으로 이동해서 CloudTrail 콘솔에서 손쉽게 최신 이벤트를 확인할 수 있습니다. AWS 계정의 활.. 2022. 9. 22. [AWS][SAP] Question 32 Your customer is willing to consolidate their log streams (access logs, application logs, security logs, etc.) in one single system. Once consolidated, the customer wants to analyze these logs in real time based on heuristics. From time to time, the customer needs to validate heuristics, which requires going back to data samples extracted from the last 12 hours. What is the best approach to meet.. 2022. 9. 22. [AWS] RDS 유형 변경시 확인해야 할 점 https://aws.amazon.com/ko/premiumsupport/knowledge-center/rds-performance-impact/ Amazon RDS의 성능 또는 가동 중지 시간에 영향을 미치는 요인 Amazon RDS의 가동 중지 시간 또는 데이터베이스 성능에 영향을 미치는 요인은 무엇입니까? 최종 업데이트 날짜: 2021년 6월 9일 내 Amazon Relational Database Service(Amazon RDS) DB 인스턴스를 수정하려고 합니 aws.amazon.com Amazon RDS에서 인스턴스 클래스 수정 Amazon RDS에서 단일 AZ 인스턴스의 인스턴스 클래스를 수정하면 새로운 Elastic Compute Cloud(Amazon EC2) 호스트가 생성됩니다. 업데.. 2022. 9. 21. [AWS][SAA][EXAMTOPICS] Question 75 (확인) A business's on-premises data center has reached its storage limit. The organization wishes to shift its storage system to AWS while keeping bandwidth costs as low as possible. The solution must enable rapid and cost-free data retrieval. How are these stipulations to be met? A. Deploy Amazon S3 Glacier Vault and enable expedited retrieval. Enable provisioned retrieval capacity for the workload. .. 2022. 9. 21. [AWS][SAA][EXAMTOPICS] Question 74 (확인) A business's production workload is hosted on an Amazon Aurora MySQL DB cluster comprised of six Aurora Replicas. The corporation wishes to automate the distribution of near-real-time reporting requests from one of its departments among three Aurora Replicas. These three copies are configured differently from the rest of the DB cluster in terms of computation and memory. Which solution satisfies.. 2022. 9. 21. [AWS][SAA][EXAMTOPICS][공유] Question 73 (확인) Within the same AWS account, a firm has two VPCs situated in the us-west-2 Region. The business must permit network communication between these VPCs. Each month, about 500 GB of data will be transferred between the VPCs. Which approach is the MOST cost-effective for connecting these VPCs? A. Implement AWS Transit Gateway to connect the VPCs. Update the route tables of each VPC to use the transit.. 2022. 9. 21. [AWS][SAA][EXAMTOPICS][공유] Question 72 (확인) A business intends to transfer a TCP-based application onto the company's virtual private cloud (VPC). The program is available to the public over an unsupported TCP port via a physical device located in the company's data center. This public endpoint has a latency of less than 3 milliseconds and can handle up to 3 million requests per second. The organization needs the new public endpoint in AW.. 2022. 9. 21. [AWS][SAA][EXAMTOPICS] Question 71 (확인) A business's data layer is powered by Amazon RDS for PostgreSQL databases. The organization must adopt database password rotation. Which option satisfies this criterion with the LEAST amount of operational overhead? A. Store the password in AWS Secrets Manager. Enable automatic rotation on the secret. B. Store the password in AWS Systems Manager Parameter Store. Enable automatic rotation on the .. 2022. 9. 21. [AWS][SAP] Question 31 Your company is storing millions of sensitive transactions across thousands of 100-GB files that must be encrypted in transit and at rest. Analysts concurrently depend on subsets of files, which can consume up to 5 TB of space, to generate simulations that can be used to steer business decisions. You are required to design an AWS solution that can cost effectively accommodate the long-term stora.. 2022. 9. 21. [AWS] Amazon Inspector 란 무엇인가? Amazon Inspector 란 무엇입니까? Amazon Inspector는 지속적으로 스캔하는 취약성 관리 서비스입니다.AWS취약성을 위한 워크로드 Amazon Inspector는 Amazon ECR (Amazon 엘라스틱 컨테이너 레지스트리) 에 있는 Amazon EC2 인스턴스와 컨테이너 이미지를 자동으로 검색하여 소프트웨어 취약성과 의도하지 않은 네트워크 노출이 있는지 검사합니다. 소프트웨어 취약점이나 네트워크 문제가 발견되면 Amazon Inspector에서 검색 결과를 생성합니다. 검색 결과는 취약성을 설명하고, 영향을 받는 리소스를 식별하며, 취약성의 심각도를 평가하며, 수정 지침을 제공합니다. Amazon Inspector 콘솔을 사용하여 계정에 대한 검색 결과에 대한 세부 정보를 여러 .. 2022. 9. 20. [AWS][SAP] Question 30 You have launched an EC2 instance with four (4) 500 GB EBS Provisioned IOPS volumes attached. The EC2 instance is EBS-Optimized and supports 500 Mbps throughput between EC2 and EBS. The four EBS volumes are configured as a single RAID 0 device, and each Provisioned IOPS volume is provisioned with 4,000 IOPS (4,000 16KB reads or writes), for a total of 16,000 random IOPS on the instance. The EC2 .. 2022. 9. 20. [AWS][SAP] Question 29 The following are AWS Storage services? (Choose two.) A. AWS Relational Database Service (AWS RDS) B. AWS ElastiCache C. AWS Glacier D. AWS Import/Export 한글 번역 다음은 AWS 스토리지 서비스입니까? (두 가지를 선택합니다.) A. AWS 관계형 데이터베이스 서비스(AWS RDS) B. AWS 엘라스티캐시 C. AWS 빙하 D. AWS 가져오기/내보내기 정답 C. AWS Glacier D. AWS Import/Export 해설 A와 B의 경우 스토리지 서비스가 아닌 데이터베이스 서비스 이므로 답은 C와 D이다. AWS 가져오기/내보내기 AWS Import/Export는 전송을 위해 .. 2022. 9. 20. [AWS] Savings Plan 사용법 https://letsmakemyselfprogrammer.tistory.com/100 AWS 운영비 줄이기(ec2, savings plan, ebs, s3) 최근 (1)더 많은 저장공간의 필요성 + (2)환율 급등의 이유로 월간 aws 이용 금액이 50% 정도 상승하였음. 이에 따라 aws 이용 비용을 줄이고자 하는 방안을 제시함. 1) 요금 현황 사용중인 EC2 인스턴 letsmakemyselfprogrammer.tistory.com https://sa-na.tistory.com/entry/AWS-%EB%B9%84%EC%9A%A9%EC%A4%84%EC%9D%B4%EA%B8%B0-%EC%98%88%EC%95%BD-%EC%9D%B8%EC%8A%A4%ED%84%B4%EC%8A%A4%EC%99%80-Savi.. 2022. 9. 19. [AWS][SAP] Question 28 What does elasticity mean to AWS? A. The ability to scale computing resources up easily, with minimal friction and down with latency. B. The ability to scale computing resources up and down easily, with minimal friction. C. The ability to provision cloud computing resources in expectation of future demand. D. The ability to recover from business continuity events with minimal friction. 한글 번역 탄력성.. 2022. 9. 19. [AWS][SAP] Question 27 The following policy can be attached to an IAM group. It lets an IAM user in that group access a "home directory" in AWS S3 that matches their user name using the console. { "Version": "2012-10-17", "Statement": [ { "Action": ["s3:*"], "Effect": "Allow", "Resource": ["arn:aws:s3:::bucket-name"], "Condition":{"StringLike":{"s3:prefix":["home/${aws:username}/*"]}} }, { "Action":["s3:*"], "Effect":.. 2022. 9. 19. [AWS] Glue를 사용하여 AWS Athena에서 S3 데이터 쿼리 AWS Athena란 무언인가? Amazon Athena Amazon Athena는 표준 SQL을 사용해 Amazon S3에 저장된 데이터를 간편하게 분석할 수 있는 대화식 쿼리 서비스입니다. Athena는 서버리스 서비스이므로 관리할 인프라가 없으며 실행한 쿼리에 대해서만 비용을 지불하면 됩니다. Athena는 사용이 쉽습니다. Amazon S3에 저장된 데이터를 가리키고 스키마를 정의한 후 표준 SQL을 사용하여 쿼리를 시작하기만 하면 됩니다. 그러면 대부분 결과가 수 초 이내에 제공됩니다. Athena에서는 데이터 분석을 준비하기 위한 복잡한 ETL 작업이 필요 없습니다. 따라서 SQL을 다룰 수 있는 사람은 누구나 신속하게 대규모 데이터 세트를 분석할 수 있습니다. Athena는 AWS Glue .. 2022. 9. 16. [AWS][SAA][EXAMTOPICS] Question 70 (확인) Each month, a business keeps 200 GB of data on Amazon S3. At the conclusion of each month, the corporation must analyze this data to calculate the number of things sold in each sales area during the preceding month. Which analytics approach is the MOST cost-effective option for the business? A. Create an Amazon Elasticsearch Service (Amazon ES) cluster. Query the data in Amazon ES. Visualize the.. 2022. 9. 16. 이전 1 2 3 4 5 6 7 ··· 19 다음 반응형