ExamGecko
Home / Amazon / CLF-C02 / List of questions
Ask Question

Amazon CLF-C02 Practice Test - Questions Answers, Page 55

List of questions

Question 541

Report
Export
Collapse

An ecommerce company wants to use Amazon EC2 Auto Scaling to add and remove EC2 instances based on CPU utilization.

Which AWS service or feature can initiate an Amazon EC2 Auto Scaling action to achieve this goal?

Amazon Simple Queue Service (Amazon SQS)
Amazon Simple Queue Service (Amazon SQS)
Amazon Simple Notification Service (Amazon SNS)
Amazon Simple Notification Service (Amazon SNS)
AWS Systems Manager
AWS Systems Manager
Amazon CloudWatch alarm
Amazon CloudWatch alarm
Suggested answer: D

Explanation:

Amazon CloudWatch alarm is an AWS service or feature that can initiate an Amazon EC2 Auto Scaling action based on CPU utilization. Amazon CloudWatch is a monitoring and observability service that collects and tracks metrics, logs, events, and alarms for your AWS resources and applications.Amazon CloudWatch alarms are actions that you can configure to send notifications or automatically make changes to the resources you are monitoring based on rules that you define67.

Amazon EC2 Auto Scaling is a service that helps you maintain application availability and allows you to automatically add or remove EC2 instances according to definable conditions. You can create dynamic scaling policies that track a specific CloudWatch metric, such as CPU utilization, and define what action to take when the associated CloudWatch alarm is in ALARM.When the policy is in effect, Amazon EC2 Auto Scaling adjusts the group's desired capacity up or down when the threshold of an alarm is breached89.Reference:6:Cloud Monitoring - Amazon CloudWatch - AWS,7:Amazon CloudWatch Documentation,8:Dynamic scaling for Amazon EC2 Auto Scaling,9:Amazon EC2 Auto Scaling Documentation

asked 16/09/2024
Jelle Kamp
41 questions

Question 542

Report
Export
Collapse

Which AWS service is always provided at no charge?

Amazon S3
Amazon S3
AWS Identity and Access Management (IAM)
AWS Identity and Access Management (IAM)
Elastic Load Balancers
Elastic Load Balancers
AWS WAF
AWS WAF
Suggested answer: B

Explanation:

AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. You can use IAM to create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources.IAM is always provided at no charge12.Reference:1:AWS Identity and Access Management (IAM) - Amazon Web Services (AWS),2:Which aws service is always provided at no charge? - Brainly.in

asked 16/09/2024
Roberto Pili
29 questions

Question 543

Report
Export
Collapse

A company wants durable storage for static content and infinitely scalable data storage infrastructure at the lowest cost.

Which AWS service should the company choose?

Amazon Elastic Block Store (Amazon EBS)
Amazon Elastic Block Store (Amazon EBS)
Amazon S3
Amazon S3
AWS Storage Gateway
AWS Storage Gateway
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS)
Suggested answer: B

Explanation:

Amazon S3 is a service that provides durable storage for static content and infinitely scalable data storage infrastructure at the lowest cost. Amazon S3 is an object storage service that allows you to store and retrieve any amount of data from anywhere on the internet. Amazon S3 offers industry-leading scalability, availability, and performance, as well as 99.999999999% (11 9s) of durability and multi-AZ resilience.Amazon S3 also provides various storage classes that offer different levels of performance and cost optimization, such as S3 Standard, S3 Intelligent-Tiering, S3 Standard-Infrequent Access (S3 Standard-IA), S3 One Zone-Infrequent Access (S3 One Zone-IA), and S3 Glacier456.Amazon S3 is ideal for storing static content, such as images, videos, documents, and web pages, as well as building data lakes, backup and archive solutions, big data analytics, and machine learning applications456.Reference:4:Cloud Storage on AWS,5:Object Storage - Amazon Simple Storage Service (S3) - AWS,6:Amazon S3 Documentation

asked 16/09/2024
Mellisa Stroman
38 questions

Question 544

Report
Export
Collapse

A company wants to run a NoSQL database on Amazon EC2 instances.

Which task is the responsibility of AWS in this scenario'?

Update the guest operating system of the EC2 instances
Update the guest operating system of the EC2 instances
Maintain high availability at the database layer
Maintain high availability at the database layer
Patch the physical infrastructure that hosts the EC2 instances
Patch the physical infrastructure that hosts the EC2 instances
Configure the security group firewall
Configure the security group firewall
Suggested answer: C

Explanation:

When you run a NoSQL database on Amazon EC2 instances, you are responsible for managing the database layer and the guest operating system of the instances. This means that you need to perform tasks such as updating the operating system, maintaining high availability, and configuring the security group firewall. AWS is responsible for managing the physical infrastructure that hosts the EC2 instances. This means that AWS ensures that the hardware and firmware of the servers, routers, switches, and other devices are updated and secure.AWS also handles the power, cooling, networking, and security of the data centers12.Reference:CLF-C02: Which task is responsibility of AWS to run NoSQL database on ...,Best Practices for Hosting NoSQL Databases on Amazon EC2

asked 16/09/2024
Mellisa Stroman
38 questions

Question 545

Report
Export
Collapse

Which service enables customers to audit API calls in their AWS accounts'?

AWS CloudTrail
AWS CloudTrail
AWS Trusted Advisor
AWS Trusted Advisor
Amazon Inspector
Amazon Inspector
AWS X-Ray
AWS X-Ray
Suggested answer: A

Explanation:

AWS CloudTrail is a service that provides a record of actions taken by a user, role, or an AWS service in your AWS account. CloudTrail captures all API calls for AWS services as events, including calls from the AWS Management Console, AWS SDKs, command line tools, and higher-level AWS services.You can use CloudTrail to monitor, audit, and troubleshoot your AWS account activity34.AWS Trusted Advisor is a service that provides best practices recommendations for cost optimization, performance, security, and fault tolerance in your AWS account5.Amazon Inspector is a service that helps you improve the security and compliance of your applications deployed on AWS by automatically assessing them for vulnerabilities and deviations from best practices6.AWS X-Ray is a service that helps you analyze and debug your applications by collecting data about the requests that your application serves, and providing tools to view, filter, and gain insights into that data7.Reference:Logging AWS Audit Manager API calls with CloudTrail,Logging AWS Account Management API calls using AWS CloudTrail,Review API calls in your AWS account using CloudTrail,Monitor the usage of AWS API calls using Amazon CloudWatch,Which service enables customers to audit API calls in their AWS ...

asked 16/09/2024
Jim Balkwill
44 questions

Question 546

Report
Export
Collapse

A company needs a bridge between technology and business to help evolve to a culture of continuous growth and learning.

Which perspective in the AWS Cloud Adoption Framework (AWS CAF) serves as this bridge?

People
People
Governance
Governance
Operations
Operations
Security
Security
Suggested answer: A

Explanation:

The People perspective in the AWS Cloud Adoption Framework (AWS CAF) serves as a bridge between technology and business, accelerating the cloud journey to help organizations more rapidly evolve to a culture of continuous growth, learning, and where change becomes business-as-normal, with focus on culture, organizational structure, leadership, and workforce1.Reference:People Perspective - AWS Cloud Adoption Framework

asked 16/09/2024
Yuriy Kitsis
35 questions

Question 547

Report
Export
Collapse

Which mechanism allows developers to access AWS services from application code?

AWS Software Development Kit
AWS Software Development Kit
AWS Management Console
AWS Management Console
AWS CodePipeline
AWS CodePipeline
AWS Config
AWS Config
Suggested answer: A

Explanation:

AWS Software Development Kit (SDK) is a set of platform-specific building tools for developers. It allows developers to access AWS services from application code using familiar programming languages.It provides pre-built components and libraries that can be incorporated into applications, as well as tools to debug, monitor, and optimize performance2.Reference:What is SDK? - SDK Explained - AWS

asked 16/09/2024
Reece Scarley
43 questions

Question 548

Report
Export
Collapse

Which AWS service gives users the ability to discover and protect sensitive data that is stored in Amazon S3 buckets?

Amazon Macie
Amazon Macie
Amazon Detective
Amazon Detective
Amazon GuardDuty
Amazon GuardDuty
AWS I AM Access Analyzer
AWS I AM Access Analyzer
Suggested answer: A

Explanation:

Amazon Macie is a data security and privacy service offered by AWS that uses machine learning and pattern matching to discover the sensitive data stored within Amazon S3. You can define your own custom type of sensitive data category that might be unique to your business or use case. Macie also provides you with dashboards and alerts that give you visibility into how your data is being accessed or moved. Macie helps you protect your data by enabling you to apply data protection techniques such as encryption, deletion, access control, and auditing.Reference:Strengthen the security of sensitive data stored in Amazon S3 by using additional AWS services,Security best practices for Amazon S3,Sensitive Data Protection on AWS,Sensitive Data Protection on Amazon Web Services

asked 16/09/2024
Francisco Julian Mota Fraile
41 questions

Question 549

Report
Export
Collapse

Which AWS service or resource provides answers to the most frequently asked security-related questions that AWS receives from its users'?

AWS Artifact
AWS Artifact
Amazon Connect
Amazon Connect
AWS Chatbot
AWS Chatbot
AWS Knowledge Center
AWS Knowledge Center
Suggested answer: A

Explanation:

AWS Artifact is your go-to, central resource for compliance-related information that matters to you. It provides on-demand access to AWS's security and compliance reports and select online agreements. Reports available in AWS Artifact include our Service Organization Control (SOC) reports, Payment Card Industry (PCI) attestation of compliance, and certifications from accreditation bodies across geographies and compliance verticals that validate the implementation and operating effectiveness of AWS security controls. Agreements available in AWS Artifact include the Business Associate Addendum (BAA) and the Nondisclosure Agreement (NDA). AWS Artifact helps you answer the most frequently asked security and compliance questions that AWS receives from its users.Reference:Compliance FAQ,Compliance Solutions Guide


asked 16/09/2024
Maxime ESSIS
38 questions

Question 550

Report
Export
Collapse

Which of the following services can be used to block network traffic to an instance? (Select TWO.)

Security groups
Security groups
Amazon Virtual Private Cloud (Amazon VPC) flow logs
Amazon Virtual Private Cloud (Amazon VPC) flow logs
Network ACLs
Network ACLs
Amazon CloudWatch
Amazon CloudWatch
AWS CloudTrail
AWS CloudTrail
Suggested answer: A, C

Explanation:

Security groups and network ACLs are two AWS services that can be used to block network traffic to an instance. Security groups are virtual firewalls that control the inbound and outbound traffic for your instances at the instance level. You can specify which protocols, ports, and source or destination IP addresses are allowed or denied for each instance.Security groups are stateful, which means that they automatically allow return traffic for any allowed inbound or outbound traffic123. Network ACLs are virtual firewalls that control the inbound and outbound traffic for your subnets at the subnet level. You can create rules to allow or deny traffic based on protocols, ports, and source or destination IP addresses.Network ACLs are stateless, which means that you have to explicitly allow return traffic for any allowed inbound or outbound traffic456.Reference:1:Security groups for your VPC - Amazon Virtual Private Cloud,2:Security Groups for Your VPC - Amazon Elastic Compute Cloud,3:AWS Security Groups: Everything You Need to Know,4:Network ACLs - Amazon Virtual Private Cloud,5:Control traffic to subnets using network ACLs - Amazon Virtual Private Cloud,6:AWS Network ACLs: Everything You Need to Know

asked 16/09/2024
Harri Jaakkonen
46 questions
Total 798 questions
Go to page: of 80

Related questions