AWS Quest 1 Test Flashcards

1
Q

What are some benefits of using cloud computing vs traditional on premises computing?

A

Reduced responsibility of maintenance

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

What is an availability zone comprised of?

A

One or more data centers

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

What is the root account?

A

The email address used to create the AWS account

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

What is the point of creating groups in IAM (choose 2)

A
  1. Groups can be associated with with a policy document and any users in the group will inherit those permissions
  2. Groups allow you to organize users into logical groups and apply permissions to them easily
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do people receive Simple Notification Service emails?

A

People will get an email asking them to subscribe to an SNS topic

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

What does the simple monthly calculator allow us to do? (choose 2)

A
  1. Helps customers estimate their monthly AWS bill more efficiently
  2. Calculate the potential cost savings between using different AWS services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or false: IAM roles can be used to log in to the AWS console

A

false

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

What does identity federation with AWS Cognito allow users to do?

A

Sign into services with their other accounts such as Facebook, Google, LinkedIn, etc

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

IAM is a _____ service

A

Globally scoped

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

True or False: You can apply a policy document to user groups AND organizational units

A

true

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

What’s the largest single file size that can be uploaded into S3?

A

5 GB

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

True or False: you can create two buckets with the same name

A

false

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

What are some methods of preventing accidental deletion on S3 objects? (select all that apply)

A
  1. Turning on MFA delete

2. Turning on object versioning

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

True or False: objects and buckets are not accessible to the internet by default

A

true

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

Which of the following storage gateway types supports iSCSI block storage?

A

Volume Gateways

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

Which of the following gateways are ideal for when you need low latency access to your entire dataset and asynchronously back up snapshots to S3?

A

Volume Gateway stored volumes

17
Q

What is a potential drawback of enabling object versioning?

A

New objects are created each time a new version of a file is uploaded which can lead to the amount of objects in the bucket increasing quickly

18
Q

True or false: S3 is a key-value database

A

true

19
Q

A response code ____ indicates a successful request for an object in S3

A

200

20
Q

Which of the following storage tiers is ideal for low cost storage of easily re-creatable files

A

Infrequent access storage

21
Q

Which of the following are true regarding S3 costs?

A

Data transferred into S3 from the internet is free

22
Q

True or False: Athena is an S3 querying service and Macie is a security service that uses AI to identify personally identifiable information.

A

true

23
Q

Which of the following lifecycle transitions are not allowed? (select all that apply)

A

all

24
Q

How long does it take to retrieve files from glacier using the standard retrieval option?

A

3 to 5 hours

25
Q

What does enabling CORS do for S3?

A

It allows other domains other than the host to request and receive objects