mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
#29482 [Migrate to the AWS SDK for Go v2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/migrate-gosdk.html) documents how to migrate codebases. QA on features that use AWS SDK Go: - Bootstrap package: - upload: ✅ - download: ✅ - cleanup: ✅ - Software (upload, download, installation, etc.) ✅ - Cloudfront: Luckly, this feature was already using aws-sdk-go-v2. - Carves ✅ - Logging: - Firehose ✅ - Kinesis ✅ - Lambda ✅ (tested result logs to a lambda function on our AWS Dogfood account) - Email: - Amazon SES TODO ⚠️ (this is what Dogfood uses and a few customers) - We cannot easily test locally, we can use dogfood or load testing (AWS) environments. --- - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [ ] Manual QA for all new/changed functionality |
||
|---|---|---|
| .. | ||
| mdm | ||
| orchestration | ||
| software | ||
| README.md | ||
Fleet product groups
Fleet is organized into three main product groups:
MDM
The MDM product group focuses on Mobile Device Management, including:
- Apple MDM (macOS, iOS)
- Windows MDM
- Android MDM
- End user authentication
- Disk encryption
- Automated device enrollment
Orchestration
The Orchestration product group focuses on device orchestration using osquery, including:
- Live queries
- Scheduled queries
- Query packs
- Host vitals
- Teams and access control
- File carving
- Policies
- Scripts
Software
The Software product group focuses on software management, including:
- Software inventory
- Vulnerability management
- Software installation
- Software updates
- Software policies
- Fleet-maintained apps
Cross-Product Documentation
Some documentation applies to multiple product groups:
- Architecture - High-level architecture documentation
- Guides - How-to guides for common tasks
- Workflows - Development workflows
- Reference - API reference, configuration, etc.