Directory Service Flashcards
This deck aims to help retain concepts related to the Directory Service.
What entity, commonly present in large corporate Windows environments, stores information about users, groups, and devices, enabling administrators to manage access to information and resources?
Directory
What term is used to represent a collection of interconnected directories in a Windows environment?
Forest
What is the most commonly used proprietary directory service?
Microsoft Active Directory Domain Services (AD DS)
What is a widely used open-source directory service alternative to Microsoft Active Directory?
Samba
What AWS service provides various options for integrating Microsoft Active Directory (AD) with other AWS services?
AWS Directory Service
Is AWS Directory Service a public-facing AWS service?
No, it is a private service that operates within a VPC
Is AWS Directory Service highly available by default?
No, HA is achieved by deploying it across multiple AZs
Can an AWS EC2 instance running Windows systems be configured to join an AWS Directory Service directory?
Yes, enabling them to authenticate users, apply group policies, and access shared resources managed within the directory
What AWS services require AWS Directory Service?
- Amazon WorkSpaces: virtual desktop service
- Amazon WorkDocs: storage and collaboration service
In what three modes can AWS Directory Service operate?
- Simple AD: standalone managed directory powered by Samba 4
- Managed Microsoft AD: provides Microsoft Active Directory (AD) as a fully managed service
- AD Connector: acts as a directory gateway to redirect directory requests to an on-premises Microsoft AD
Which AWS Directory Service mode provides a standalone directory powered by Samba 4, integrates easily with EC2 and Amazon WorkSpaces, but is not intended for on-premises system integration?
Simple AD
What are the two sizes available for AWS Directory Service in Simple AD mode?
- Small: supports up to 500 users
- Large: supports up to 5000 users
Which AWS Directory Service mode is ideal for standalone directories with simple requirements, no on-premises integration, and aligns with keywords like “Samba 4” and “open-source”?
Simple AD
Which AWS Directory Service mode provides a fully managed Microsoft Active Directory implementation, supports MS AD features like SQL Server, and ensures resilience during VPN failures by allowing AWS services to access the directory?
Managed Microsoft AD
Which AWS Directory Service mode should be used when a managed directory implementation required in the cloud, with the ability to create a trust relationship between AWS and on-premises systems?
Managed Microsoft AD, with the connection established over a private network (VPN or DX)