AWS Artificial Intelligence and Data Analytics Services

By

Date: Aug 5, 2024

Return to the article

In this chapter, dive into two of today's hottest topics in the IT industry, artificial intelligence and machine learning (AI/ML) services and data analytics services in AWS.

This chapter covers the following subjects:

In this chapter, we’ll delve into the exciting realm of artificial intelligence (AI)/machine learning (ML) services in AWS. In addition, we will explore some amazing data analytics services offered by AWS. This is an important chapter as it addresses some of the most popular and hyped up topics in IT today.

AWS, as you would expect, does a fantastic job of making what might be very complex technologies quite simple to implement. This chapter covers the AWS services available in these areas.

“Do I Know This Already?” Quiz

The “Do I Know This Already?” quiz allows you to assess whether you should read the entire chapter. Table 17-1 lists the major headings in this chapter and the “Do I Know This Already?” quiz questions covering the material in those sections so you can assess your knowledge of these specific areas. The answers to the “Do I Know This Already?” quiz questions appear in Appendix A, “Answers to the ‘Do I Know This Already?’ Quizzes and Q&A Sections.”

Table 17-1 “Do I Know This Already?” Foundation Topics Section-to-Question Mapping

Foundation Topics Section

Questions

Artificial Intelligence/Machine Learning Services

1–3

Data Analytics Services

4–6

1. You have been tasked with training a machine-learning model for a project in your organization. What AWS service can assist you with this?

  1. Kendra

  2. Athena

  3. SageMaker

  4. Lex

2. What AWS service helps you offer intelligent natural language searching in your solutions?

  1. Lex

  2. Kendra

  3. SageMaker

  4. QuickSight

3. You are interested in adding AI to your customer service chat. What AWS service should you investigate?

  1. Kendra

  2. SageMaker

  3. Athena

  4. Lex

4. What AWS service permits SQL queries against data stored in S3 buckets?

  1. Athena

  2. QuickSight

  3. Kinesis

  4. Glue

5. What is an option for ETL data services in AWS?

  1. Glue

  2. Athena

  3. SageMaker

  4. Neptune

6. What service of AWS can assist you in creating powerful data visualizations such as charts and graphs?

  1. Athena

  2. QuickSight

  3. Glue

  4. Kinesis

Artificial Intelligence/Machine Learning Services

I don’t want to take anything for granted in this section, so let’s begin by defining AI and ML. Artificial intelligence (AI) refers to computer systems or machines that are designed to perform tasks that typically require human intelligence, such as learning, reasoning, problem-solving, and decision-making. A subset of this exciting discipline is machine learning (ML), which involves the algorithms and models that enable computers to learn patterns from data and make predictions or decisions without explicit programming.

AI and ML are lofty disciplines that typically require the latest and greatest technologies and lots of available resources (like CPU, memory, and storage). AWS is perfectly positioned to help companies take advantage of these cutting-edge technologies.

SageMaker

AWS SageMaker is a smart assistant that you can use to build and train machine learning models without needing to be a coding expert. It provides easy-to-use tools to help you gather and prepare data, pick the right algorithm, and then train and deploy your model, all in one convenient place on the AWS Cloud platform. Figure 17-1 shows AWS SageMaker in the AWS Management Console.

Figure 17.1 AWS SageMaker

AWS SageMaker offers several features that simplify the ML lifecycle. Here are just some of them:

Lex

AWS Lex makes it easy to create virtual assistants for your applications. It’s a service that helps you build chatbots and conversational interfaces using natural language understanding. Think of it as the brain behind a chatbot. Lex understands user inputs, extracts key information, and can respond in a way that makes sense.

This service is handy for creating interactive experiences in your applications, whether for answering customer queries, handling reservations, or guiding users through processes. You can integrate Lex into various platforms, such as mobile apps or websites, to make it easier for users to interact with your applications using just their words. Plus, Lex is powered by the same technology as Amazon Alexa, so it’s got some serious language smarts under the hood.

Kendra

AWS Kendra is a super-smart search engine that is designed to help you find information effortlessly. It’s a powerful search service that uses ML to understand the context and meaning behind your queries. Instead of just matching keywords, Kendra comprehends natural language, making it feel like you’re having a conversation with your search engine. It’s great for handling complex searches across vast amounts of data in documents, FAQs, or other sources. Figure 17-2 shows the Kendra service in the AWS Management Console.

Figure 17.2 AWS Kendra

AWS Kendra includes the following features:

Data Analytics Services

AWS offers a suite of data analytics services that can help a small startup or a large enterprise make informed decisions by extracting meaningful patterns from data. AWS provides scalable and flexible solutions to analyze data efficiently. With services like AWS Athena, and AWS Glue, you can turn raw data into actionable intelligence. The AWS Cloud makes data analytics accessible, allowing you to focus on uncovering valuable insights without the hassle of managing complex infrastructure.

Athena

When I first tried the AWS Athena service, I thought it was pure magic. Athena is a serverless, interactive query service that makes it possible to analyze data residing in AWS S3 buckets using standard SQL expressions. With Athena, you don’t need complex data transformation or loading processes. You dump the data into S3, and you are ready to directly query the data in its raw, native format.

Athena uses Trino and Presto, which are open-source distributed SQL query engines that enable you to execute SQL queries across your data stored in S3. Athena supports various data formats, including Avro, Parquet, ORC, JSON, and CSV, ensuring compatibility with a wide range of data structures. In addition, Athena integrates with the AWS Glue Data Catalog (discussed next) to streamline the metadata management process and enhance query efficiency.

Glue

The AWS Glue service provides ETL (extract, transform, and load) services for your data analytics. An ETL system in data analytics is like an automated data organizer that collects information from different places, cleans it up, and arranges it neatly so that your analysts can easily make sense of it. It’s basically the behind-the-scenes work that ensures your data is ready and polished for analysis.

The Glue Data Catalog acts as a central repository for metadata about your data sources, transformations, and targets. AWS Glue crawlers automatically scan and catalog data in various formats across different storage systems, creating a searchable and organized metadata store.

The ETL process is handled by Glue Jobs, which allows you to define and execute Python or Scala code for data transformation. Glue provides a serverless execution environment and allows you to scale your ETL jobs based on demand without managing the underlying infrastructure.

Glue features tight integration with other AWS services and supports a variety of potential data sources and destinations, including S3, Redshift, and RDS.

QuickSight

AWS QuickSight is a business intelligence service that makes it easy to visualize and explore your data. It allows you to create interactive dashboards and reports, providing insights from various data sources with just a few clicks.

QuickSight is designed to be user friendly, enabling both technical and nontechnical users to derive meaningful insights from their data through intuitive and customizable visualizations.

AWS QuickSight offers several key features that make it a powerful and user-friendly business intelligence service:

Kinesis

AWS Kinesis is a fully managed platform designed for real-time processing of streaming data at scale. It enables an organization to ingest, process, and analyze large volumes of real-time data from diverse sources, such as Internet of Things (IoT) devices, applications, and logs. Figure 17-3 shows AWS Kinesis in the AWS Management Console.

Figure 17.3 AWS Kinesis

Kinesis offers a suite of services that cater to specific aspects of streaming data workflows:

As you can see, AWS Kinesis is a comprehensive and scalable solution for managing the entire lifecycle of your streaming data, from ingestion and processing to analysis and delivery.

Review All Key Topics

Review the most important topics in this chapter, noted with the Key Topics icon in the outer margin of the page. Table 17-2 lists these key topics and the page number on which each is found.

Table 17-2 Key Topics for Chapter 17

Key Topic Element

Description

Page Number

List

SageMaker features

214

Overview

Lex

215

Overview

Athena

217

Overview

Kinesis

219

Define Key Terms

Define the following key terms from this chapter and check your answers in the Glossary:

SageMaker

Lex

Kendra

Athena

Glue

QuickSight

Kinesis

Q&A

The answers to these questions appear in Appendix A. For more practice with exam format questions, use the Pearson Test Prep Software Online.

1. Name and briefly describe the AWS AI/ML service that is powered by the same technology as Amazon Alexa.

2. Name and briefly describe the AWS technology that aims to manage your data streaming lifecycle from ingestion to analysis.

800 East 96th Street, Indianapolis, Indiana 46240

sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |