Primer: File Gateway Flashcards

1
Q

on premise architecture of File Gateway system

A

client(File share, File gateway appliance)
File share first checks cache.
Else, retrieves from S3

Retrieve from S3 by: NFS mount point, or SMB

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

gateway region

A

selected on setup
sets where gateway is
however, gateway can connect to any region (connect to regions where s3 buckets are)

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

once gateway exists, what happens when you mount a file share to that gateway

A

each file share is mapped a single s3 bucket
bucket contents are then reachable thru the local file share
one to one mapping between files and objects
bucket objects appear as file, files appear as objects
bucket object key is path

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

what happens when creating a file in a file share (in a storage gateway file share)

A

creates an identically named object in the corresponding s3 bucket

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

S3 storage classes

A
  1. Standard; for frequently accessed data
  2. Standard-IA; long-lived, infrequently accessed
  3. One Zone-IA; long-lived, infrequently accessed + non-critical data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

file gateway virtual machine connection types to AWS cloud

A

standard internet (e.g. HTTPS)
AWS Direct Connect (DX),
AWS VPN

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

AWS Direct Connect (DX)

A

a connection type between file gateway vm and AWS cloud.

https://aws.amazon.com/directconnect/

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

AWS VPN

A

a connection type between file gateway vm and AWS cloud.

https://aws.amazon.com/vpn/

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

steps to create file gateway

A
  1. choose type
  2. choose host platform and deploy
  3. connect to and activate the gateway
  4. configure local disks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

IAM user

A

user within an aws account with specific permissions

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

IAM group

A

group of users

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

IAM role

A

AWS identity with permission policies, but not uniquely associated with a person, but assumable by anyone for a limited time

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

File Gateway primary resource

A

file gateway

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

API operations and permissions

A
  • ActivateGateway
  • CreateNFSFileShare
  • ListFileShares
  • UpdateNFSFileShare
  • etc https://docs.aws.amazon.com/storagegateway/latest/userguide/sg-api-permissions-ref.html
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

IAM Policy

A

defines which actions are allowed for which resources

https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_understand.html

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

SMB fileshare accessing types

A

Microsoft Active Directory, Limited Access, Guest Access

17
Q

SMB security levels

A

encryption, signing, client negotiated

18
Q

encryption in transit types

A

SSL/TLS

19
Q

encryption where?

A

in transit (SSL/TLS), file share, s3 bucket

20
Q

CloudWatch and fileshares

A

tracks gateway metrics; eg read + write bytes

https://docs.aws.amazon.com/storagegateway/latest/userguide/monitoring-file-gateway.html

21
Q

CacheHitPercent

A

how many of read operations are coming out of cache

22
Q

CachePercentDirty

A

data written to cache, but not uploaded

23
Q

metrics to determine network problems

A

writing bytes (WriteBytes), but CachePercentDirty climbing with low CloudBytesUploaded

24
Q

CloudTrail function

A

logs API calls

25
Q

use cases

A

online content repo, hybrid backup, big data + ML, vertical industry apps, distant collab

26
Q

online content repo

A

store files on AWS

27
Q

hybrid backup

A

backups stored on cloud; transition backup jobs to cloud; scripts to write to SMB, cascade to Gateway, S3 storage options

28
Q

big data + ML

A

move data in Amazon S3, then use in other BD + ML tools

29
Q

vertical industry

A

allows distribution of large specialized files; with durable archivable options

30
Q

distant collab

A

across region; one region write to GWy, S3 replicate to other region, other region GWy read