AWS Architecture Patterns Flashcards

1
Q

I need to provide my web instances with an instance type of spot, on-demand, reserved. My web instances are in three availability zones and an autoscaling group, what is my best option?

A

Select spot, spot instances can get taken back by aAWSws, but as instances are in a scale group they will be replaced. Spot instances can be near half the price.

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

When using autoscaling and web instances, what instances should I use?

A

Spot, they are the lowest cost and as they are in a scale group thye will be replaced.

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

I am creating a mobile app for a celeb, we believe this will have huge usage and be very popular, what AWS components should I use and why?

A

Cognito: sign up and access control for mobile app
Dynamodb: for huge semi-structured data
S3: static content
CloudFront: large scale distribution of static content.

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

When talking about RPO of 15min,, if a disaster occurred at 5 pm, what is acceptable data loss windows?

A

4.45 - 5pm

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

I need to analyze clickstream data, what is my bets architecture?

A

Kinesis and a Kinesis worker.

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

I have an on-prem datacentre connected to AWS via direct connect, I am using ISCSI storage array and ab beginning to run out of storage space and have to do something, what AWS options do I have?

A

You can use the Storage GW to create ISCSI volume storage.

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