We are going to integrate Azure AD as a federated identity provider (IdP) in AWS Cognito user pool that provides a single sign-on (SSO) option for our Grafana users. Continue reading
Category Archives: AWS
How to Mount an AWS S3 Bucket Locally on Linux Using Mountpoint
The day has finally come. Mountpoint for Amazon S3 is now generally available. Probably the most anticipated headline since ChatGPT. Continue reading
Backup Kubernetes Cluster Resources to AWS S3 with Velero
We will install Velero to backup and restore Kubernetes cluster resources to AWS S3. Continue reading
AWS EKS AccessDenied: The aws-auth ConfigMap in your cluster is invalid
Deleting a managed node group from AWS EKS. Continue reading
Configure AWS NAT Gateway for Lambda Functions to Access Public SQS Queues from VPC
AWS Lambda function times out when trying to reach an SQS service from inside a VPC. Continue reading
Configure AWS IAM User Account to Send Emails via SES by Using AWS CLI
Install AWS CLI, create a new AWS IAM user for SES, configure and add SES user policy, create user’s IAM access keys, obtain SES SMTP credentials by converting AWS IAM credentials, configure SSMTP and send a test email. Continue reading
Amazon SES SMTP Outbound Email Configuration with SSMTP on Debian
Configure SSMTP to send emails via Amazon SES. Continue reading
Convert IAM Secret Access Key to SES SMTP Password in Bash
Obtaining Amazon SES SMTP credentials by converting AWS credentials in Bash. Continue reading
Migrate MySQL RDS Instance from One AWS Account to Another
We need to migrate a MySQL v5.6 RDS instance from one AWS account to another AWS account. Continue reading
Amazon Elastic Load Balancer on a root Domain (Route53)
Special “Alias” entry on the Route 53 DNS service allows AWS users to set their root domain to return the “A” record associated with the Elastic Load Balancer (ELB). Continue reading