Day 57: Ansible PlaybooksAnsible playbooks are YAML files used to automate various IT tasks, such as configuration management, application deployment, and orchestration. They allow you to define a series of operations in a human-readable format and execute them on one or mul...Jun 14, 2024·9 min read
Day 52: Your CI/CD pipeline on AWS - Part 4 🚀 ☁What is Code Pipeline ? AWS Code Pipeline is a continuous integration and continuous delivery (CI/CD) service provided by Amazon Web Services (AWS). It automates the process of building, testing, and deploying code changes to infrastructure on AWS. H...May 9, 2024·6 min read
Day 51: Your CI/CD pipeline on AWS - Part 3 🚀 ☁What is CodeDeploy ? AWS CodeDeploy is a service that automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises. It makes the process of releasing new features, updates, and bug fixes smoother and mo...May 7, 2024·6 min read
Day 50: Your CI/CD pipeline on AWS - Part 2 🚀 ☁What is Code Build ? 🏗️ CodeBuild is like having a construction crew 🚧 for your software projects. It's an AWS service that helps you build and test your code automatically. 🤖 You simply provide your source code 📦, and CodeBuild takes care of com...May 7, 2024·5 min read
Day 49: Your CI/CD pipeline on AWS - Part-1 🚀 ☁What if I tell you, in next 4 days, you'll be making a CI/CD pipeline on AWS with these tools. CodeCommit CodeBuild CodeDeploy CodePipeline S3 What is Code Commit ? WS CodeCommit is a fully-managed source control service that makes it easy for...May 7, 2024·4 min read
Day 48 Top AWS Interview Questions and Answers for 20241. Differentiate between on-demand instances and spot instances. Spot Instances are spare unused Elastic Compute Cloud (EC2) instances that one can bid for. Once the bid exceeds the existing spot price (which changes in real-time based on demand and ...Apr 23, 2024·13 min read
Day 47 - INTERVIEW QUESTIONS ON AWSName 5 AWS services you have used and their use cases: Amazon EC2: Used for scalable computing capacity, great for hosting web applications, running backend servers, or for general-purpose computing. Amazon S3: Ideal for storing and retrieving larg...Apr 22, 2024·20 min read