Day 54: Understanding Infrastructure as Code and Configuration ManagementIntroduction of IaC:- Infrastructure as Code (IaC) tools allow you to manage infrastructure with configuration files rather than through a graphical user interface. IaC allows you to build, change, and manage your infrastructure in a safe, consistent...Jun 28, 2023路3 min read
Day 49: INTERVIEW QUESTIONS ON AWSName 5 aws services you have used and what are the use cases? What are the tools used to send logs to the cloud environment? What are IAM Roles? How do you create /manage them? How to upgrade or downgrade a system with zero downtime? What is infr...Jun 14, 2023路1 min read
Day 48: ECS-Elastic Container ServiceWhat is ECS? ECS (Elastic Container Service) is a fully-managed container orchestration service provided by Amazon Web Services (AWS). It allows you to run and manage Docker containers on a cluster of virtual machines (EC2 instances) without having ...Jun 14, 2023路4 min read
Day 46: Set up CloudWatch alarms and SNS topics in AWSWhat is Amazon CloudWatch? Amazon Simple Notification Service is a notification service provided as part of Amazon Web Services since 2010. It provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users. What i...Jun 13, 2023路2 min read
Day 45: Deploy WordPress website on AWSOver 30% of all websites on the internet use WordPress as their content management system (CMS). It is most often used to run blogs, but it can also be used to run e-commerce sites, message boards, and many other popular things. This guide will show ...Jun 13, 2023路4 min read
Day 44: Relational Database Service in AWSRelational Database Amazon 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. Task-01 Create a Free tier RDS instance of MySQL 1. Go to the Amazo...Jun 13, 2023路3 min read
Day 43: 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...Jun 13, 2023路4 min read