개발/보험IT

[자격증]AWS Cloud Practitioner 공부 - 5

미니소곰 2020. 9. 22. 21:39

문제 101

Which of the following can an AWS customer use to launch a new Amazon Relational Database Service (Amazon RDS) cluster? (Choose two.)

다음 중 AWS 고객이 새로운 Amazon Relational Database Service (Amazon RDS) 클러스터를 시작하는 데 사용할 수있는 것은 무엇입니까? (2 개 선택)

  • A. AWS Concierge
  • B. AWS CloudFormation
  • C. Amazon Simple Storage Service (Amazon S3)
  • D. Amazon EC2 Auto Scaling
  • E. AWS Management Console

AWS Concierge : B2B를 위한 기술 지원

AWS CloudFormation을 사용하면 텍스트 파일로 전체 인프라를 모델링할 수 있습니다. JSON 또는 YAML을 사용하여 생성 및 구성할 AWS 리소스를 설명할 수 있습니다. 시각적으로 설계하려면 AWS CloudFormation Designer를 통해 AWS CloudFormation 템플릿을 시작할 수 있습니다. 코드로 인프라를 생성 및 관리.

AWS Management Console : AWS 클라우드를 액세스하고 관리하는 데 필요한 모든 것을 하나의 웹 인터페이스에서 활용하십시오. 클릭 몇 번으로 모든 AWS 서비스를 사용해보십시오.

 

문제 102

Which of the following is an AWS Cloud architecture design principle?

다음 중 AWS 클라우드 아키텍처 설계 원칙은 무엇입니까?

  • A. Implement single points of failure. - 단일 실패지점을 제거해야한다. 실패 시, 다른 리소스를 사용하고 자동화로 복구되도록한다.
  • B. Implement loose coupling. - 종속성을 제거해야한다.
  • C. Implement monolithic design. - 모듈형을 지향.
  • D. Implement vertical scaling. 수평형. 스케일링

문제 103

Which of the following security measures protect access to an AWS account? (Choose two.)

다음 중 AWS 계정에 대한 액세스를 보호하는 보안 조치는 무엇입니까? (2 개 선택)

  • A. Enable AWS CloudTrail. - AWS CloudTrail은 AWS 계정의 거버넌스, 규정 준수, 운영 감사, 위험 감사를 지원하는 서비스입니다.
  • B. Grant least privilege access to IAM users. 
  • C. Create one IAM user and share with many developers and users.
  • D. Enable Amazon CloudFront. - CDN
  • E. Activate multi-factor authentication (MFA) for privileged users.

문제 104

Which service provides a hybrid storage service that enables on-premises applications to seamlessly use cloud storage?

온 프레미스 애플리케이션이 클라우드 스토리지를 원활하게 사용할 수 있도록하는 하이브리드 스토리지 서비스를 제공하는 서비스는 무엇입니까?

  • A. Amazon Glacier
  • B. AWS Snowball
  • C. AWS Storage Gateway
  • D. Amazon Elastic Block Storage (Amazon EBS)

AWS Storage Gateway는 온프레미스 소프트웨어 어플라이언스를 클라우드 기반 스토리지에 연결하여 데이터 보안 기능으로 온프레미스 IT 환경과 AWS 스토리지 인프라 사이에 원활한 통합이 이루어지도록 지원합니다. 이 서비스를 사용하면 AWS 클라우드에 데이터를 저장하여 데이터 보안 유지에 도움이 되는 확장 가능하면서 비용 효율적인 스토리지를 구현할 수 있습니다.

AWS Snowball은 AWS 컴퓨팅 및 스토리지 기능을 엣지 환경으로 가져오고 AWS와 데이터를 주고 받을 수 있도록, 안전하고 견고한 디바이스를 사용합니다.

 

문제 105

Which of the following services falls under the responsibility of the customer to maintain operating system configuration, security patching, and networking?

다음 중 운영 체제 구성, 보안 패치 및 네트워킹을 유지 관리하는 고객의 책임에 해당하는 서비스는 무엇입니까?

  • A. Amazon RDS
  • B. Amazon EC2
  • C. Amazon ElastiCache
  • D. AWS Fargate

Amazon ElastiCache를 사용하면 많은 읽기 작업이 많은 애플리케이션 워크로드 (예 : 소셜 네트워킹, 게임, 미디어 공유 및 Q & A 포털) 또는 컴퓨팅 집약적 인 워크로드 (예 : 추천 엔진)에 대한 지연 시간과 처리량을 크게 향상시킬 수 있습니다. 

AWS Fargate는 컨테이너에 적합한 서버리스 컴퓨팅 엔진으로, Amazon Elastic Container Service(ECS)  Amazon Elastic Kubernetes Service(EKS)에서 모두 작동합니다.

 

문제 106

Which of the following is an important architectural design principle when designing cloud applications?

다음 중 클라우드 애플리케이션을 설계 할 때 중요한 아키텍처 설계 원칙은 무엇입니까?

  • A. Use multiple Availability Zones.
  • B. Use tightly coupled components.
  • C. Use open source software.
  • D. Provision extra capacity.

문제 107

Which AWS support plan includes a dedicated Technical Account Manager?

전담 기술 계정 관리자가 포함 된 AWS Support 플랜은 무엇입니까?

  • A. Developer
  • B. Enterprise
  • C. Business
  • D. Basic

엔터프라이즈 지원 계획은 기술 계정 관리자를 지원합니다. 개발자 및 비즈니스 지원 계획에는이 기능이 없습니다.

 

문제 108

Amazon Relational Database Service (Amazon RDS) offers which of the following benefits over traditional database management?

Amazon Relational Database Service (Amazon RDS)는 기존 데이터베이스 관리에 비해 다음 중 어떤 이점을 제공합니까?

  • A. AWS manages the data stored in Amazon RDS tables.
  • B. AWS manages the maintenance of the operating system.
  • C. AWS automatically scales up instance types on demand. - aws 오로라나 다이나모만 자동확장. 기존 다른 데이터베이스는 자동 스케일업되지 않음.
  • D. AWS manages the database type.

문제 109

Which service is best for storing common database query results, which helps to alleviate database access load?

데이터베이스 액세스 부하를 줄이는 데 도움이되는 공통 데이터베이스 쿼리 결과를 저장하는 데 가장 적합한 서비스는 무엇입니까?

  • A. Amazon Machine Learning
  • B. Amazon SQS
  • C. Amazon ElastiCache
  • D. Amazon EC2 Instance Store

Redis 용 Amazon ElastiCache는 액세스 지연 시간을 줄이고, 처리량을 늘리고, 관계형 또는 NoSQL 데이터베이스 및 애플리케이션의 부하를 줄이기 위해 고 가용성, 분산 및 보안 인 메모리 캐시를 구현하는 데 탁월한 선택입니다.

 

Amazon Simple Queue Service(SQS)는 마이크로 서비스, 분산 시스템 및 서버리스 애플리케이션을 쉽게 분리하고 확장할 수 있도록 지원하는 완전관리형 메시지 대기열 서비스입니다. SQS는 메시지 지향 미들웨어를 관리하고 운영하는 데 따른 복잡성과 오버헤드를 제거하고 개발자가 차별화 작업에 집중할 수 있도록 지원합니다.

 

AWS는 가장 포괄적이고 심층적인 기계 학습 서비스 세트와 이를 지원하는 클라우드 인프라를 통해 모든 개발자, 데이터 사이언티스트 및 전문가가 손쉽게 활용할 수 있는 기계 학습을 제공합니다.

 

일부 Amazon Elastic Compute Cloud(Amazon EC2) 인스턴스 유형는 직접 연결된 블록 디바이스 스토리지 형태인 인스턴스 스토어라는 스토리지를 제공합니다. 인스턴스 스토어 볼륨에 저장된 데이터는 인스턴스 중지, 종료 또는 하드웨어 장애에 대한 영구성을 제공하지 않기 때문에 인스턴스 스토어는 임시 스토리지로 이상적입니다.

 

데이터를 장기적으로 유지하거나 암호화하려는 경우에는 Amazon Elastic Block Store(Amazon EBS) 볼륨을 사용하십시오. EBS 볼륨은 인스턴스 중지 및 종료 시에도 데이터를 보존해 주고, EBS 스냅샷을 통해 손쉽게 백업할 수 있고, 한 인스턴스에서 데이터를 제거하여 다른 인스턴스에 재연결할 수 있고, 전체 볼륨 암호화를 지원합니다.

 

문제 110

Which of the following is a component of the shared responsibility model managed entirely by AWS?

다음 중 AWS에서 전적으로 관리하는 책임 분담 모델의 구성 요소는 무엇입니까?

  • A. Patching operating system software
  • B. Encrypting data
  • C. Enforcing multi-factor authentication
  • D. Auditing physical data center assets

문제 111

Which options does AWS make available for customers who want to learn about security in the cloud in an instructor-led setting? (Choose two.)

강사가 진행하는 설정에서 클라우드의 보안에 대해 배우려는 고객에게 AWS에서 제공하는 옵션은 무엇입니까? (2 개 선택)

  • A. AWS Trusted Advisor
  • B. AWS Online Tech Talks
  • C. AWS Blog
  • D. AWS Forums
  • E. AWS Classroom Training

AWS 솔루션 아키텍트 및 엔지니어가 이끄는 온라인 프레젠테이션에 참여하십시오. AWS Online Tech Talks는 다양한 주제와 전문 지식 수준을 다루며 기술 심층 분석, 데모, 고객 사례 및 AWS 전문가와의 라이브 Q & A를 제공합니다.

 

AWS Training and Certification은 혁신을 실현하고 미래를 설계하는 데 도움이 될 실용적인 클라우드 스킬을 통해 역량, 자신감, 자격을 배양해 줍니다. 자신의 진도에 맞춰 온라인으로 학습하거나 공인 AWS 강사의 교육을 받을 수 있습니다.

 

AWS Trusted Advisor는 AWS 모범 사례에 따라 리소스를 프로비저닝하는 데 도움이 되도록 실시간 지침을 제공하는 온라인 도구입니다. Trusted Advisor는 AWS 인프라를 최적화하고 보안과 성능을 향상시키고 전체 비용을 절감하며 서비스 한도를 모니터링할 수 있습니다. 

 

문제 112

Which of the following features can be configured through the Amazon Virtual Private Cloud (Amazon VPC) Dashboard? (Choose two.)

다음 중 Amazon Virtual Private Cloud (Amazon VPC) 대시 보드를 통해 구성 할 수있는 기능은 무엇입니까? (2 개 선택)

  • A. Amazon CloudFront distributions
  • B. Amazon Route 53
  • C. Security Groups
  • D. Subnets
  • E. Elastic Load Balancing

 

문제 113

If each department within a company has its own AWS account, what is one way to enable consolidated billing?

회사 내 각 부서에 자체 AWS 계정이있는 경우 통합 결제를 활성화하는 한 가지 방법은 무엇입니까?

  • A. Use AWS Budgets on each account to pay only to budget.
  • B. Contact AWS Support for a monthly bill.
  • C. Create an AWS Organization from the payer account and invite the other accounts to join.
  • D. Put all invoices into one Amazon Simple Storage Service (Amazon S3) bucket, load data into Amazon Redshift, and then run a billing report.

문제 114

How do customers benefit from Amazon's massive economies of scale?

Amazon의 거대한 규모의 경제에서 고객은 어떤 이점을 얻을 수 있습니까?

  • A. Periodic price reductions as the result of Amazon's operational efficiencies
  • B. New Amazon EC2 instance types providing the latest hardware
  • C. The ability to scale up and down when needed
  • D. Increased reliability in the underlying hardware of Amazon EC2 instances

대규모 경제의 이점 – 클라우드 컴퓨팅을 사용하면 스스로 얻을 수있는 것보다 더 낮은 가변 비용을 달성 할 수 있습니다. 수십만 고객의 사용량이 클라우드에 집계되기 때문에 AWS와 같은 제공 업체는 더 높은 규모의 경제를 달성 할 수 있으며, 이는 종량제 가격을 낮 춥니 다.

 

문제 115

Which AWS services can be used to gather information about AWS account activity? (Choose two.)

AWS 계정 활동에 대한 정보를 수집하는 데 사용할 수있는 AWS 서비스는 무엇입니까? (2 개 선택) 

  • A. Amazon CloudFront -CDN
  • B. AWS Cloud9
  • C. AWS CloudTrail
  • D. AWS CloudHSM
  • E. Amazon CloudWatch

AWS Cloud9은 브라우저만으로 코드를 작성, 실행 및 디버깅할 수 있는 클라우드 기반 IDE(통합 개발 환경)입니다.

AWS CloudTrail은 AWS 계정의 거버넌스, 규정 준수, 운영 감사, 위험 감사를 지원하는 서비스입니다.

AWS CloudHSM은 AWS 클라우드에서 자체 암호화 키를 손쉽게 생성 및 사용할 수 있도록 지원하는 클라우드 기반 하드웨어 보안 모듈(HSM)입니다.

CloudWatch는 로그, 지표 및 이벤트 형태로 모니터링 및 운영 데이터를 수집하여 AWS와 온프레미스 서버에서 실행되는 AWS 리소스, 애플리케이션 및 서비스에 대한 통합된 보기를 제공합니다.

 

 

문제 116

Which of the following common IT tasks can AWS cover to free up company IT resources? (Choose two.)

다음 중 AWS가 회사 IT 리소스를 확보하기 위해 다룰 수있는 일반적인 IT 작업은 무엇입니까? (2 개 선택)

  • A. Patching databases software
  • B. Testing application releases
  • C. Backing up databases
  • D. Creating database schema
  • E. Running penetration tests

문제 117

In which scenario should Amazon EC2 Spot Instances be used?

Amazon EC2 스팟 인스턴스는 어떤 시나리오에서 사용해야합니까?

  • A. A company wants to move its main website to AWS from an on-premises web server.
  • B. A company has a number of application services whose Service Level Agreement (SLA) requires 99.999% uptime.
  • C. A company's heavily used legacy database is currently running on-premises.
  • D. A company has a number of infrequent, interruptible jobs that are currently using On-Demand Instances.

 

문제 118

Which AWS feature should a customer leverage to achieve high availability of an application?

고객이 애플리케이션의 고 가용성을 달성하기 위해 활용해야하는 AWS 기능은 무엇입니까?

  • A. AWS Direct Connect
  • B. Availability Zones
  • C. Data centers
  • D. Amazon Virtual Private Cloud (Amazon VPC)

문제 119

Which is the minimum AWS Support plan that includes Infrastructure Event Management without additional costs?

추가 비용없이 인프라 이벤트 관리를 포함하는 최소 AWS Support 플랜은 무엇입니까? 

  • A. Enterprise
  • B. Business
  • C. Developer
  • D. Basic

기업용은 인프라 이벤트 관리가 기본 제공되고, 비즈니스는 추가요금 지불 시 제공된다.

 

 

문제 120

Which AWS service can serve a static website?

정적 웹 사이트를 제공 할 수있는 AWS 서비스는 무엇입니까?

  • A. Amazon S3
  • B. Amazon Route 53
  • C. Amazon QuickSight
  • D. AWS X-Ray

Amazon QuickSight는 조직 내 모든 구성원에게 통찰력을 손쉽게 제공할 수 있게 지원하는 빠른 클라우드 기반 비즈니스 인텔리전스 서비스입니다.

 

X-Ray를 사용해 자신이 개발한 애플리케이션과 기본 서비스가 성능 문제와 오류의 근본 원인 식별과 문제 해결을 올바로 수행하는지 파악할 수 있습니다.

 

 

문제 121

How does AWS shorten the time to provision IT resources?

AWS는 IT 리소스 프로비저닝 시간을 어떻게 단축합니까?

  • A. It supplies an online IT ticketing platform for resource requests.
  • B. It supports automatic code validation services.
  • C. It provides the ability to programmatically provision existing resources.
  • D. It automates the resource request process from a company's IT vendor list.

 

문제 122

What can AWS edge locations be used for? (Choose two.)

AWS 엣지 로케이션은 어디에 사용할 수 있습니까? (2 개 선택)

  • A. Hosting applications
  • B. Delivering content closer to users
  • C. Running NoSQL database caching services
  • D. Reducing traffic on the server by caching responses
  • E. Sending notification messages to end users

 CloudFront는 엣지 로케이션이라고하는 전 세계 데이터 센터 네트워크를 통해 콘텐츠를 제공합니다. 사용자가 CloudFront를 통해 제공하는 콘텐츠를 요청하면 사용자는 가장 낮은 지연 시간 (시간 지연)을 제공하는 엣지 로케이션으로 라우팅되므로 콘텐츠가 최상의 성능으로 제공됩니다.

 

문제 123

Which of the following can limit Amazon Simple Storage Service (Amazon S3) bucket access to specific users?

다음 중 특정 사용자에 대한 Amazon Simple Storage Service (Amazon S3) 버킷 액세스를 제한 할 수있는 것은 무엇입니까?

  • A. A public and private key-pair
  • B. Amazon Inspector
  • C. AWS Identity and Access Management (IAM) policies
  • D. Security Groups

 

문제 124

A solution that is able to support growth in users, traffic, or data size with no drop in performance aligns with which cloud architecture principle?

성능 저하없이 사용자, 트래픽 또는 데이터 크기의 증가를 지원할 수있는 솔루션이 어떤 클라우드 아키텍처 원칙에 부합합니까?

  • A. Think parallel
  • B. Implement elasticity
  • C. Decouple your components
  • D. Design for failure

문제 125

A company will be moving from an on-premises data center to the AWS Cloud.
What would be one financial difference after the move?

회사는 온 프레미스 데이터 센터에서 AWS 클라우드로 이동할 것입니다. 이사 후 재정적 차이는 무엇입니까?

  • A. Moving from variable operational expense (opex) to upfront capital expense (capex).
  • B. Moving from upfront capital expense (capex) to variable capital expense (capex).
  • C. Moving from upfront capital expense (capex) to variable operational expense (opex).
  • D. Elimination of upfront capital expense (capex) and elimination of variable operational expense (opex)

 

문제 126

How should a customer forecast the future costs for running a new web application?

고객은 새로운 웹 애플리케이션을 실행하기위한 향후 비용을 어떻게 예측해야합니까?

  • A. Amazon Aurora Backtrack
  • B. Amazon CloudWatch Billing Alarms
  • C. AWS Simple Monthly Calculator - 새로운 것 예측
  • D. AWS Cost and Usage report - 과거의 데이터로 예측가능

 

문제 127

Which is the MINIMUM AWS Support plan that provides technical support through phone calls?

전화 통화를 통해 기술 지원을 제공하는 최소 AWS Support 플랜은 무엇입니까?

  • A. Enterprise
  • B. Business
  • C. Developer
  • D. Basic

 

문제 128

Which of the following tasks is the responsibility of AWS?

다음 중 AWS의 책임은 무엇입니까?

  • A. Encrypting client-side data
  • B. Configuring AWS Identity and Access Management (IAM) roles
  • C. Securing the Amazon EC2 hypervisor
  • D. Setting user password policies

 

문제 129

One benefit of On-Demand Amazon Elastic Compute Cloud (Amazon EC2) pricing is:

  • A. the ability to bid for a lower hourly cost.
  • B. paying a daily rate regardless of time used.
  • C. paying only for time used.
  • D. pre-paying for instances and paying a lower hourly rate.

문제 130

An administrator needs to rapidly deploy a popular IT solution and start using it immediately.
Where can the administrator find assistance?

관리자는 인기있는 IT 솔루션을 신속하게 배포하고 즉시 사용을 시작해야합니다. 관리자는 어디에서 도움을받을 수 있습니까?

  • A. AWS Well-Architected Framework documentation
  • B. Amazon CloudFront
  • C. AWS CodeCommit
  • D. AWS Quick Start reference deployments

Quick Starts는 고객이 보안 및 고가용성을 위한 AWS 모범 사례에 따라 AWS에 인기 있는 기술을 배포하는데 도움이 되도록 Amazon Web Services(AWS) 솔루션스 아키텍트와 파트너가 구축합니다. 이 액셀러레이터는 수백 단계의 수작업 절차를 몇 단계로 줄여주기 때문에 프로덕션 환경을 신속하게 구축하고 즉시 사용할 수 있습니다.

각각의 Quick Start에는 배포를 자동화하는 AWS CloudFormation 템플릿과 아키텍처를 설명하고 단계별 배포 지침을 제공하는 안내서가 포함되어 있습니다.

 

 

문제 131

Which of the following services is in the category of AWS serverless platform?

다음 중 AWS 서버리스 플랫폼 카테고리에 속하는 서비스는 무엇입니까?

  • A. Amazon EMR
  • B. Elastic Load Balancing
  • C. AWS Lambda
  • D. AWS Mobile Hub

Amazon EMR은 Apache Spark, Apache Hive, Apache HBase, Apache Flink, Apache Hudi  Presto와 같은 오픈 소스 도구를 사용하여 방대한 양의 데이터를 처리하기 위한 업계 최고의 클라우드 빅 데이터 플랫폼입니다. EMR을 사용하면 기존 온프레미스 솔루션의 50%도 안 되는 비용으로 표준 Apache Spark보다 3배 이상 빠르게 페타바이트 규모의 분석을 실행할 수 있습니다.

AWS Mobile Hub는 초보자도 강력한 여러 AWS 서비스를 사용하여 모바일 앱 백엔드 기능을 쉽게 배포하고 구성할 수 있게 해주는 서비스입니다. firebase같은.

 

 

문제 132

Which services are parts of the AWS serverless platform?

AWS 서버리스 플랫폼에는 어떤 서비스가 포함됩니까?

  • A. Amazon EC2, Amazon S3, Amazon Athena
  • B. Amazon Kinesis, Amazon SQS, Amazon EMR
  • C. AWS Step Functions, Amazon DynamoDB, Amazon SNS
  • D. Amazon Athena, Amazon Cognito, Amazon EC2

서버리스 서비스

 

컴퓨팅

AWS Lambda를 사용하면 서버를 프로비저닝하거나 관리할 필요 없이 코드를 실행할 수 있습니다.

 

Lambda@Edge를 사용하면 Amazon CloudFront 이벤트에 대한 응답으로 AWS 엣지 로케이션에서 Lambda 함수를 실행할 수 있습니다.

 

AWS Fargate는 컨테이너용으로 특별히 빌드된 서버리스 컴퓨팅 엔진입니다

 

스토리지

Amazon S3는 개발자와 IT 팀에 안전하고 안정성과 확장성이 뛰어난 객체 스토리지를 제공합니다

 

EFS은 간단하고 확장 가능하며 탄력적인 파일 스토리지를 제공합니다.

 

데이터 스토어

Amazon DynamoDB는 규모에 관계없이 10밀리초 미만의 지연 시간이 일관되게 요구되는 모든 애플리케이션을 위한 빠르고 유연성이 뛰어난 NoSQL 데이터베이스 서비스입니다.

 

Amazon Aurora 서버리스 Amazon Aurora(MySQL 호환 버전)를 위한 온디맨드 Auto Scaling 구성입니다. 

 

Amazon RDS 프록시는 관계형 데이터베이스에 대한 동시 연결 수천 개를 관리하는 고가용성 데이터베이스 프록시이며, 관계형 데이터베이스에 연결되는 확장성이 높고 안전한 서버리스 애플리케이션을 빌드할 수 있습니다.

 

API 프록시

Amazon API Gateway는 어떤 규모에서든 개발자가 API를 손쉽게 생성, 게시, 유지 관리, 모니터링 및 보호할 수 있도록 지원하는 완전관리형 서비스입니다.

 

애플리케이션 통합

Amazon SNS는 마이크로서비스, 분산 시스템 및 서버리스 애플리케이션을 쉽게 분리하고 확장할 수 있게 해주는 완전관리형 게시/구독 메시징 서비스입니다.

 

Amazon SQS는 마이크로서비스, 분산 시스템 및 서버리스 애플리케이션을 쉽게 분리하고 확장할 수 있게 해 주는 완전관리형 메시지 대기열 서비스입니다.

 

AWS AppSync는 유연한 GraphQL API를 생성하여 하나 이상의 데이터 원본에서 데이터를 안전하게 액세스, 조작 및 결합할 수 있도록 함으로써 애플리케이션 개발을 간소화합니다. 

 

Amazon EventBridge는 다양한 소스의 애플리케이션 데이터에 손쉽게 액세스하여 AWS 환경으로 전송할 수 있는 서버리스 이벤트 버스 서비스입니다.

 

오케스트레이션

AWS Step Functions를 사용하면 시각적 워크플로를 사용해 분산 애플리케이션 및 마이크로서비스의 구성 요소를 손쉽게 조정할 수 있습니다.

 

분석

Amazon Kinesis는 AWS의 스트리밍 데이터를 위한 플랫폼으로서, 스트리밍 데이터를 손쉽게 로드 및 분석할 수 있는 강력한 서비스를 제공하고, 특정 요구에 맞게 사용자 지정 스트리밍 데이터 애플리케이션을 구축할 수 있는 기능을 제공합니다.

 

Amazon Athena는 표준 SQL을 사용해 Amazon S3에 저장된 데이터를 간편하게 분석할 수 있는 대화식 쿼리 서비스입니다. 

 

 

문제 133

According to the AWS shared responsibility model, what is the sole responsibility of AWS?

AWS 공동 책임 모델에 따르면 AWS의 전적인 책임은 무엇입니까?

  • A. Application security
  • B. Edge location management
  • C. Patch management
  • D. Client-side data

 

문제 134

Which AWS IAM feature is used to associate a set of permissions with multiple users?

권한 집합을 여러 사용자와 연결하는 데 사용되는 AWS IAM 기능은 무엇입니까?

  • A. Multi-factor authentication
  • B. Groups
  • C. Password policies
  • D. Access key

IAM 그룹은 IAM 사용자의 모음입니다. 그룹을 사용하여 사용자 모음에 대한 권한을 지정하면 해당 사용자에 대한 권한을 더 쉽게 관리 할 수 있습니다.

 

 

문제 135

Which of the following are benefits of the AWS Cloud? (Choose two.)

다음 중 AWS 클라우드의 이점은 무엇입니까? (2 개 선택) 

  • A. Unlimited uptime
  • B. Elasticity
  • C. Agility
  • D. Colocation
  • E. Capital expenses

 

문제 136

Which of the following can a customer use to enable single sign-on (SSO) to the AWS Console?

다음 중 고객이 AWS 콘솔에 대한 SSO (Single Sign-On)를 활성화하는 데 사용할 수있는 것은 무엇입니까?

  • A. Amazon Connect
  • B. AWS Directory Service
  • C. Amazon Pinpoint
  • D. Amazon Rekognition

액티브 디렉터리는 마이크로소프트가 윈도우용 환경에서 사용하기 위해 개발한 LDAP 디렉터리 서비스의 기능이다. 주 목적은 윈도우 기반의 컴퓨터들을 위한 인증 서비스를 제공하는 것이다.

AWS Directory Service는 다른 AWS 서비스에서 Microsoft Active Directory(AD)를 사용할 수 있는 몇 가지 방법을 제공합니다. 

 

Amazon Connect는 사용하기 쉬운 옴니채널 클라우드 콜 센터로 기업이 저렴한 비용으로 우수한 고객 서비스를 제공할 수 있도록 합니다.

 

Amazon Pinpoint는 유연성과 확장성을 겸비한 아웃바운드/인바운드 마케팅 커뮤니케이션 서비스입니다.

 

Amazon Rekognition을 사용하면 기계 학습 전문 지식을 사용하지 않고도 확장성이 뛰어난 입증된 딥 러닝 기술을 사용하여 애플리케이션에 이미지 및 비디오 분석을 쉽게 추가할 수 있습니다. 

 

 

문제 137

What are the multiple, isolated locations within an AWS Region that are connected by low-latency networks called?

지연 시간이 짧은 네트워크로 연결된 AWS 리전 내 여러 격리 된 위치는 무엇입니까?

  • A. AWS Direct Connects
  • B. Amazon VPCs
  • C. Edge locations
  • D. Availability Zones

Amazon Virtual Private Cloud(VPC)를 사용하면 AWS 클라우드에서 논리적으로 격리된 공간을 프로비저닝하여 고객이 정의하는 가상 네트워크에서 AWS 리소스를 시작할 수 있습니다.

 

 

문제 138

Which of the following benefits does the AWS Compliance program provide to AWS customers? (Choose two.)

다음 중 AWS 규정 준수 프로그램이 AWS 고객에게 제공하는 이점은 무엇입니까? (2 개 선택)

  • A. It verifies that hosted workloads are automatically compliant with the controls of supported compliance frameworks.
  • B. AWS is responsible for the maintenance of common compliance framework documentation.
  • C. It assures customers that AWS is maintaining physical security and data protection.
  • D. It ensures the use of compliance frameworks that are being used by other cloud providers.
  • E. It will adopt new compliance frameworks as they become relevant to customer workloads.

 

문제 139

Which of the following services provides on-demand access to AWS compliance reports?

다음 중 AWS 규정 준수 보고서에 대한 온 디맨드 액세스를 제공하는 서비스는 무엇입니까?

  • A. AWS IAM
  • B. AWS Artifact
  • C. Amazon GuardDuty
  • D. AWS KMS

AWS Artifact는 자신에게 해당되는 규정 준수와 관련된 정보를 제공하는 신뢰할 수 있는 중앙 리소스입니다. AWS Artifact에서는 AWS 보안 및 규정 준수 보고서와 엄선된 온라인 계약에 대한 온디맨드 액세스를 제공합니다. 

 

 

문제 140

As part of the AWS shared responsibility model, which of the following operational controls do users fully inherit from AWS?

AWS 책임 분담 모델의 일부로서 사용자는 다음 운영 제어 중 어떤 것이 AWS에서 완전히 상속됩니까?

  • A. Security management of data center
  • B. Patch management
  • C. Configuration management
  • D. User and access management

답변-A 참조 (https://aws.amazon.com/compliance/shared-responsibility-model/)에 제공된 링크에 있습니다. Inherited Controls – 고객이 AWS에서 완전히 상속하는 제어입니다. 물리적 및 환경 적 통제

 

 

문제 141

When comparing AWS Cloud with on-premises Total Cost of Ownership, which expenses must be considered? (Choose two.)

AWS 클라우드와 온 프레미스 총 소유 비용을 비교할 때 고려해야 할 비용은 무엇입니까? (2 개 선택) 

  • A. Software development
  • B. Project management
  • C. Storage hardware
  • D. Physical servers
  • E. Antivirus software license

문제 142

Under the shared responsibility model, which of the following tasks are the responsibility of the customer? (Choose two.)

책임 분담 모델에서 다음 중 고객의 책임은 무엇입니까? (2 개 선택)

  • A. Maintaining the underlying Amazon EC2 hardware.
  • B. Managing the VPC network access control lists.
  • C. Encrypting data in transit and at rest.
  • D. Replacing failed hard disk drives.
  • E. Deploying hardware in different Availability Zones.

문제 143

Which scenarios represent the concept of elasticity on AWS? (Choose two.)

AWS의 탄력성 개념을 나타내는 시나리오는 무엇입니까? (2 개 선택)

  • A. Scaling the number of Amazon EC2 instances based on traffic.
  • B. Resizing Amazon RDS instances as business needs change.
  • C. Automatically directing traffic to less-utilized Amazon EC2 instances.
  • D. Using AWS compliance documents to accelerate the compliance process.
  • E. Having the ability to create and govern environments using code.

문제 144

When is it beneficial for a company to use a Spot Instance?

회사에서 스팟 인스턴스를 사용하는 것이 언제 유익합니까?

  • A. When there is flexibility in when an application needs to run.
  • B. When there are mission-critical workloads.
  • C. When dedicated capacity is needed.
  • D. When an instance should not be stopped.

아무때나 돌리기만 하면 되는 작업들.

 

문제 145

A company is considering moving its on-premises data center to AWS.
What factors should be included in doing a Total Cost of Ownership (TCO) analysis? (Choose two.)

한 회사가 온 프레미스 데이터 센터를 AWS로 이전하는 것을 고려하고 있습니다. 총 소유 비용 (TCO) 분석에 포함되어야하는 요소는 무엇입니까? (2 개 선택)

  • A. Amazon EC2 instance availability
  • B. Power consumption of the data center
  • C. Labor costs to replace old servers
  • D. Application developer time
  • E. Database engine capacity

문제 146

How does AWS charge for AWS Lambda?

AWS는 AWS Lambda에 대해 어떻게 청구합니까?

  • A. Users bid on the maximum price they are willing to pay per hour.
  • B. Users choose a 1-, 3- or 5-year upfront payment term.
  • C. Users pay for the required permanent storage on a file system or in a database.
  • D. Users pay based on the number of requests and consumed compute resources.

문제 147

What function do security groups serve related Amazon Elastic Compute Cloud (Amazon EC2) instance security?

Security Group이 관련 Amazon Elastic Compute Cloud(Amazon EC2) 인스턴스 보안을 제공하는 기능은 무엇입니까?

  • A. Act as a virtual firewall for the Amazon EC2 instance.
  • B. Secure AWS user accounts with AWS identity and Access Management (IAM) policies.
  • C. Provide DDoS protection with AWS Shield.
  • D. Use Amazon CloudFront to protect the Amazon EC2 instance.

AWS 보안 그룹은 인바운드 및 아웃 바운드 트래픽을 모두 제어하는 ​​Amazon EC2 인스턴스에 대한 방화벽 역할을합니다. Amazon에서 인스턴스를 시작할 때 EC2, 특정 보안 그룹에 할당해야합니다.

 

문제 148

Which disaster recovery scenario offers the lowest probability of down time?

다운 타임 가능성이 가장 낮은 재해 복구 시나리오는 무엇입니까?

  • A. Backup and restore
  • B. Pilot light
  • C. Warm standby
  • D. Multi-site active-active

✑ 백업 및 복원: 데이터를 필요에 따라 백업 및 복원할 수 있는 간편하고 간편하며 비용 효율적인 방법입니다. 대기 중인 데이터는 없으므로 이 방법은 비용이 저렴하지만 상당한 시간이 소요될 수 있습니다.
✑ 파일럿 라이트(Pilot Light)는 다음과 같습니다. 이 방법은 중요한 애플리케이션과 데이터를 준비 상태로 유지하여 필요할 경우 신속하게 검색할 수 있습니다.
✑ Warm Standby(온대 대기)를 선택합니다. 이 방법은 비즈니스 핵심 요소의 중복 버전을 항상 대기 상태로 유지하므로 약간의 다운타임과 거의 완벽한 전환이 가능합니다.
✑ 멀티 사이트 솔루션은 다음과 같습니다. Hot Standby라고도 하는 이 방법은 둘 이상의 활성 위치 간에 회사의 데이터/애플리케이션을 완전히 복제하고 트래픽/사용량을 분리합니다. 재해가 발생하면 모든 것이 영향을 받지 않는 영역으로 재라우팅되므로 다운타임이 거의 발생하지 않습니다. 그러나 두 개의 개별 환경을 동시에 실행하면 비용이 훨씬 더 많이 들게 됩니다.

 

문제 149

What will help a company perform a cost benefit analysis of migrating to the AWS Cloud?

회사가 AWS 클라우드로 마이그레이션하는 비용 이점 분석을 수행하는 데 무엇이 도움이됩니까?

  • A. Cost Explorer
  • B. AWS Total Cost of Ownership (TCO) Calculator
  • C. AWS Simple Monthly Calculator
  • D. AWS Trusted Advisor

AWS TCO 계산기를 사용하면 AWS를 사용할 때의 비용 절감액을 추정할 수 있으며 경영진 프레젠테이션에 사용할 수 있는 상세한 보고서 세트를 제공할 수 있습니다.
계산기를 사용하면 비즈니스 요구 사항에 가장 적합한 가정을 수정할 수도 있습니다.

 

AWS의 월 사용량 계산기예상 사용량을 기반으로 사용 사례에 대한 AWS 서비스의 월별 비용을 추정 할 수있는 사용하기 쉬운 온라인 도구입니다.

 

AWS Cost Explorer는 시간에 따른 AWS 비용과 사용량을 시각화, 이해 및 관리할 수 있는 손쉬운 인터페이스를 제공합니다. 비용 및 사용량 데이터를 분석하는 사용자 지정 보고서를 작성하여 신속하게 시작합니다. 데이터를 높은 수준으로 분석(예: 모든 계정의 총 비용 및 사용량)하거나 비용 및 사용량 데이터를 자세히 분석하여 추세를 식별하고 비용 동인을 파악하고 이상을 탐지합니다.

 

AWS Trusted Advisor는 AWS 모범 사례에 따라 리소스를 프로비저닝하는 데 도움이 되도록 실시간 지침을 제공하는 온라인 도구입니다.

 

문제 150

Which of the following provides the ability to share the cost benefits of Reserved Instances across AWS accounts?

다음 중 AWS 계정간에 예약 인스턴스의 비용 이점을 공유 할 수있는 기능을 제공하는 것은 무엇입니까?

  • A. AWS Cost Explorer between AWS accounts
  • B. Linked accounts and consolidated billing
  • C. Amazon Elastic Compute Cloud (Amazon EC2) Reserved Instance Utilization Report
  • D. Amazon EC2 Instance Usage Report between AWS accounts