Tag: AWS

Amazon DevOps Guru for Serverless

Reading Time: 9 minutes With digitalization and the cloud assuming responsibility for the development and deployment of new features in software applications, error handling is a critical activity that aids in faster deployment. Any error in the chain, from writing code to deploying to monitoring performance, can degrade customer experience, increase costs, or immediately disrupt critical services. Amazon has […]

How to easily analyze data and run different queries using Amazon Redshift Serverless without having to manage the infrastructure?

Reading Time: 9 minutes To know about what’s new in Amazon Redshift Serverless, refer to Part 1 of the blog here: What’s new in Amazon Redshift – Serverless? Hands-on In this hands-on, we will see how we can analyze data and run the different queries using Amazon Redshift Serverless without the need of managing the infrastructure using the Serverless […]

What’s new in Amazon Redshift – Serverless?

Reading Time: 6 minutes Amazon Redshift has added a slew of new features in recent months, including a game-changing one – SERVERLESS 🚀 AWS introduced the preview of Amazon Redshift Serverless last year at re:Invent 2021, a serverless option of Amazon Redshift that allows you to analyze data at any scale without having to manage data warehouse infrastructure. You […]

How to Deploy NestJS Microservices to AWS Elastic Beanstalk?

Reading Time: 7 minutes AWS Elastic Beanstalk is an AWS service on which you can deploy your application and it offers orchestration for various AWS services such as EC2, and S3 out of the box through auto-scaling, load-balancing, and capacity provisioning. All you have to do is upload your code and AWS Elastic Beanstalk does everything for you including […]

How to use AWS SSM Parameter Store in AWS Elastic Beanstalk instances?

Reading Time: 9 minutes Almost every developer makes use of environment variables. They are excellent for establishing parameters that alter depending on the system’s surroundings. Sadly, they struggle to scale. There are methods to accomplish it, but they aren’t enjoyable. Here’s why AWS can replace environment variables (or at least reduce your reliance on them). Building contemporary cloud apps […]

Data Analytics is on the Rise & Cloud is Driving it Crazy…

Reading Time: 19 minutes Interesting Facts about Data In 2020, 1.7 MB of data was created per second for every person on earth (Source: Tech Jury) In 2022, 97 zettabytes (1 zettabyte = 1000 quintillion bytes) of data will be created, captured, copied, and consumed worldwide (Source: Statista). Google Drive boasts 94.44% as the most used cloud storage service […]

How to fetch contents of JSON files stored in Amazon S3 using Express.js and AWS SDK?

Reading Time: 12 minutes A plethora of banks employ JSON for data transfer between the bank and the client servers. With the help of Amazon S3 data lakes, the banks use the data to train AI/ML models and perform advanced analytics. JSON is an open standard file format and data interchange format that stores and transmits data objects composed […]

Export datasets into CSV format using Angular with FileSaver

Reading Time: 8 minutes We all know that datasets are essential for constructing any type of AI model. This has further fueled the amount of data that businesses need to process on a daily basis. Users may now be required to download large amounts of data in order to feed it to AI models and we normally feed the […]

How to create and delete Email Templates on Amazon SES using Node.js and Postman API?

Reading Time: 13 minutes If you are developing an application that needs to send bulk emails to larger communities for trigger-based messages such as email verification or password resets, announcements like festival discounts, newsletters, or general notifications in a cost-effective, flexible, and scalable manner, then Amazon SES is the answer. Amazon SES can be used for a variety of […]

How to easily replicate existing S3 objects using S3 batch replication?

Reading Time: 10 minutes For successful corporate operations, data access is essential. However, data is frequently blocked or corrupted due to device problems, cyberattacks, and natural disasters. Businesses and IT specialists are forced to work hours to recreate and recover data that has been destroyed. Data replication is the best strategy to protect data and assure reliable data access. […]

Back To Top