AWS GENERAL Flashcards

1
Q

what is cloud computing?

A

on-demand delivery of compute power, database storage, applications and other resources - pay as you go

IaaS: EC2
PaaS: Elastic Beanstalk
SaaS: Rekognition

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

each AWS Region has a minimum of 3 Availability Zones…

A

and each AZ consists of one or more discrete data centers

(Region>AZ>Edge Locations)

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

why use an AWS-managed service?

A

pre-trained ML services
responsiveness and availability
redundancy and regional coverage
performance
token-based pricing
provisioned throughput

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

AWS Comprehend

A

uses ML to find insights and relationships in text, extract key phrases, and automatically organize it by topic

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

AWS Polly

A

turns text into life-like speech using Deep Learning

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

AWS Rekognition

A

allows you to find objects, people, text, scenes in images or videos using Machine Learning (labelling, custom labels, content moderation)

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

AWS Lex

A

build chatbots quickly using voice or text, integration with AWS Lambda, Connect, Comprehend, Kendra, will ask for “slots” (input parameters) of necessary

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

AWS Personalize

A

full ML service to build apps with real-time personalized recommendations (amazon.com)

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

AWS Kendra

A

fully-managed document search service

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

AWS Mechanical Turk use cases:

A

image classification
data collection
business processing
integration with A2I, Sagemaker, Groundtruth

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

AWS Augmented AI (A2I)

A

human oversight of ML predictions in production, can be built on AWS or elsewhere

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

AWS Deepracer

A

used to train and evaluate Deep Reinforcement Learning models (backed by Sagemaker)

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

AWS Hardware for AI

A

choosing EC2 instances for your AI needs

AWS Trainium: ML chips for high-performance, cost-effective DEEP LEARNING training

AWS Inferentia: ML chip for deep learning and genAI inference applications

both have the lowest enviromental footprint

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

more AWS services

A

aws IAM: identity and access management
aws EC2: rent virtual machines
aws Lambda: virtual servers in the cloud

aws Macie: data security and privacy service that uses ML and pattern matching to discover and protect your sensitive data

aws config: helps auditing and recording compliance of your aws resources and configurations over time

aws inspector: automated security assessments only for EC2 instances, container images and Lambda functions

aws cloudtrail: governance, compliance and audit for your account - enabled by default

aws artifact: portal that provides customers with on-demand access to aws compliance docs and agreements

aws audit manager: assess risk and compliance of your aws workloads, audit aws services and prepare audits

aws trusted advisor: analyzes your aws account and provides recommendations

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

vpc questions on the exam will be about deploying models privately and accessing aws services without going through the internet

A

vpc: virtual private cloud

subnet: allow you to partition your network inside your vpc, creating private subnets

internet gateways: help your vpc instances connect with the internet

nat gateways (aws managed): allow your instances in your private subnet to access with internet while remaining private

vpc endpoints: access aws services privately without the public internet

S3 gateway endpoints: accessing aws privately

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

what if bedrock has to access an encrypted s3 bucket?

A

bedrock has the ability of assigning IAM roles, so by assigning one with the right permissions it must also have access to the KMS key

17
Q

what if a sagemaker model deployed on a vpc wants to access data on s3 privately?

A

needs a vpc endpoint for s3, and also set up IAM roles

IAM roles are used to access specific aws resources and vpc endpoints are used to privately access some aws services