Hybrid Environment and Migration Flashcards
What is AWS Directory Service?
Directory Service is an AWS managed implementation of a directory.
In AWS Directory Service, can multiple trees can be grouped into a forest?
Yes.
What do Directories store?
Directories store objects (e.g. Users, Groups, Computers, Servers, File Shares) with a structure (domain/tree).
True/False. Directory Service runs from within a VPC.
True.
True/False. Some AWS services such as Amazon Workspaces NEED a directory in order to operate.
True.
What options are available with AWS Directory Service?
- Simple AD - An implementation of Samba 4 (compatible with basic AD functions)
- AWS Managed Microsoft AD - An actual Microsoft AD DS Implementation
- AD Connector - proxies requests back to an on-premises directory
What is AWS site-to-site VPN?
AWS Site-to-Site VPN is a hardware VPN solution which creates a highly available IPSec VPN between an AWS VPN and an external network such as a traditional on-premises network.
What is the difference between Direct Connect and VPN?
VPNs are quicker to setup than Direct Connect and encrypt data in transit, but they don’t offer the same high performance.
Can Site-to-Site VPNS provide HA?
AWS Site-to-Site VPN can be fully highly available if designed and implemented correctly.
What is the max speed of a VPN?
The AWS “speed limit” for VPNs is 1.25GB per second throughput.
What is AWS Transfer Family?
AWS Transfer Family is a secure transfer service that enables us to transfer files into and out of AWS storage services.
True/False. AWS Transfer Family does not support transferring data to or from S3 and EFS NFS file systems.
False. AWS Transfer Family SUPPORTS transferring data to or from S3 and EFS NFS file systems.
What protocols does AWS Transfer Family support?
- Secure Shell (SSH) File Transfer Protocol (SFTP)
- File Transfer Protocol Secure (FTPS)
- File Transfer Protocol (FTP)
- Applicability Statement 2 (AS2)
How are AWS Transfer Family costs calculated?
The costs associated with AWS Transfer Family are based on provisioned servers per hours and data transferred.
What is AWS DataSync?
AWS DataSync is a data transfer service that can transfer large scale data (large amounts of data or high quantity of files) to and from AWS.
How does AWS DataSync work?
DataSync keeps metadata (e.g. permissions/timestamps) and also has built in data validation so that you can confirm your data post-transfer matches the original data.
Can scheduling be used with AWS DataSync.
Yes. Schedules can be set to ensure the transfer of data occurs during or outside of specific time periods.
True/False. AWS DataSync Agents are software used to read on-premises data stores using NFS or SMB.
False. AWS DataSync Agents are software used to read OR WRITE TO on-premises data stores using NFS or SMB.
How are AWS DataSync agents deployed?
Agents run on a virtualization platform such as VMWare and communicate with AWS DataSync Endpoints.
What is AWS Direct Connect?
AWS Direct Connect links our internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable.
One end of the cable is connected to our router, while the other is connected to an AWS Direct Connect router.
What speeds can an AWS Direct Connect provide?
This physical connection can be 1, 10, or even 100GB per second (at the time of this writing).
Are AWS Direct Connects owned by AWS?
Direct Connect (DX) Locations are not owned by AWS, AWS simply has space and equipment there.
AWS Regions typically do not have multiple DX locations, and they are usually located in major data centers in metro areas.
False. AWS Regions typically HAVE multiple DX locations, and they are usually located in major data centers in metro areas.
What is IPSec in a VPN?
IPSec is a group of protocols used to set up encrypted connections between devices. You can think of it as setting up secure tunnels across otherwise insecure networks. Ipsec keeps data sent over public networks secure and is often used to set up VPNs. It works by encrypting IP packets along with authenticating the source where the packets come from.