Houndiohoundio.hashnode.devยทNov 7, 2024Dancing Skeletons Layered Card FreeUnleash Your Creativity with the Dancing Skeletons Layered Card As the air turns crisp and shadows lengthen, hearts brim with anticipation for the enchanting celebrations of Halloween and Dรญa de Los Muertos. What better way to channel that spirit tha...Discussstainedglass
Rahul sharmarahulsharmade.hashnode.devยทMay 9, 2024Day 53 : Understanding Infrastructure as Code and Configuration ManagementInfrastructure as Code (IaC): Infrastructure as Code (IaC) is a practice in software engineering that involves managing and provisioning computing infrastructure (e.g., servers, networks, databases) using machine-readable definition files, rather tha...Discuss#InfrastructureAsCode #IaC #ConfigurationManagement #DevOps #CloudComputing #Automation #ITInfrastructure #ContinuousIntegration #ContinuousDelivery #TechTools #CloudServices #SoftwareDevelopment #DeploymentAutomation #ITOperations #DigitalTransformation
Rahul sharmarahulsharmade.hashnode.devยทMay 9, 2024Day 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...Discuss#AWS #CodePipeline #CodeBuild #CodeDeploy #DevOps #ContinuousIntegration #ContinuousDelivery #CloudComputing #Automation #DeploymentPipeline #TechInfrastructure #SoftwareDevelopment #CI_CD #CloudServices #DeveloperTools
Rahul sharmarahulsharmade.hashnode.devยทMay 7, 2024Day 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...DiscussAWS
Rahul sharmarahulsharmade.hashnode.devยทApr 22, 2024Day 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...Discussยท371 readsaws de
Rahul sharmarahulsharmade.hashnode.devยทMar 20, 2024Day-44: Set up Cloud Watch alarms and SNS topic in AWSWhat is Amazon Cloud Watch? Amazon CloudWatch is a monitoring and observability service provided by Amazon Web Services (AWS). It allows users to collect and track metrics, monitor log files, set alarms, and automatically react to changes in AWS reso...DiscussTrainWithShubham
Rahul sharmarahulsharmade.hashnode.devยทMar 12, 2024Day 43: Deploy Wordpress website on AWSDeploying a WordPress website on AWS (Amazon Web Services) involves several steps, but I'll guide you through the basic process: Sign up for AWS: If you haven't already, create an AWS account. You'll need to provide your payment information, but AWS...Discussยท34 readsAWS
Rahul sharmarahulsharmade.hashnode.devยทMar 11, 2024Day 42: Relational Database Service in AWSAmazon Relational Database Service (RDS) is a web service provided by Amazon Web Services (AWS) that makes it easier to set up, operate, and scale a relational database in the cloud. RDS supports various database engines including MySQL, PostgreSQL, ...Discussยท1 likeTrainWithShubham
Rahul sharmarahulsharmade.hashnode.devยทFeb 28, 2024Day 39: Setting up an Application Load Balancer with AWS EC2 ๐ โSetting up an Application Load Balancer (ALB) with AWS EC2 is a great way to distribute incoming traffic across multiple EC2 instances and improve the availability and fault tolerance of your application. Here's how you can do it: ๐ง Step 1: Launch E...DiscussTrainWithShubham
Abid Moonabidmoon.hashnode.devยทDec 31, 2023Docker ScoutDocker Scout quickstart Docker CLI Docker Installation COPY # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/u...DiscussDevops