Migrating your data in a SQL database to an S3 bucket in Parquet file is very easy with Apache Spark, follow this step by step article to understand the process.
Continue readingTag: AWS
Finding IAM role used by a POD
When using EKS (Kubernetes on AWS) a pod might be attached to a IAM role which provides permissions over other AWS services (S3 buckets, EC2 instances, RDS, etc). Finding which is that IAM role is very easy…
Continue reading