AI/ML, Analytics, Dev Tools, End User, IoT Flashcards

(40 cards)

1
Q

What are the 3 tiers of AWS AI/ML services?

A
  1. AI Services (pre-built): use ML capabilities without ML expertise (Rekognition, Polly, Lex, etc.) | 2. ML Services (managed ML): SageMaker for building, training, and deploying custom models | 3. ML Frameworks/Infrastructure: EC2 with GPUs, AWS Inferentia chips for fully custom ML work
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Amazon SageMaker?

A

Fully managed end-to-end ML platform. Components: Studio (IDE), Notebooks (Jupyter), Training, Autopilot (AutoML), Feature Store, Model Registry, Pipelines (CI/CD for ML), Endpoints (real-time/batch inference). Use cases: fraud detection, recommendations, predictive maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Amazon Lex?

A

Builds conversational chatbots using voice and text – the same technology powering Alexa. Components: Intents (user goal), Utterances (trigger phrases), Slots (required variables), Fulfillment (Lambda). Use cases: customer service bots, virtual assistants, automated FAQ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Amazon Kendra?

A

Intelligent enterprise search powered by ML. Indexes documents and answers natural language questions (not just keyword search). Understands context and synonyms. Supports S3, SharePoint, RDS, ServiceNow, Salesforce, GitHub.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Amazon Comprehend?

A

NLP service that extracts insights from text. Capabilities: entity recognition, key phrase extraction, sentiment analysis (positive/negative/neutral/mixed), language detection, topic modelling, PII detection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Amazon Polly?

A

Text-to-Speech (TTS) service. Converts text to lifelike speech. 60+ languages, 100+ voices. Neural TTS (NTTS) for most natural sound. Supports SSML for fine-grained control. Use cases: accessibility, e-learning, voice apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Amazon Rekognition?

A

Image and video analysis powered by deep learning. Capabilities: face detection/analysis/comparison, object/scene detection, OCR (text in image), content moderation, celebrity recognition, activity detection in video, PPE detection. Use cases: security, identity verification, content moderation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Amazon Textract?

A

Automatically extracts text and structured data from scanned documents – goes beyond simple OCR. Can extract printed text, handwriting, form key-value pairs, and tables. Use cases: medical records, expense processing, mortgage documents, identity documents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Amazon Transcribe?

A

Automatic Speech Recognition (ASR) – speech to text. Supports transcription of audio/video files and real-time streaming. Speaker identification, custom vocabulary, auto punctuation, language identification. Amazon Transcribe Medical for healthcare. Use cases: meeting transcription, call centre analytics, subtitles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Amazon Translate?

A

Neural machine translation supporting 75+ languages. Provides real-time and batch translation. Use cases: localisation, multilingual customer support, cross-language content analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Quick match – which AI/ML service for each task?

A

Speech to text → Transcribe. | Text to speech → Polly. | Image/video analysis → Rekognition. | Document extraction → Textract. | Chatbots → Lex. | Enterprise search → Kendra. | NLP/text analysis → Comprehend. | Language translation → Translate. | Custom ML models → SageMaker.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Amazon Athena?

A

Serverless SQL query service that queries data directly in S3 – no ETL or loading required. Supports CSV, JSON, Parquet, ORC. Pay per query ($5/TB scanned). Commonly used with AWS Glue for data cataloguing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is AWS Glue?

A

Serverless ETL (Extract, Transform, Load) service. Discovers and catalogues data. Often paired with Athena or Redshift.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Amazon EMR?

A

Managed Hadoop and Spark service for big data processing at scale.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Amazon OpenSearch?

A

AWS-managed clone of Elasticsearch. Used for search and log analytics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is AWS Data Exchange?

A

Allows you to subscribe to and use third-party data sets directly within AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is Amazon QuickSight?

A

Business intelligence (BI) tool for creating dashboards, visualisations, and reports from AWS and other data sources.

18
Q

What is AWS Lake Formation?

A

Service for building, securing, and managing data lakes on S3.

19
Q

What is the AWS CI/CD pipeline toolchain?

A

CodeCommit (Git repo) → CodeBuild (build/test) → CodeDeploy (deploy) – all orchestrated by CodePipeline.

20
Q

What is AWS CodeCommit?

A

Managed Git-based source control repository service. Fully managed, secure.

21
Q

What is AWS CodeBuild?

A

Fully managed CI build service. Compiles code, runs tests, and produces build artefacts. No servers to manage.

22
Q

What is AWS CodeDeploy?

A

Automated application deployment service. Deploys to EC2, Lambda, on-premises servers, and ECS.

23
Q

What is AWS CodePipeline?

A

CI/CD pipeline orchestration service. Automates the build, test, and deploy phases using CodeCommit, CodeBuild, and CodeDeploy.

24
Q

What is AWS CodeArtifact?

A

Managed artefact repository for software packages (npm, Maven, pip, NuGet, etc.).

25
What is AWS Cloud9?
Cloud-based IDE running in a browser. Built-in AWS CLI, debugger, and terminal. Pre-configured with AWS credentials. Supports pair programming (share environment). No local install required.
26
What is AWS X-Ray?
Distributed tracing service for analysing and debugging distributed applications. Identifies bottlenecks, errors, and performance issues across services.
27
What is AWS CloudShell?
A browser-based shell accessible directly from the AWS Management Console. Pre-authenticated, no setup required.
28
What is Amazon WorkSpaces?
Virtual Desktop Infrastructure (VDI) as a service – managed Windows or Linux desktops in the cloud (DaaS). Pay per month or per hour. Accessible from any device. Use case: remote work, BYOD, replace physical desktops.
29
What is Amazon AppStream 2.0?
Streams desktop applications to users' web browsers. The application runs in AWS, not on the user's device.
30
What is AWS Amplify?
Full-stack development platform for web and mobile apps. CI/CD hosting, authentication (Cognito), APIs (AppSync/API Gateway), storage (S3). Use case: React/Next.js/Vue apps with an AWS backend.
31
What is Amazon Cognito?
User identity and access management for web/mobile apps. User Pools: authentication (sign-up/sign-in/user directory). Identity Pools: grant AWS credentials to authenticated users. Supports social sign-in (Google, Facebook, Amazon), SAML, OIDC.
32
What is AWS AppSync?
Managed GraphQL service for building APIs that interact with multiple data sources.
33
What is AWS Device Farm?
Tests web and mobile applications on real physical devices in the AWS cloud.
34
What is Amazon Connect?
Cloud-based contact centre service. Inbound/outbound voice, chat, and tasks. Set up in minutes. Pay per minute used. Integrates with Lambda, Lex (chatbot), and CRM systems.
35
What is Amazon SES (Simple Email Service)?
High-volume bulk email sending and transactional email service. Cost-effective for marketing and application emails.
36
What is Amazon Pinpoint?
Multi-channel marketing communications service – email, SMS, push notifications, and voice. Used for targeted campaigns and engagement.
37
What is Amazon WorkMail?
Managed business email and calendar service compatible with Microsoft Outlook.
38
What is AWS IoT Core?
Connects and manages billions of IoT devices at scale using MQTT, HTTP, and WebSocket protocols. Device Shadow: virtual representation of device state. Rules engine: routes messages to AWS services.
39
What is AWS IoT Greengrass?
Extends AWS compute, data caching, messaging, and ML to edge devices for local processing even without internet connectivity.
40
What are the other IoT services?
IoT Analytics: analyse IoT data. | IoT Device Defender: audit and monitor IoT security. | IoT SiteWise: collect data from industrial equipment. | IoT Events: detect and respond to IoT device events.