Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Jan 13, 2025Easiest way to recover lost PEM key of AWS EC2 Instance | *WITHOUT RESTART*I have an application running on an EC2 instance, unfortunately I have lost private file to connect to this instance and now can not shut down this VM as the requirement is to have “ZERO DOWNTIME” Step-by-Step Process: Modify Security Group to Allow...AWS
Jayson Mehrajaysonmehra.hashnode.dev·Jan 13, 2025How Learning Mentors Empower Students: Roles and ImpactIn today’s educational environment, students face a variety of challenges that can affect their academic success, emotional well-being, and personal growth. Learning mentors play a crucial role in helping students navigate these obstacles, providing ...learning mentor
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 18, 2024Configuring OIDC Provider with AWS Account to Access S3 Bucket from a Kubernetes Pod Using AWS Management ConsoleIntroduction Accessing AWS resources securely from applications running in Kubernetes is a common requirement. By using AWS IAM Roles for Service Accounts (IRSA) and OpenID Connect (OIDC), you can grant fine-grained permissions to your Kubernetes pod...10 likesAWSAWS
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Oct 7, 2024Day 23/24/25 of 40daysofkubernetes : Kubernetes RBAC ExplainedIntroduction In this blog, we will explore how we can authorize our new user (learner) to interact with cluster resources using RBAC, with hands-on examples. Let's get started. What is RBAC? Role-Based Access Control (RBAC) in Kubernetes is a method ...#40daysofkubernetes
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 3, 2024Accessing Secrets Using Cross Account Role between Two AWS Accounts.Introduction :- In the world of cloud computing, managing secrets across different #AWS accounts can be a challenging task. However, by using cross-account roles, we can simplify this process and enhance security. This blog post will guide you throug...AWS
sowmya surekha manukondaforSAP MDG | Team Blogssapmdg.hashnode.dev·Oct 2, 2024SAP MDG: How to make Roles default for Customer & Supplier Change Request TypeScenario: Process: Create a Class Method – DERIVE_DATA Code: METHOD if_mdg_bs_bp_access_handler~derive_data. DATA : lv_crtype TYPE usmd_crequest_type, lt_bp_role TYPE TABLE OF /mdgbp/_s_bp_pp_bp_role, ls_bp_role...God
linhbqforSRE Tribeblogs.sretribe.net·Sep 6, 2024ConfigMap, Secret and Role, RoleBinding and ServiceAccount replication for KubernetesThis repository contains a custom Kubernetes controller that can be used to make secrets and config maps available in multiple namespaces. Contents Deployment Using Helm Manual Usage "Role and RoleBinding replication "Push-based" replication ...rolebinding
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Sep 3, 2024Snowflake Secrets: Mastering Role Creation and User Grants via TerraformOverview :- Snowflake, a cloud-based data warehousing platform, has become increasingly popular for its scalability and flexibility. One of the key aspects of managing a Snowflake environment is setting up proper access controls through roles and use...snowflake
EniolaMercyeniolamercy.hashnode.dev·Aug 25, 2024How to Start Your Tech Journey Without Prior KnowledgeSo, you’re interested in tech but unsure where to begin. What should you do first? Hi there. My name is Eniolamercy. Consider this article a simple guide based on my personal experience to help you transition into the tech space. Everything here is w...35 likes·403 readstechnology
Dinesh Kumar Kblog.dineshcloud.in·Aug 25, 2024Ansible - RolesOne of its core features is Ansible Roles, which help in organizing playbooks and reusable components efficiently. In this post, I’ll walk you through creating a simple Ansible role to install and configure Apache. Step 1: Initialize the Ansible Role...46 readsDevOpsansible