wrong answers Flashcards

1
Q

How to control traffic between EC2 network interface and Transit Gateway

A

Apply NACL rules between instances in the subnets and Transit gateway associations to control traffic

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

When creating site-to-site VPN connections in AWS console, which of the following can you configure for the tunnels?

A

The encryption algorithms used by the tunnels

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

How can you grant access to files in a bucket that are not owned by the user that created the bucket policy?

A

An object access control list

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

What aws services require Gateway VPC endpoints

A

S3 and DynamoDB

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

How to make REST APIs private

A

use the aws:SourceVpce condition in your api gateway resource policy to restrict acces to only your vpc endpoint

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

what is needed to access internet after putting instance in public subnet

A

internet gateway and routes for 0.0.0.0/0

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

What saves more, compute savings plan or EC2 savings plan

A

EC2 savings plan (can save up to 72%)

computer saving plan maximum reduction is 66%

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

What services require Interface VPC endpoint (not gateway)

A

everything except S3 and DynamoDB

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

what is the maximum time automated snapshots are stored?

A

35 days

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

What is retrieval time of s3 glacier deep archive

A

12 hours

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

What is retrieval time of s3 glacier

A

minutes to hours (few hours)

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

what is retrieval time of s3 glacier expedited retrieval

A

1-5 minutes

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

How does glacier select to selective retrieval?

A

filtering directly against glacier object using standard SQL statements for CSV JSON or Parquet files. (only CVS and JSON for GZIP or BZIP2 objects)

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

What AWS Kinesis feature can upload data to AWS redshift?

A

AWS Kinesis Firehose

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

What is AWS redshift?

A

AWS redshift is a managed cloud data warehouse product.

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

Are very diverse partition keys good or bad for DynamoDB preformance

A

Good

17
Q

Does AWS Storage Gateway cached volume provide low latency to entire dataset?

A

No. Storage Gateway Stored volume does

18
Q

What does AWS fargate do?

A

serverless docker containers

19
Q

What kind of consistency does s3 have?

A

strong read after write for puts and deletes

20
Q

What does long polling do for SQS queue

A

it waits for a message to be avalible before sending a response to the polling. This cuts down requests a bit

21
Q

Does IAM “profile” exist

A

No

22
Q

What do cross account IAM roles do?

A

securely grant resources to third party, like APN partner

23
Q

What performance mode for EFS is best for serving content to users with low latency?

A

General purpose performance mode