Skip to content

Commit 98ba035

Browse files
committed
Improve README with updated application access details and additional deployment notes
1 parent 0f7fded commit 98ba035

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,20 @@ Nginx is configured to:
187187
* Hide internal container ports
188188
* Enable production-style deployment
189189

190-
Users access the system via:
191-
http://<EC2-public-IPv4-address>
192-
(e.g., http://13.127.148.3/)
190+
---
191+
### 🌐 Application Access
192+
193+
Users can access the deployed application using the EC2 public IPv4 address:
194+
195+
`http://<EC2-public-ipv4-address>`
196+
197+
Example:
198+
199+
`http://13.127.148.3`
200+
201+
> ⚠️ Note: The public IPv4 address of the EC2 instance is dynamic and may change when the instance is stopped and restarted.
202+
> In a production environment, this would typically be resolved by using an **Elastic IP or a custom domain with DNS mapping and HTTPS (SSL)**.
203+
193204
---
194205

195206
## 🔐 Security Considerations

0 commit comments

Comments
 (0)