Understanding AWS Config | Day 25Introduction AWS Config is a service provided by Amazon Web Services (AWS) that helps us assess, audit, and monitor the configuration of our AWS resources. It enables us to track changes to our resources and their compliance with our desired designs,...Nov 1, 2023·3 min read
A Project in AWS Cost Optimization With Lambda Function.Introduction The major point the organization moving to the cloud from maintaining their data centers is the leverage that they should not have to waste their money and time in maintaining the server themselves. But while moving to the Cloud the bill...Oct 13, 2023·5 min read
Understanding AWS Lambda Function | Day 17Introduction AWS lambda is the compute service just like ec2 that will let our application run without managing the servers. Lambda is AWS's serverless computing platform. About Lambda will set up all the required administration work like setting up ...Oct 11, 2023·3 min read
Understanding AWS Cloud Watch | Day 16Introduction Cloud Watch is one of the powerful services of AWS that is used for Controlling the AWS services through Monitoring, Alerting, Reporting, and logging the AWS different services. Cloud Watch displays the different matrices automatically a...Oct 10, 2023·3 min read
AWS CI-CD Project using Github, CodePipeline, CodeBuild, and CodeDeploy. Days 14 & 15Introduction In the journey of learning AWS CI-CD practices for a couple of days, I learned about the code build, code pipeline, and code deploy and created the project following the AWS CI-CD best practices. Here is the step I followed to build the ...Jul 28, 2023·4 min read
AWS CI/CD Mastery: Understanding CodePipeline || Day 13Introduction In the journey of learning AWS for 30 days, here on day 13, we will look after the AWS one of the CI/CD services called CodePipeline which is a continuous integration and continuous delivery (CI/CD) service provided by Amazon Web Service...Jul 22, 2023·3 min read
AWS CI/CD Mastery: Understanding CodeCommit || Day 12Introduction In the journey of learning AWS for 30 days, here on day 12, we will look after the AWS one of the widely used CI/CD services called CodeCommit. I learned about the CodeCommit a version control service that enables us to store and manage ...Jul 22, 2023·2 min read