Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ Planned hardening should remain tied to production-relevant gaps.

Credible next improvements include:

- immutable image tags instead of deploying `latest`
- extend immutable image tagging consistently across manual and Terraform-driven deployment paths
- HTTPS listener with ACM certificate
- optional HTTP-to-HTTPS redirect
- private ECS task networking without public task IPs
Expand Down
2 changes: 1 addition & 1 deletion docs/TRACKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Good next candidates:

- document the AWS smoke-test workflow clearly without exposing raw keys or account-specific sensitive values
- keep README, tracker, and AWS deployment docs aligned with the implemented runtime
- move from `latest` image deployments to immutable image tags
- extend immutable image tagging consistently across manual and Terraform-driven deployment paths
- add HTTPS/ACM support for the ALB
- add private ECS task networking using NAT Gateway or VPC endpoints
- add Terraform remote state
Expand Down