We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7fded commit 98ba035Copy full SHA for 98ba035
1 file changed
README.md
@@ -187,9 +187,20 @@ Nginx is configured to:
187
* Hide internal container ports
188
* Enable production-style deployment
189
190
-Users access the system via:
191
-http://<EC2-public-IPv4-address>
192
-(e.g., http://13.127.148.3/)
+---
+### 🌐 Application Access
+
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
204
---
205
206
## 🔐 Security Considerations
0 commit comments