Cloud Computing Tutorials

Cloud computing is a technique which involves providing on demand services to access the applications over the internet. We have a comprehensive list of tutorials to build you a solid foundation in this field.

How to handle errors with boto3?

Written By: Nohman Habib   |   No Comments   |   Posted On: May 28, 2023
Boto3, a powerful Python library, lets developers interact with AWS services. However, Boto3 requires error handling knowledge. This guide covers Boto3 error handling best practises to help you build more robust and reliable applications. Understanding Boto3 Errors: Boto3, like any…

Exporting a table from Amazon RDS into a CSV file

Written By: Nohman Habib   |   No Comments   |   Posted On: May 19, 2023
AWS manages Amazon Relational Database Service (RDS). It simplifies cloud relational database setup, operation, and scaling. CSV files store tabular data (numbers and text) in plaintext. Most spreadsheets and database management systems support this tabular data format. Many businesses export…

How to Configure SSL for Amazon S3 bucket

Written By: Nohman Habib   |   No Comments   |   Posted On:
SSL encrypts client-server connections. It protects data transmission from interception and tampering. SSL for your Amazon S3 bucket improves data security, reduces data breaches, and builds user trust. Amazon S3 bucket SSL configuration is essential for these reasons: SSL encryption…

AWS S3 copy files and folders between two buckets

Written By: Nohman Habib   |   No Comments   |   Posted On: May 12, 2023
Before diving into the process, let’s quickly go over the requirements. To copy files and folders between AWS S3 buckets, you’ll need: AWS Account: Ensure you have an active AWS account with appropriate access permissions to both the source and…

How to specify credentials when connecting to boto3 S3?

Written By: Nohman Habib   |   No Comments   |   Posted On:
Connecting to Amazon S3 using Boto3, the AWS SDK for Python, requires valid credentials to authenticate your requests. In this article, we will explore various methods to specify credentials when connecting to Boto3 S3, ensuring secure and reliable access to

Get last modified object from S3 using AWS CLI

Written By: Nohman Habib   |   No Comments   |   Posted On: January 15, 2023
Managing large amounts of data stored in Amazon S3 can prove to be a challenge. One of the frequently performed tasks is locating the most recently updated object in an S3 bucket. This guide will demonstrate how to retrieve the…

How to load npm modules in AWS Lambda?

Written By: Nohman Habib   |   No Comments   |   Posted On: January 14, 2023
AWS Lambda is a platform for serverless computing, allowing developers to run code without managing infrastructure. It enables the use of npm packages in Lambda functions, but it’s crucial to know how to load and use them correctly for optimal…

Downloading an entire S3 bucket?

Written By: Nohman Habib   |   No Comments   |   Posted On: January 4, 2023
You can store and retrieve data in the cloud using Amazon S3, a fully managed object-based storage service. An S3 bucket is a container for S3 objects, comparable to a directory or folder on a file system. Any file type…

Top 12 Best ECM Software for Your Business

Written By: Nohman Habib   |   No Comments   |   Posted On:
Enterprise content management (ECM) software helps businesses organize and manage their content, saving time and money. Many businesses struggle with managing their content due to fragmented data management processes and a lack of digitized content, but ECM can help solve…

Reading an excel file from AWS S3 using Python?

Written By: Nohman Habib   |   No Comments   |   Posted On:
To read and load an Excel file from AWS S3 using Python, you basically need two libraries, boto3 and pandas along with Amazon S3 API to extract and accumulate the data contained inside an excel file. Boto3 is the Amazon…

ABOUT CODINGACE

My name is Nohman Habib and I am a web developer with over 10 years of experience, programming in Joomla, Wordpress, WHMCS, vTiger and Hybrid Apps. My plan to start codingace.com is to share my experience and expertise with others. Here my basic area of focus is to post tutorials primarily on Joomla development, HTML5, CSS3 and PHP.

Nohman Habib

CEO: codingace.com

Request a Quote









PHP Code Snippets Powered By : XYZScripts.com