Devops

SpringBoot with AWS EC2, S3, and PostgreSQL

Introduction In this blog post, we’ll develop a Spring Boot application that is destined for deployment on AWS. The application will establish connections with both the S3 service and an Amazon Managed PostgreSQL database. The project adheres to best practices, ensuring that no credentials are stored in the code. Instead, IAM Roles are employed for …

SpringBoot with AWS EC2, S3, and PostgreSQL Read More »

Docker Commands Cheatsheet

CheatSheet All Docker Commands in one place Images docker image ls docker image pull hello-world docker version docker image inspect imagename docker image history imagename docker image run hello-world docker image build -t imageName . docker image history imageName docker image rm imageName docker image tag imageName jonesjalapatgithub/imageName docker login docker image push jonesjalapatgithub/imageName docker …

Docker Commands Cheatsheet Read More »

error: Content is protected !!
Scroll to Top