https://github.com/device-management-toolkit/cloud-deployment
Open AMT Cloud Toolkit offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.
https://github.com/device-management-toolkit/cloud-deployment
active-management-technology amt intel out-of-band remote-management vpro
Last synced: 8 months ago
JSON representation
Open AMT Cloud Toolkit offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.
- Host: GitHub
- URL: https://github.com/device-management-toolkit/cloud-deployment
- Owner: device-management-toolkit
- License: apache-2.0
- Created: 2020-12-01T21:26:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T03:34:10.000Z (8 months ago)
- Last Synced: 2025-02-14T04:28:27.301Z (8 months ago)
- Topics: active-management-technology, amt, intel, out-of-band, remote-management, vpro
- Language: Mustache
- Homepage: https://device-management-toolkit.github.io/docs/
- Size: 1.8 MB
- Stars: 130
- Watchers: 10
- Forks: 22
- Open Issues: 20
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Device Management Toolkit (formerly known as Open AMT Cloud Toolkit)
[](https://discord.gg/DKHeUNEWVH)
> Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
Device Management Toolkit (formerly known as Open Active Management Technology Cloud Toolkit (Open AMT Cloud Toolkit)) offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.
**For detailed documentation** about the Open AMT Cloud Toolkit, see the [docs].
## Clone
**Important!** Make sure you clone this repo with the `--recursive` flag since it uses git submodules.
To clone live, in-development code (main branch):
```bash
git clone --recursive https://github.com/device-management-toolkit/open-amt-cloud-toolkit.git
```Alternatively, for steps to clone and Get Started with one of the tagged releases, [see our documentation][docs].
## Get Started
There are multiple options to quickly deploy the Open AMT Cloud Toolkit:
### Option 1: Local using Docker
The quickest and easiest option is to set up a local stack using Docker, view our [Documentation Site][docs] and click the Get Started tab for How-To steps and examples.
### Option 2: Cloud using Azure
For more experienced users, deploy the stack on Azure using the 'Deploy to Azure' button below.
> Note: This requires MPS, RPS, and Sample Web UI images to be built and accessible in a Container Image Registry such as Azure Container Registry (ACR), Docker Hub, or other options.
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fopen-amt-cloud-toolkit%2Fopen-amt-cloud-toolkit%2Fv2.5.0%2FazureDeploy.json)
Optionally, deploy from AzureCLI using the following commands:
```bash
az group create --name openamt --location eastus
az deployment group create --resource-group openamt --template-file azureDeploy.json
```Additional deployments, such as Kubernetes via Azure (AKS) or AWS (EKS), can be found in our [Documentation Site][docs].
## Additional Resources
- For detailed documentation and Getting Started, [visit the docs site][docs].
- Find a bug? Or have ideas for new features? [Open a new Issue](./issues).
- Discover a vulnerability or do you have a security concern? [See our Security policy](SECURITY.md) for our reporting process.
- Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.
[](https://discord.gg/DKHeUNEWVH)
[docs]: https://device-management-toolkit.github.io/docs