Working with Cloud infrastructure is not an easy job and takes months/years of hands-on experience to get comfortable with it. The challenge for every cloud professional is the complexity of monitoring cloud infrastructure because you need to spend hours checking if everything is operating well. However, this is about…
AWS
How to Setup Pritunl VPN with AWS SSO
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…
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…
Infrastructure-as-a-code (IaC) - We-go fully automated
At Wego we love automation. So we use lots of tools to automate and make our life easier. Following the latest DevOps trends, we decided to start using tools to automate our infrastructure. The initial decision constraint was to have a tool that is available on different public clouds. We…