Purpose of Pritunl VPN Data security and privacy has become more important for the business. While there are many ways to protect data, one of the most effective is to use a Virtual Private Network (VPN), such as Pritunl Client and Server VPN. Pritunl Client and Server VPN is a…
Madan Kumar
Passionate on Automation & Security in AWS.
Integrate AWS IAM Identity Center(SSO) SAML with for Amazon OpenSearch Dashboard
Amazon OpenSearch Service is an AWS-managed service that lets you run and scale OpenSearch clusters without having to worry about managing, monitoring, and maintaining your infrastructure, or having to build in-depth expertise in operating OpenSearch clusters. SAML based federation for OpenSearch & Dashboards will make use of any existing identity provider…
Access AWS Services outside AWS world using IAM Roles Anywhere
IAM access gets more complicated when we want to allow access to a client/application which needs access outside of the AWS cloud. Disadvantage in using IAM Keys * AWS keys will be a long lived credentials * Frequent rotation of IAM keys AWS IAM Roles Any where is a newly released…
Database access via AWS SSO
Every Team/Products owns a RDS(Mysql/Postgres) instance. Infra Team will use superuser account to create new application users with permissions to the databases as required. These new user accounts are not bound to any individual, so it is shared within the team and all team members use the…
Simplifying tunnel to private network
How our current ssh config looks like below and it will have multiple line of local forward to tunnel the traffic. Host pg User admin HostName 18.139.62.211 Port 22 ForwardAgent yes LocalForward localhost:6767 xxx-db.ap-southeast-1.production.org:5432 LocalForward localhost:9898 yyyy-db.ap-southeast-1.production.org:443…