AWS Articles

Page 5 of 16

How to get the details of a workflow using Boto3

Ashish Anand
Ashish Anand
Updated on 25-Mar-2026 431 Views

In this article, we will see how to retrieve the resource metadata of an AWS Glue workflow using Boto3. AWS Glue workflows organize and coordinate multiple jobs, crawlers, and triggers into a single unit. What is AWS Glue Workflow? An AWS Glue workflow is a collection of related jobs, crawlers, and triggers that work together to complete an ETL process. You can visualize and track the progress of the entire workflow through the AWS Glue console. Approach to Get Workflow Details Step 1: Import boto3 and botocore exceptions to handle errors. Step 2: The workflow_name ...

Read More

How to get the details of a user-defined function in a database from AWS Glue Data catalog using Boto3

Ashish Anand
Ashish Anand
Updated on 25-Mar-2026 393 Views

Let's see how a user can get the details of a specified function definition from AWS Glue Data Catalog using the Boto3 library. Problem Statement Use boto3 library in Python to get the details of a user-defined function named insert_employee_record in database employee from AWS Glue Data Catalog. Approach Step 1: Import boto3 and botocore exceptions to handle exceptions. Step 2: database_name and function_name are the required parameters. It fetches the definition of a given function in a specified database. Step 3: Create an AWS session using boto3. Make sure region_name is mentioned in the ...

Read More

How to get the details of a trigger from AWS Glue Data catalog using Boto3

Ashish Anand
Ashish Anand
Updated on 25-Mar-2026 388 Views

AWS Glue Data Catalog allows you to manage triggers for data processing workflows. Using Boto3, you can programmatically retrieve detailed information about any trigger in your account. Prerequisites Before getting trigger details, ensure you have: AWS credentials configured (via AWS CLI, IAM roles, or environment variables) Proper IAM permissions for Glue operations Boto3 library installed: pip install boto3 Approach To get trigger details from AWS Glue Data Catalog: Step 1: Import boto3 and botocore exceptions to handle errors Step 2: Create an AWS session and Glue client Step 3: Call get_trigger() ...

Read More

How to set up your python development environment on AWS?

Rajendra Dharmkar
Rajendra Dharmkar
Updated on 24-Mar-2026 506 Views

Setting up a Python development environment on AWS involves installing required tools, creating a virtual environment, and configuring AWS Elastic Beanstalk for deployment. This guide covers the complete setup process from installation to deployment. Prerequisites You need to have Python, pip, virtualenv, AWS EB CLI and a SSH client installed to set up your Python Development Environment on AWS. You can follow instructions at http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html to install these tools. Creating a Virtual Environment Once you have all tools installed, you need to set up a virtual environment so that your global packages do not get polluted. ...

Read More

How to Host Static Website Using AWS S3?

Geethanjali Gandu
Geethanjali Gandu
Updated on 22-Nov-2024 195 Views

What is Amazon S3? Amazon S3 (Simple Storage Service) is a highly scalable, secure, and durable cloud storage service offered by AWS. It allows users to store and retrieve data at any scale. S3 is widely used for storing objects such as images, videos, documents, backups, and even hosting static websites. Amazon S3 provides management features so that you can optimize, organize, and configure access to your data to meet your specific business, organizational, and compliance requirements. What is Static Website Hosting? A static website is a site with fixed content that is delivered directly to the user's browser. It ...

Read More

IoT vs. Edge Computing: What’s the difference?

Devang Delvadiya
Devang Delvadiya
Updated on 30-Oct-2024 467 Views

We live in an associated existence where more individuals are associated than at any other time in recent memory. The Internet of Things alludes to the aggregate organization of billions of actual gadgets surrounding us that are associated with the Web. These gadgets create information in unfathomable volumes, the executives and capacity of which are similarly significant. In any case, such information in their unique structure has no utilization except if dug for important data. This requires explicit area information, important experience, and the specialized ability of genuine specialists. To satisfy the rising needs of different IoT applications and administrations, ...

Read More

How is Edge Computing Revolutionizing the Cloud Computing Industry?

Devang Delvadiya
Devang Delvadiya
Updated on 21-Oct-2024 483 Views

Cloud computing has emerged as a key element of novel concepts and digital change in recent years. Consequently, companies can now use remote devices to run their apps and services. As on-premises technology is no longer necessary, scalability, dependability, and cost have all risen. However, because more people want real-time data management and more Internet of Things (IoT) gadgets are being produced, cloud computing is finding it difficult to meet these demands. As a possible solution to these problems, edge computing is gaining more and more traction. Managing data closer to its source allows businesses to improve their operations. This ...

Read More

Top Cloud Computing Platforms for Machine Learning

Priya Mishra
Priya Mishra
Updated on 08-Aug-2023 399 Views

The field of machine learning is experiencing rapid expansion, with cloud computing playing an increasingly vital role in supporting such applications. Cloud platforms present an extensive range of elements that facilitate the easy and seamless development, training, and deployment of machine learning models. In this comprehensive article, we will explore the leading cloud computing platforms used for machine learning. By meticulously comparing the distinctive features and advantages of each platform, we aim to equip us with valuable insights to help in the selection of the ideal platform that aligns with our specific requirements. Top Cloud Computing Platforms for Machine Learning ...

Read More

The Applications of AI in Retail: From Personalization to Supply Chain

Devang Delvadiya
Devang Delvadiya
Updated on 01-Aug-2023 381 Views

AI technologies are changing the way retailers operate in a more digitally connected world, from improving consumer experiences to optimizing supply chain operations. The different uses of AI in the retail industry will be examined in this article, with a focus on supply chain optimization and personalization. Utilizing AI's potential can help businesses to gather useful data, make data−driven choices, and eventually offer smooth and individualized shopping experiences to their customers. Personalization in Retail: A New Era of Customer Engagement In today's highly competitive retail climate, personalization has emerged as a crucial differentiator for drawing in and keeping customers. AI ...

Read More

The Dangerous Remedy To The Desperate Disease Of Cloud Hosting

Devang Delvadiya
Devang Delvadiya
Updated on 20-Jul-2023 182 Views

In the previous 10 years, mega web platforms were the most prominent enhancement of cultural change. With broad reception and close to boundless scale, enormous tech stages were sold as a public decent and development liberated from moral responsibilities regarding each buyer and business to profit from. The Dangerous Remedy In their urgency to safeguard their information and foundation, a few organizations have gone to a dangerous remedy: putting away information on their servers or building confidential mists. While this approach might appear consistent, it can build the gamble of cyber-attacks and information breaches. Constructing and keeping a confidential cloud ...

Read More
Showing 41–50 of 155 articles
« Prev 1 3 4 5 6 7 16 Next »
Advertisements