AWS cost optimizationStep 1 : Firstly we have to create aws ec2 instance Step 2 : In this step we create a snapshot Then click on create snapshot Step 3 : Create a lambda function Step 4 : Then you can use below code import boto3 def lambda_handler(event, context)...Oct 9, 2023·4 min read
CICD - AWS Codecommit CodepipelineStep 1: First of all you have to select aws code build service. After that click on create build project After that in source provider select Github and click on connect to github Then click on switch to editor COPY COPY version: 0.2 #env: ...Oct 5, 2023·3 min read
ArgoCD Kubernetes Deployment - CICD PipelineStep 1 : In this step we need to create aws ec2 instance and make sure you select t2.large instance type for this project. Step 2 : In this step you need to install java(jdk) on your ec2 instance. sudo apt update sudo apt install openjdk-11-jre Ver...Oct 5, 2023·4 min read
Deploying Game App (2048) using k8s on Amazon EKSkubectl – A command line tool for working with Kubernetes clusters. For more information, see Installing or updating kubectl. eksctl – A command line tool for working with EKS clusters that automates many individual tasks. For more information, see I...Oct 4, 2023·4 min read
3-Tier architecture app deploystep 1: Download Code from GitHub git clone https://github.com/aws-samples/aws-three-tier-web-architecture-workshop.git step 2: S3 Bucket Creation Navigate to the S3 service in the AWS console and create a new S3 bucket. 2.Give it a unique name, ...Oct 4, 2023·23 min read
2-tier application - aws using terraformDeploy a 2 -tier application on aws using terraform Step 1: The provider.tf file in Terraform tells Terraform which cloud provider (like AWS, Azure, Google Cloud, etc.) you want to use for your infrastructure. It's like picking a toolbox for a specif...Oct 3, 2023·15 min read
CI CD Pipeline - Host A Static WebsiteStep 1: Firstly create aws s3 bucket Step 2: Then go to the properties section and scroll down to the static website hosting section and then click on edit. Then click on save changes Step 3: Then upload your index.html and styles.css file in aw...Oct 3, 2023·4 min read