All posts by Seecoding Technologies
We’ll explore how to check wether a specific key (object) or multiple keys exists without looping through the whole S3 bucket using Boto3 in Python.
Get the public ip address of your EC2 instance quickly
In this guide, we’ll explore how to list public and private IP Addresses of your EC2 instances using the AWS Command Line Interface (CLI).
How to set an absolute path in JavaScript
Here are the steps on how to configure JavaScript to make use of absolute paths including an explanation of what an absolute path is.
How to write a file or data to S3 using Python Boto3
In this guide, we’ll explore 3 ways on how to write files or data to an Amazon S3 Bucket using Python’s Boto3 library.
How to Use Inner Blocks in Gutenberg
In the previous article, we built a carousel block where we allow uploading multiple images using the MediaUpload component. Though it works perfectly it has…
The post How to Use Inner Blocks in Gutenberg appeared first on Artisans Web.
Easily verify your credentials and its permissions using the AWS CLI
In this blog post you’ll learn how to identify your current IAM user or role and then use that information to list all the permissions that have been granted.
How to upgrade the AWS CLI to the latest version
This guide will walk you through the process of upgrading your AWS CLI to the latest version, without using Python pip for the installation and update.
How to assume an IAM role in AWS – Simplest method
In this blog post we will dive deeper in one of the easiest methods to assume an IAM role and show you how you can open AWS STS sessions in the AWS CLI and AWS Console.
How to Build Carousel Block for Gutenberg
In the previous article, I created a block that allows uploading multiple images using the MediaUpload component. This block is displaying uploaded images as it…
The post How to Build Carousel Block for Gutenberg appeared first on Artisans Web.
Designing a Multi-Principal IAM Role using AWS CDK
In this blog post, we will walk you through creating an IAM role that utilizes multiple principals using the AWS CDK.