I need to use a newer boto3 package for an AWS Glue Python3 shell job (Glue Version: 1.0).
The default version is very old and hence all the API's does not work
For eg pause_cluster() and resume_cluster() does not work in AWS Glue Python Shell due to this older version
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift.html
/>
Similarly for many other product features.
Additionally, we don't have to Glue internet access by security and hence need a solution based on s3 storage libraries
Which is the best way to upgrade the Python Shell as it seems the lightest weight part of our architecture
Basically, we are using python glue shell as our core workflow engine to asynchronously deisgn our pipeline through boto3 apis
AWS Glue Python Shell Upgrade Boto3 Library without Internet Access
Programing Coderfunda
October 09, 2023
No comments
Related Posts:
Jquery Checkbox check all<input type="checkbox" id="checkAll" > Check All <hr /> <input type="checkbox" id="checkItem"> I… Read More
Remove duplicates form CSV - PHP Coding Help<?php $filename = "file.csv"; $file = fopen($filename, "r"); $read = fread($file, filesize($filename)); $s… Read More
How to Import and Export CSV Files Using PHP and MySQL<?phpsession_start();error_reporting(0);include('includes/config.php');include('includes/sessionout.php');if(strlen($_SESSION['alogin'])==0) &… Read More
25 PHP Interview Questions and Answers You Must KnowHere are some PHP questions and answers for experienced developers (with some beginner concepts covered). Do you need to test a developer's PHP s… Read More
Features CodeIgniterFeatures CodeIgniterThere is a great demand for the CodeIgniter framework in PHP developers because of its features and multiple advantages. The web a… Read More
0 comments:
Post a Comment
Thanks