Claude/configure tier amis 3 q mbe - #22
Open
Asadkhanrtx wants to merge 5 commits into
Open
Conversation
- tier-ami-config.json: AMI IDs for Amazon Linux 2 across 13 regions (web + app tiers), plus Aurora MySQL config reference for db tier - web-tier-userdata.sh: bootstraps Nginx + Node 16 + React build on web EC2 - app-tier-userdata.sh: bootstraps Node 16 + PM2 + writes DbConfig on app EC2 - find-ami.sh: resolves latest Amazon Linux 2 AMI for any region via SSM https://claude.ai/code/session_01JeU1JS9MBg7zouezB1o4kr
Step-by-step instructions covering DB setup (Aurora RDS + EC2 MySQL), App Tier (Node.js + PM2 + DbConfig), Web Tier (Nginx + React build), required code changes, end-to-end testing, and AMI creation for ASGs. https://claude.ai/code/session_01JeU1JS9MBg7zouezB1o4kr
Configure tier AMIs and EC2 bootstrap scripts for web, app, and db tiers
Covers Ubuntu 22.04 LTS setup for all three tiers: Aurora/EC2 MySQL DB, Node.js + PM2 App Tier, Nginx + React Web Tier. Includes apt commands, nginx sites-available config, MySQL bind-address fix, PM2 startup for ubuntu user, and a diff table comparing Ubuntu vs Amazon Linux 2. https://claude.ai/code/session_01JeU1JS9MBg7zouezB1o4kr
Author
|
tf |
Merge pull request #1 from Asadkhanrtx/claude/configure-tier-amis-3QMbe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.