11 Miscellaneous Topics Flashcards
What is AWS Storage Gateway?
A bridge between on-premises data and AWS storage, running as a virtual machine or hardware appliance, using common protocols like iSCSI, NFS, or SMB.
What AWS services does Storage Gateway integrate with?
EBS, S3, and Glacier.
Not EFS
What are common use cases for Storage Gateway?
Data migration to AWS, cloud storage extensions when on-premises storage is constrained, and backups.
What is Volume Gateway in AWS Storage Gateway?
A SAN that presents block storage volumes to on-premises devices using iSCSI.
What are the two operating modes of Volume Gateway?
Stored mode and Cached mode.
What does Stored mode in Volume Gateway do?
Stores all data locally on-premises and asynchronously uploads it to AWS as EBS volume snapshots in S3.
What does Cached mode in Volume Gateway do?
Stores frequently accessed data locally while keeping all data in AWS, accessible through the Storage Gateway.
How does Tape Gateway function in AWS Storage Gateway?
As a virtual tape library (VTL) that stores data in S3 or Glacier.
What does File Gateway enable in AWS Storage Gateway?
Access to files stored in S3 using NFS (Linux) or SMB (Windows).
How is File Gateway different from Volume Gateway?
File Gateway allows direct access to the S3 bucket, while Volume Gateway requires accessing S3 data via the Storage Gateway.
What caching does File Gateway provide?
Read and write caching locally to improve performance.
What happens if multiple File Gateways are used?
Files aren’t lost, and changes made by one gateway can override others’ changes.
What does the NotifyWhenUploaded
API in File Gateway do?
Uses EventBridge to notify other gateways when files have changed, so they can update their caches.
What is the difference between AWS Transfer and DataSync?
Transfer is used by applications running in the cloud. DataSync moves data in and out of the cloud
What is AWS DataSync used for?
AWS DataSync moves data between on-premises and AWS, or vice versa.
What feature ensures data integrity in AWS DataSync?
Built-in data validation ensures data integrity.
Where does the AWS DataSync Agent run?
The AWS DataSync Agent runs on-premises.
What protocols does the AWS DataSync Agent use to connect to existing storage?
The AWS DataSync Agent uses NFS or SMB protocols.
What is a Task in AWS DataSync?
A Task defines what data is being synced and includes options like traffic throttling or scheduling.
Which AWS services can AWS DataSync synchronize data to?
AWS DataSync can synchronize data to EFS, FSx, and S3.
What is AWS Direct Connect?
A physical connection into a DX location, which has a direct link to an AWS Region.
What is a dedicated connection in AWS Direct Connect?
A single physical connection assigned to a single customer.
What is a hosted connection in AWS Direct Connect?
A connection re-sold by AWS partners and shared with multiple customers.
Who installs the physical connection for AWS Direct Connect?
The customer or a third-party.
What are the costs associated with AWS Direct Connect?
A fixed hourly cost and a charge for data transfer.
Does a single AWS Direct Connect connection have redundancy?
No, a single Direct Connect connection does not have redundancy.
Who owns AWS Direct Connect locations?
They are not AWS-owned; they are typically major third-party data centers where AWS rents a cage.
What are Virtual Interfaces (VIFs) used for in AWS Direct Connect?
They are used for configuration of connections.
What is a Public VIF?
A VIF that gives access to public AWS endpoints (e.g., *.REGION.amazonaws.com).
It also gives access to Public IPs of EC2 instances etc.
What is a Private VIF?
A VIF that gives access to Private Virtual Gateways attached to VPCs.
How many VIFs can a single dedicated Direct Connect connection have?
50 public & private VIFs and 1 transit VIF.
How many VIFs can a hosted connection have?
Just one.
What is MACSec in the context of AWS Direct Connect?
A security protocol that encrypts frames, providing encryption in transit at Layer 2.
This protects the connection from the customer router to the AWS router