Category: AWS Cloud Computing

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 […]

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. […]

How to manage backups for Amazon DocumentDB cluster (with MongoDB compatibility) using AWS Backup?

Reading Time: 8 minutes Amazon DocumentDB (with MongoDB compatibility) cluster backups are now supported by AWS Backup, expanding the list of AWS features that are supported across compute, storage, and database. With this release, you’ll be able to maintain and restore backups for the Amazon DocumentDB database clusters via the AWS Backup service all at one place. You can […]

Create Redshift Clusters And Query Data

Reading Time: 11 minutes Data has become such a crucial asset to businesses in today’s environment. Almost every significant company has created a data warehouse for reporting and analytics. Utilizing information from a range of sources most data warehousing systems are difficult to set up, cost millions of dollars in initial software and hardware costs, and take months to […]

Create and run web app on ECS using AWS Fargate

Reading Time: 11 minutes AWS Fargate is an Amazon ECS solution that allows you to run containers without managing servers or clusters. You no longer need to provision, configure, or scale clusters of virtual machines to run containers with AWS Fargate. This eliminates the need to select server kinds, schedule cluster scaling, or optimize cluster packing. You don’t have […]

How to build ML models to generate accurate predictions without writing code using Amazon SageMaker Canvas?

Reading Time: 11 minutes As a corporation deals with challenges and data on a regular basis, the capacity to design systems that can forecast business outcomes becomes critical. By automating sluggish procedures and incorporating intelligence in your IT systems, you can solve problems and move more quickly. But how can you ensure that all teams and individual decision-makers within […]

How to secure web applications using AWS WAF and AWS Shield?

Reading Time: 9 minutes The world now runs on applications, from internet banking and remote work applications to entertainment delivery and e-commerce. It’s no surprise that attackers target programs as a key target, exploiting design flaws as well as gaps in APIs, open-source code, third-party widgets, and access control. Modern cybersecurity attacks are undetectable and uncounterable by network layer […]

How to create a GameLift fleet and add a queue to accept game session requests and route them to the best fleet globally using Amazon GameLift?

Reading Time: 8 minutes MMOG (Massively Multiplayer Online Gaming) is a vast and expanding market with a diverse user base. However, while global internet access, which is required for MMOGs, has risen, there are still significant technological obstacles. It’s not easy to build sophisticated, reliable, and scalable infrastructure to offer MMOs. And, in any case, it isn’t a primary […]

How to control access to an HTTP API using JWT Authorizers via Amazon Cognito?

Reading Time: 12 minutes In this blog, we’ll look at how to secure AWS API Gateway endpoints using Cognito User Pools and a JWT authorizer. Authorizers, as described by API Gateway, are services that provide or deny API access to clients depending on a variety of parameters, including authenticated users, permissions, IP addresses, and so on. JWT Authorizers are […]

Back To Top