Storage and Data Managment Flashcards

1
Q

What should you use to protect your S3 data from accidental deletion and to provide an easy way to revert to a previous version of a file?

A

MFA delete and versioning

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

What protection does MFA delete provide to S3?

A

It protects against accidental deletion and suspension of versioning

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

You need to ensure S3 data is encrypted in transit. How do you do this?

A

SSL and TLS is required by default

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

You need to to encrypt your S3 data and do not want to manage encryption keys. The keys should be changed frequently. What AWS service will you use?

A

S3 managed keys

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

You need to to encrypt your S3 data and do not want to manage encryption keys. Also ensure the key used is encrypted and provide an audit trail to see when the key is used. What AWS service will you use?

A

AWS Key mgmt service, Managed Keys

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

What is included in the PUT request header if the file is required to be encrypted at upload time?

A

x-amz-server-side-encryption :AES256 or :ams:kms

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

How do you ensure S3 put requests are encrypted?

A

Use a bucket policy that denies any S3 PUT that does not include x-amz-server-side-encryption

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

What is the default setting for root volume EBS retention?

A

Delete on termination

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

An instance is created. After creation you realize you did not change the default for the instance store root volume retention to ensure the volume is not deleted on instance termination. How can this be changed?

A

You can’t . This can only be set when the instance is created

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

An instance is created. After creation you realize you did not change the default for EBS root volume retention to ensure the volume is not deleted on instance termination. How can this be changed?

A

You can’t instance store will always be deleted on termination. They cannot be retained

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

An instance is created. You have and EBS root volume and an additional EBS volume. You terminate the instance. What happens to the EBS volumes?

A

The root volume is deleted unless the default was changed. The additional volume will always be retained

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

Can you encrypt an existing EFS filesystem?

A

No. It can only have encryption set at creation

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

Can you encrypt an existing RDS database?

A

No. It can only have encryption set at creation

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

You have an RDS DB that need to be encrypted. How do you do this?

A

Create a new RDS DB that is encrypted and migrate

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

How do you migrate an existing EBS volume that you would like to encrypt?

A

Create a snapshot
copy the snapshot and apply encryption
Restore encrypted snapshot to a new encrypted volume

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

At what point do you enable encryption on S3?

A

Anytime

17
Q

What is cloudHSM

A

harware security modules that protect keys

18
Q

What is cloudHSM

A

hardware security modules that protect keys

19
Q

You need a key mgmt solution to encrypt AWS data. multi-tenancy is not an issue

A

KMS

20
Q

You need a key mgmt solution to encrypt AWS data.

It cannot share hardware with other tenants and much use FIPS 140-2. Level 3 compliance and use asymetric.

A

CloudHSM

21
Q

What defines an AMI

A

template for root volume, OS and applications
Launch permissions
Block device mapping

22
Q

How do you use your AMI in multi regions?

A

You need to copy to the region where you require it

23
Q

What must you ensure is done to copy an AMI to another account?

A

Grant permission to the storage that backs the AMI

24
Q

Can you copy an encrypted AMI shared by another account?

A

No

25
Q

You want to copy an encrypted AMI that was shared with you. What do you do?

A

Copy the snapshot and re-encrypt

the sharing account must also share the underlying snapshot and encryption key used

26
Q

Can you copy an AMI that has an associated monthly billing?

A

No

27
Q

When should you use snowball edge?

A

When you need to move more that 100 TB and need to cluster snowballs together
Need Lambda functions and S3 compatibility

28
Q

Describe File gateway

A

NFS/SMB
network storage
Object storage
S3 backed

29
Q

Describe Volume gateway

A

iSCSI
Stored - all data stored locally and backed up to AWS
Cached - Data stored in S3 and frequently accessed data is stored locally

30
Q

What service can be used to query S3 data using standard SQL?

A

Athena

31
Q

You need to generate a business report on S3 data and analyze usage costs. What service can fulfill this?

A

Athena

32
Q

In addition to choosing the correct EBS volume type for your specific task, what else can be done to increase the performance of your volume? (Choose 3)

A

Ensure that your EC2 instances are types that can be optimized for use with EBS

Stripe volumes together in a RAID 0 configuration.

Schedule snapshots of HDD based volumes for periods of low use