solutions architect professional Flashcards

1
Q

Amazon kinesis use case

A

large amount of data

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

Kinesis is SQS on steroids

A

asynchronous tasks

single direction only

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

Kinesis firehose

A

is more for archiving. Proessing latency of 60seconds or higher.

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

Kinesis datastreams

A

custom processing per incoming record
sub-1 second processing latency
Choice of stream processing frameworks

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

Amazon SQS queues

A

Queues in each direction,

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

Changing the instance type will require restart

A

Use multi-az to reduce impact

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

With alias record points to one of the services

A

User is going to make the first request. Everything in the backgroupd Route53 will get the IP address and return the ip address. With alias you cannot return multiple ip addresses

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

redis is similar to multi-AZ

A

redis can scale up but not out. Once scaled up , cannot scale down( this may change)

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

Amazon DynamoDB

A

Can scale-out..

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

DynamoDB cache

A

You can use elastic cache. lower latency.

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

DynamoDB accelerator(DAX)

A

write-through cache. Lot of times elastic cache is cheper. But with elastic cache your application has to manage the cache but DAX is transparent

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

DynamoDB accelerator(DAX)

A

write-through cache. Lot of times elastic cache is cheper. But with elastic cache your application has to manage the cache but DAX is transparent

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

Amazon SQS and Dynamo DB

A

Stick SQS in front of Dynamo DB instead of scaling out Dynamo Db

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

DynamoDB global tables

A

it is kind of multi-master. app access the gloal table

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

OAI

A

Origin access identity

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

AWS cloud formation stack policy

A

can stop stack updates not stack deletion. This stack can still be deleted

17
Q

AWS config is an inventory service. It runs when there is changes in your account and runs and finds out what is running on your system

A

create c

18
Q

Amazon congnito

A

signup , password reset,

19
Q

user pools

A

authenticate who are you. it will return the access keys that an application can use to access services. Handout credentials for anonymous users.

20
Q

security trip A model

A

authentication, authorization and

21
Q

How many IAM users can you create

A

5000 Max.

22
Q

Amazon Cognito identity pool

A

allows unauthenticated users.

23
Q

Enable cloud trail log flie integrity validation

A

generates a hash along with the file

24
Q

Enable cloud trail log flie integrity validation

A

generates a hash along with the file

25
Q

Can elastic beanstack automatically delete all application versions?

A

No

26
Q

6 Rs of migrating

A

Retain, Re-host, Refactor(making a cloud read app), Re-platform, Replace, Retire( because it is not applicable or redundant)

27
Q

APp mi9gration process

A

Plan, Bulid, run

28
Q

What is hte limit for 1 VPN tunnel

A

1.5 Gig

29
Q

Tag everything

A

great for auditing and cost estimation

30
Q

Types of tags

A

Resource tags

Cost allocation tags

31
Q

config is inventory service

A

Can be used to setup rules to apply remediation to non-conformant systems

32
Q

Operational excellence prepare

A

AWS trusted advisor, AWS cloud formation, AWS systems manager, CloudWatch, Lambda for event response, Elasticsearch service, CodeCommit

33
Q

Architect for component failure

A

Auto scaling groups, Instance auto recovery, route53 resource record sets

34
Q

Amazon EBS snapshots help minimize the RPO

A

EBS volumes are stored in AZ. Move it to s3

35
Q

WAF

A

cloudfront, api gateway, ALB