Prova Flashcards

1
Q

Qual o menor e maior tempo de entrega do Kinesis Firehose?

A

O menor tempo de entrega é 60 segundos e o maior é 900 segundos?

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

Se eu utilizar 03 shards, qual será meu poder de leitura e escrita?

A

Write
3 MiB/second, 3000 Data records/second
Read
6 MiB/second

Para cada shard é adicionado 1 MiB/second, 1000 Data records/second de escrita e 2 MiB/second de leitura

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

What are the limits of SQS?

A

• Maximum of 120,000 in-flight messages being processed by
consumers
• Batch Request has a maximum of 10 messages – max 256KB
• Message content is XML, JSON, Unformatted text
• Standard queues have an unlimited TPS
• FIFO queues support up to 3,000 messages per second (using
batching)
• Max message size is 256KB (or use Extended Client)
• Data retention from 1 minute to 14 days

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

Your application on EC2 creates images thumbnails after profile photos are uploaded to Amazon S3. These thumbnails can be easily recreated, and only need to be kept for 45 days. The source images should be able to be immediately retrieved for these 45 days, and afterwards, the user can wait up to 6 hours. How would you design this?

A

• S3 source images can be on STANDARD, with a lifecycle
configuration to transition them to GLACIER after 45 days.
• S3 thumbnails can be on ONEZONE_IA, with a lifecycle
configuration to expire them (delete them) after 45 days.

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