AOAkeem Oyebanjiinstemtechacademy.com·Feb 28, 2024 · 2 min readIAM Roles With Custom PoliciesHow to create and attach a custom policy to an IAM role In this demo, we shall be creating IAM roles with custom policies for Amazon Elastic MapReduce (EMR). Prerequisites Before creating this, we will need 3 files titled, EMRServerlessS3AndGlueAcce...00
AOAkeem Oyebanjiinstemtechacademy.com·Feb 25, 2024 · 2 min readhow to create an Amazon S3 bucketLet’s create an Amazon S3 bucket that will be used by the Amazon EMR Serverless job. Before you begin, you must download two files, dataset_en_dev.json which is the source data to be processed and reviews.py which is the spark job script. These files...00
AOAkeem Oyebanjiinstemtechacademy.com·May 29, 2023 · 1 min readIssues with MULTIPLE AWS CLI configurationIf you are having issues with a double or multiple AWS CLI configuration, you can follow these steps to avoid the issues : Check if you have multiple AWS CLI configurations by running the command aws configure list This command will list all the ...00
AOAkeem Oyebanjiinstemtechacademy.com·Mar 3, 2023 · 5 min readHow To Containerize Your WebsiteGOALS: To pack your website into a Docker image Push your Docker image to Docker Hub Prerequisites are Must have Docker installed A website code you want to host pushed to GitHub Must have an Ubuntu 20.04 virtual machine running on any cloud p...00
AOAkeem Oyebanjiinstemtechacademy.com·Feb 14, 2023 · 3 min readKubernetes brief introKubernetes is a free-source software that allows you to place and manage containerized applications at scale. it is an Ubuntu based platform. It is used most commonly together with Docker for better control of containerized applications. Explanation ...00