Tag
Ansible ad hoc commands are one-liners designed to achieve a particular task they are like quick snippets and your compact Swiss army knife …
Task-01 Installation of Ansible on AWS EC2 (Master Node) sudo apt-add-repository ppa:ansible/ansible sudo apt update sudo apt install ansib…
Task-01 Read more about IaC and Config. Management Tools Infrastructure as Code refers to the practice of managing and provisioning infra…
What is CodeDeploy? AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises inst…
What is CodeCommit? CodeCommit is a managed source control service by AWS that allows users to store, manage, and version their source code…
Name 5 aws services you have used and what are the use cases? Amazon S3 (Simple Storage Service): Amazon S3 provides scalable object storag…
What is ECS? ECS (Elastic Container Service) is a fully-managed container orchestration service provided by Amazon Web Services (AWS). It al…
Task-01 Launch an EC2 instance using the AWS Management Console and connect to it using SSH. Step1: connect to EC2 instance through SSH …
What is Amazon CloudWatch? Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-t…
Task-01 Step1: Creating a MYSQL DatabaseWith Amazon RDS Open the AWS Management Console. When the screen loads, enter RDS in the search bar…
Amazon Simple Storage Service (Amazon S3) is an object storage service that provides a secure and scalable way to store and access data on t…
IAM Programmatic access Programmatic access allows you to invoke actions on your AWS resources through an application you write in any langu…
What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource ut…
Instance Types: Amazon EC2 has a large number of instance types that are optimized for different uses. The different combinations of CPU, me…
IAM: AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. With IAM, you can ce…
Amazon Web Services is one of the most popular Cloud Providers that have a free tier too for students and Cloud enthusiasts for their Hands-…
What are Persistent Volumes in k8s? In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned b…
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively.…
What are services? In Kubernetes, a Service is an abstraction that defines a logical set of Pods and a policy by which to access them. It pr…
What are namespaces? Namespaces are the virtual environment or cluster inside a minikube Cluster.t is a way to partition resources and creat…