Tag: AWS

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

How to add privacy to your transcriptions with Amazon Transcribe to hide all the confidential information from the audio-fetched text? (Part 2)

Reading Time: 10 minutes Using Amazon Transcribe, AWS customers can easily add speech-to-text capabilities to their applications via an automatic speech recognition service. In short, Amazon Transcribe helps in redacting all the Personally Identifiable Information (PII) instead of doing it manually which is a very tedious effort. A transcription job helps to analyze the audio files that contain voice […]

How to add privacy to your transcriptions with Amazon Transcribe to hide all the confidential information from the audio-fetched text? (Part1)

Reading Time: 6 minutes One of the most difficult challenges in computer science is teaching a computer to understand human language. Although in today’s technological world, speech-to-text looks to be a simple procedure, it takes a number of language models and algorithms to attain near-perfect accuracy Automatic speech recognition (ASR) and machine translation (MT) have made great progress in […]

How to perform an Amazon Aurora Database deployment that replicates data and spans across multiple AWS regions?

Reading Time: 9 minutes Amazon Web Services provides us with the flexibility of managing the data in the databases with ease. The flexibility is thus provided by an AWS Service called Amazon Aurora. An Amazon Aurora cluster contains one or more DB instances and a cluster volume that helps us manage the data for those DB instances. A cluster […]

Back To Top