RWRohit Wadhwaniinrohitdev.hashnode.dev·Aug 1, 2023 · 13 min readAWS copilot for beginnersIntroduction AWS Copilot is a command-line tool that helps you manage your AWS infrastructure using Python. It simplifies many tasks involved in deploying and managing applications on AWS, such as creating resources, configuring them, and rolling bac...00
RWRohit Wadhwaniinrohitdev.hashnode.dev·Jun 9, 2023 · 3 min readHow to Replicate an S3 Bucket from One Account to AnotherAmazon Simple Storage Service (S3) is a popular cloud storage service offered by Amazon Web Services (AWS). It provides developers with a scalable and reliable way to store and retrieve data. In some scenarios, you may need to replicate an S3 bucket ...00
RWRohit Wadhwaniinrohitdev.hashnode.dev·Apr 23, 2023 · 2 min readConnecting Snowflake and Python: A Quick Guide to Execute Queries and Process DataIf you're working with Snowflake, a cloud-based data warehousing platform, you might be wondering how to connect it to Python and execute queries. Luckily, the Snowflake Connector for Python makes this process easy and straightforward. In this guide,...00