
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Ashish Anand has Published 213 Articles

Ashish Anand
126 Views
Problem Statement − Use boto3 library in Python to get details of all security configuration present in AWS Glue Security.Example − Get the details of all security configuration present in AWS Glue Security.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − There ... Read More

Ashish Anand
198 Views
Problem Statement − Use boto3 library in Python to get details of a specified security configuration present in AWS Glue Security.Example − Get details of a specified security configuration (‘job-security-settings’) present in AWS Glue Security.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 ... Read More

Ashish Anand
523 Views
Problem Statement − Use boto3 library in Python to get definition of all glue jobs present in user’s AWS Glue Data catalog.Example − Get definition of all glue jobs present in AWS Glue Data catalog.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 ... Read More

Ashish Anand
498 Views
Example − Retrieve the details of bookmarked job ‘book-job’ in AWS Glue Data Catalog.Problem Statement − Use boto3 library in Python to retrieve the details of a bookmarked job in AWS Glue Data Catalog.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − ... Read More

Ashish Anand
711 Views
Problem Statement − Use boto3 library in Python to retrieve the definition of all the databases.Example − Retrieve the definition of all the databases.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − There is no parameter.Step 3 − Create an AWS session ... Read More

Ashish Anand
285 Views
Problem Statement − Use boto3 library in Python to retrieve the security configuration/encryption settings of a catalog.Example − Retrieve the security configuration/encryption settings of a catalog.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − catalog_id is the optional parameter. If it is ... Read More

Ashish Anand
296 Views
Problem Statement − Use boto3 library in Python to retrieve the metrics of a specified crawler.Example − Retrieve the metrics of a specified crawler, crawler_for_s3_file_job.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − crawler_names is the mandatory parameter. It is a list ... Read More

Ashish Anand
509 Views
Problem Statement − Use boto3 library in Python to get the details of a crawler.Example − Get the details of a crawler, crawler_for_s3_file_job.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − crawler_name is the mandatory parameter. It is a string so user ... Read More

Ashish Anand
374 Views
Problem Statement − Use boto3 library in Python to get details of all connection present in AWS Glue Data catalog.Example − Get the details of all connection definition.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − There is no parameter.Step 3 − ... Read More

Ashish Anand
1K+ Views
Problem Statement − Use boto3 library in Python to get details of a connection present in AWS Glue Data catalog.Example − Get the details of a connection definition, ‘aurora-test’.Approach/Algorithm to solve this problemStep 1 − Import boto3 and botocore exceptions to handle exceptions.Step 2 − Pass the parameter connection_name whose ... Read More