SEShilpi Ektainshilpi-ekta.hashnode.dev·Apr 12, 2024 · 6 min readDay 40: 90DaysOfChallengeEC2 EC2 stands for Elastic Compute Cloud, and it's a key service provided by Amazon Web Services (AWS). In simple terms, EC2 is like renting virtual computers in the cloud. The "Elastic" part means one can easily scale the computing capacity up or do...00
SEShilpi Ektainshilpi-ekta.hashnode.dev·Apr 11, 2024 · 5 min readDay 39: 90DaysOfChallengeUser data in AWS When you launch an instance in Amazon EC2, you have the option of passing user data to the instance that can be used to perform common automated configuration tasks and even run scripts after the instance starts. You can pass two typ...00
SEShilpi Ektainshilpi-ekta.hashnode.dev·Apr 10, 2024 · 4 min readDay 38: 90DaysOfChallengeAWS AWS (Amazon Web Services) is a comprehensive, most popular cloud computing platform provided by Amazon. It includes a mixture of infrastructure-as-a-service (IaaS), platform-as-a-service (PaaS) and packaged software-as-a-service (SaaS) offerings....00
SEShilpi Ektainshilpi-ekta.hashnode.dev·Apr 8, 2024 · 6 min readDay 37: 90DaysOfChallengeWhat is Kubernetes and why it is important? Kubernetes, often abbreviated as k8s, is a sophisticated container orchestration platform that manages the deployment, scaling, and operation of application containers across clusters of hosts. It is impo...00
SEShilpi Ektainshilpi-ekta.hashnode.dev·Apr 7, 2024 · 6 min readDay 36: 90DaysOfChallengeWhat are Persistent Volume? Persistent Volumes provides a way to manage and use storage in a flexible and durable manner, separate from the pods that consume it. They help ensure that data persists even when pods come and go. PVs are separate entitie...01R