[PR #52] [MERGED] Easy AWS cloud deployment for private instances via CloudFormation template #3181

Closed
opened 2026-02-22 18:33:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/52
Author: @timothycarambat
Created: 6/14/2023
Status: Merged
Merged: 6/14/2023
Merged by: @timothycarambat

Base: masterHead: cloud-deploy


📝 Commits (8)

📊 Changes

11 files changed (+382 additions, -2 deletions)

View changed files

📝 .gitignore (+1 -0)
aws/cloudformation/DEPLOY.md (+54 -0)
aws/cloudformation/cf_template.template (+244 -0)
aws/cloudformation/generate.mjs (+56 -0)
📝 docker/Dockerfile (+12 -0)
📝 docker/docker-compose.yml (+1 -0)
images/screenshots/cf_outputs.png (+0 -0)
images/screenshots/create_stack.png (+0 -0)
images/screenshots/upload.png (+0 -0)
📝 package.json (+6 -2)
yarn.lock (+8 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/52 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/14/2023 **Status:** ✅ Merged **Merged:** 6/14/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `cloud-deploy` --- ### 📝 Commits (8) - [`c326faf`](https://github.com/Mintplex-Labs/anything-llm/commit/c326faf469dc387db50ab5c283bd49b3239db97f) wip - [`23e6eca`](https://github.com/Mintplex-Labs/anything-llm/commit/23e6eca643a4136ffa073303f4123688ce02d3a2) fix file ref - [`bd58d3d`](https://github.com/Mintplex-Labs/anything-llm/commit/bd58d3d76a1709983754ef5ca4dadbf0acf822d9) update dockerfile - [`fc5d87d`](https://github.com/Mintplex-Labs/anything-llm/commit/fc5d87dce1dedfa6557e741c4c32bf1f65b736d2) mute chown - [`428aa9f`](https://github.com/Mintplex-Labs/anything-llm/commit/428aa9f4577614899e245b6ea89023e2f7bdd92d) add build script for AWS CF template construction - [`7458fe7`](https://github.com/Mintplex-Labs/anything-llm/commit/7458fe73fa1e50fa1bee0713ae37048bbe9389ad) merge with master - [`964debd`](https://github.com/Mintplex-Labs/anything-llm/commit/964debd23a624fed39ad4fbe3c6949d1a853e933) move aws stuff into its own folder - [`ae9065e`](https://github.com/Mintplex-Labs/anything-llm/commit/ae9065e67e62ebd6bd15519c57a9e897e3ca2b1c) edit readme ### 📊 Changes **11 files changed** (+382 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `aws/cloudformation/DEPLOY.md` (+54 -0) ➕ `aws/cloudformation/cf_template.template` (+244 -0) ➕ `aws/cloudformation/generate.mjs` (+56 -0) 📝 `docker/Dockerfile` (+12 -0) 📝 `docker/docker-compose.yml` (+1 -0) ➕ `images/screenshots/cf_outputs.png` (+0 -0) ➕ `images/screenshots/create_stack.png` (+0 -0) ➕ `images/screenshots/upload.png` (+0 -0) 📝 `package.json` (+6 -2) ➕ `yarn.lock` (+8 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:13 -05:00
yindo closed this issue 2026-02-22 18:33:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3181