learwithme.hashnode.devStep-by-Step Guide to DevSecOps Pipeline with Jenkins and Docker and SAST and DAST Tools.Prerequisites:- Hardware Requirement Minimum hardware requirements: 256 MB of RAM 1 GB of drive space (although 10 GB is a recommended minimum if running Jenkins as a Docker container) Recommended hardware configuration for a small team: 4 GB+ ...Aug 16, 2024·5 min read
learwithme.hashnode.devStep-by-Step Guide to Create AWS ECR and ECS with the help of GitHub, Docker, IAM and EC2.A. To create IAM user, Please check my Blog "How to use IAM in AWS". Now Attaching Policies to the existing user to access ECR from EC2 and with the help of Access Key and Secret Key configuring AWS CLI in EC2 Instance. 1. My IAM User Name is "EC2-to...Aug 10, 2024·5 min read
learwithme.hashnode.devGit-Lab DevSecOps pipelineShort Note on Tools: Git-Lab : GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and CI/CD pipeline features, using an open-source license. GitLab offers both self-managed and SaaS (so...Aug 5, 2024·8 min read
learwithme.hashnode.devHow to use IAM user In AWS to access EC2 and S3 bucket via CLIBrief description about the IAM. AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. It allows you to manage permissions and policies to determine who is authenticated (signed in) and aut...Aug 3, 2024·3 min read