Tuesday, December 02, 2025 5 posts

✍️ ningnong
📘 Automated CI/CD Deployment Handbook Part 1: Server-Side Setup (Do this ONCE) Location: Ubuntu(EC2) Server We need to leave a script on the server that GitHub can "press" remotely. 1. ...
Read more →

📅 EC2 and Docker Volume Work Flow

EC2 Server Internal Storage
✍️ ningnong
EC2 and Docker Volume Workflow 1.The Data Flow User type "Some Text" on browser ⬇️ Spring Boot catches it and sends SQL to Postgres Container (Docker) ⬇️ Postgres writes th...
Read more →

📅 What is Amazon S3?

AWS Storage Services
✍️ ningnong
Amazon Simple Storage Service (Amazon S3) An object storage service that offers industry-leading scalability, data availability, security, and performance. Customers of all sizes and indu...
Read more →
✍️ ningnong
Volumes are persistent data stores for containers, created and managed by Docker. You can create a volume explicitly using the  docker volume create  command, or Docker can create a vo...
Read more →
✍️ ningnong
Amazon Elastic Block Store (Amazon EBS) Provide scalable, high-performance block storage resources that can be used with Amazon Elastic Compute Cloude (Amazon EC2) instances EC2 Volume is a...
Read more →