Tag: workfall

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

How to set up a continuous deployment pipeline to deploy versions of an application on AWS Elastic Beanstalk using AWS CodePipeline (Part 2)?

Reading Time: 11 minutes AWS Elastic Beanstalk allows us to quickly deploy and manage applications without having to worry about the underlying infrastructure. One of its major benefits is that it reduces the complexity of management of the infrastructure without any restrictions thereby making it easy for developers to focus on just building the application and least worry about […]

How to set up a continuous deployment pipeline to deploy versions of an application on AWS Elastic Beanstalk using AWS CodePipeline (Part 1)?

Reading Time: 6 minutes Do you have concerns about managing and deploying web applications? With AWS Elastic Beanstalk, you can launch your full web application in just a few minutes by simply uploading the code. Starting with capacity provisioning, load balancing, auto-scaling, and application health monitoring, this service will take care of the whole deployment process for you. In […]

How to build a Web Scraper using Python?

Reading Time: 10 minutes Assume you need to extract some information from the web. For example, you need some data on Manhattan. So, what exactly do you do? You simply copy-paste material from any website into your own document. But what if you need to extract a significant volume of data from a website as soon as possible? Copying […]

Back To Top