Skip to content

Commit 122b5b8

Browse files
Noah Boyersclaude
andcommitted
docs: add prominent AWS-opinionated warning at top of README
Add clear IMPORTANT callout at the beginning of the README to emphasize that this infrastructure is exclusively designed for AWS and uses AWS-specific services throughout (EKS, Aurora Serverless v2, VPC, Route53, ACM, etc.). This makes it immediately clear to readers that while Coder is cloud-agnostic, this particular deployment requires AWS and cannot be easily adapted to other cloud providers without significant changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 636cc2a commit 122b5b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Welcome to the Coder Demo Environment's Github repository!
44

55
This project powers ["coderdemo.io"](https://coderdemo.io), a production-grade, multi-region demonstration environment showcasing Coder's cloud development capabilities, workspace proxies, and global deployment patterns.
66

7+
> [!IMPORTANT]
8+
> **This infrastructure is HEAVILY AWS-opinionated.**
9+
>
10+
> This repository uses AWS-specific services and patterns throughout (EKS, Aurora Serverless v2, VPC, Route53, ACM, etc.). While Coder itself is cloud-agnostic, this particular deployment is designed exclusively for AWS. If you're deploying on GCP, Azure, or other cloud providers, you'll need to significantly adapt the infrastructure code.
11+
712
---
813

914
## Getting Started

0 commit comments

Comments
 (0)