Hello! This bog is your entry gate to the world of Robot Process Automation (RPA) and enterprise automation. You’ve probably heard people talking about RPA and automation. You’ve probably read about them. Maybe your organization started using them. Or maybe you just want to be ready for tomorrow’s work…
Category: General
Blog 2: Copy an object from one AWS S3 Bucket to another S3 Bucket using Python SDK
In this article, we are going to take a look at how to copy an object from one AWS S3 Bucket to another S3 Bucket using Boto3 python software development kit (SDK). Terminologies AWS S3 bucket An Amazon S3 bucket is a public cloud storage resource available in Amazon Web Services’ (AWS)…
Azure Cognitive Services: Implementing Computer Vision in Azure using Python
Microsoft Azure Cognitive Services is a collection of cloud-based services that enables developers to add various AI and machine learning capabilities to their applications. These capabilities include image and facial recognition, speech and language understanding, and knowledge mining, among others. With Azure Cognitive Services, developers can build applications that can…
Hosting a WordPress website using AWS LightSail
http://wordpresscloudblog.com/ Hello World, WELCOME! My blog is about WordPress. You might be wondering what’s so special about creating a WordPress site, but…..this blog will teach you “HOW TO CREATE A WORDPRESS USING AWS LIGHTSAIL.” You read that correctly! Let’s get started…..! WordPress is one of the most popular blogging platforms…
Working with DynamoDB in Python using SDK
In this blog, we will be working with DynamoDB as we will be creating a table, loading multiple data, retrieving a particular data, creating and loading single data and in the end deleting the table with the help of python SDK Boto3. Requirements: 1. Python3 –> You would have already…
List Resource groups & resources using Azure SDK for Python
A resource is an item that can be managed and is accessible through Azure. Examples of resources include virtual networks, virtual computers, storage accounts, web applications, and databases. A resource group is a container that contains connected resources. All the solution’s resources may be included in the resource group,…
Implementing AWS IAM using AWS python SDK boto3
Hey folks, you created an IAM user in the initial period in your AWS account. AWS users can be added, their rights can be managed, new policies can be made, and much more with the help of IAM (Identity & Access Management). In this article, you will learn how to…
Host a Static Website on AWS with Python and S3
Ever needed to host a simple static website? Would you like to be able to create and upload the required files to S3 and never once touch the AWS console? With the python AWS SDK (software development kit), boto3, it is easy to configure an s3 bucket to host a…
AWS EC2 Scheduled Events
step-by-step instructions for how to set up. Amazon Elastic Compute CloudAmazon Elastic Compute Cloud (EC2) is a part of Amazon.com’s cloud-computing platform, Amazon Web Services (AWS), that allows users to rent virtual computers on which to run their own computer applications. EC2 promotes scalable application deployment by offering a web…
AWS Detectives and GuardDuty (not a typo!)
Hey there! Welcome to the blog! Contents Insight on AWS Detective What is Amazon GuardDuty? Amazon GuardDuty Key Features of GuardDuty Usage Costing for Amazon GuardDuty Amazon Detection Scenario Walk Through Insight on AWS Detective AWS features a specialized security feature called as AWS Detective. It is a security feature…