Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-amt-cloud-toolkit/open-amt-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.
https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit
active-management-technology amt intel out-of-band remote-management vpro
Last synced: 5 days 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/open-amt-cloud-toolkit/open-amt-cloud-toolkit
- Owner: open-amt-cloud-toolkit
- License: apache-2.0
- Created: 2020-12-01T21:26:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T20:52:20.000Z (3 months ago)
- Last Synced: 2024-08-13T21:11:45.278Z (3 months ago)
- Topics: active-management-technology, amt, intel, out-of-band, remote-management, vpro
- Language: Mustache
- Homepage: https://open-amt-cloud-toolkit.github.io/docs/
- Size: 1.77 MB
- Stars: 110
- Watchers: 10
- Forks: 20
- Open Issues: 17
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Open AMT Cloud Toolkit
[![Discord](https://img.shields.io/discord/1063200098680582154?style=for-the-badge&label=Discord&logo=discord&logoColor=white&labelColor=%235865F2&link=https%3A%2F%2Fdiscord.gg%2FDKHeUNEWVH)](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
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](https://open-amt-cloud-toolkit.github.io/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):
```
git clone --recursive https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit.git
```Alternatively, for steps to clone and Get Started with one of the tagged releases, [see our documentation](https://open-amt-cloud-toolkit.github.io/docs).
## Get Started
### There are multiple options to quickly deploy the Open AMT Cloud Toolkit:
### Local using Docker
The quickest and easiest option is to set up a local stack using Docker*, view our [Documentation Site](https://open-amt-cloud-toolkit.github.io/docs/) and click the Getting Started tab for How-To steps and examples.
### 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.[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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](https://open-amt-cloud-toolkit.github.io/docs/).
## Additional Resources
- For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit/issues).
- Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.
[![Discord Banner 1](https://discordapp.com/api/guilds/1063200098680582154/widget.png?style=banner2)](https://discord.gg/DKHeUNEWVH)