#Day51:-Your CI/CD pipeline on AWS - Part 2 ๐ โOn your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit. Next few days you'll learn these tools/services: CodeBuild CodeDeploy CodePipeline S3 What is Code Build ? AWS Code Build is a fully managed buil...Mar 21, 2024ยท3 min read
#Day 46:-Set up CloudWatch alarms and SNS topic in AWSWhat is Amazon CloudWatch? Your Amazon Web Services (AWS) resources and the AWS apps you use are continuously monitored by Amazon CloudWatch. Metrics, which are variables you can monitor for your resources and applications, can be gathered and tracke...Mar 12, 2024ยท3 min read
#Day45:-Deploy Word press website on AWSWordPress serves as the content management system (CMS) for more than 30% of all websites on the internet. It may be used to manage e-commerce sites, discussion boards, and many other well-known things, but blogs are where it is most frequently utili...Mar 11, 2024ยท5 min read
#Day 44:-Relational Database Service in AWSAmazon Relational Database Service (Amazon RDS) is a collection of managed services that makes it simple to set up, operate, and scale databases in the cloud Amazon RDS Amazon Relational Database Service (Amazon RDS) is a collection of managed servic...Mar 10, 2024ยท2 min read
#Day43:-S3 Programmatic access with AWS-CLI ๐ป ๐S3 Amazon Simple Storage Service (Amazon S3) is an object storage service that provides a secure and scalable way to store and access data on the cloud. It is designed for storing any kind of data, such as text files, images, videos, backups, and mor...Mar 8, 2024ยท5 min read
#Day42:-IAM Programmatic access and AWS CLI ๐ โIAM Programmatic access This is the feature of AWS that allows to access AWS resources without entering the AWS console. To access your AWS account from a terminal or system, you can use AWS Access keys and AWS Secret Access keys. Programmatic access...Mar 7, 2024ยท2 min read
#Day41:-Setting up an Application Load Balancer with AWS EC2 ๐ โHi, I hope you had a great day yesterday learning about the launch template and instances in EC2. Today, we are going to dive into one of the most important concepts in EC2: Load Balancing. What is Load Balancing? Load balancing is the distribution o...Mar 6, 2024ยท4 min read