Category: AWS Cloud Computing

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 launch EC2 Spot Instances using Amazon EC2 Auto Scaling and AWS Application Load Balancer (Part 2)?

Reading Time: 10 minutes A Spot Instance is a virtual machine that runs on spare EC2 capacity that is offered at a lower price than the On-Demand price. Spot Instances allow you to request unused EC2 instances at great discounts, allowing you to dramatically reduce your Amazon EC2 expenditures. A Spot Instance’s hourly pricing is known as a Spot […]

How to store, query, and index JSON data using AWS DocumentDB?

Reading Time: 11 minutes NoSQL databases are a great choice for many modern applications such as mobile, web, and gaming that require flexible, scalable, high-performance, and highly functional databases to provide great user experiences. In this blog, we will discuss AWS DocumentDB followed by the implementation to connect to the Amazon DocumentDB cluster from the AWS Cloud9 environment with […]

How to track AWS account activities using AWS CloudTrail (Part 1)?

Reading Time: 8 minutes Someone logged into your AWS Console and forced the shutdown of an EC2 instance, and you need to discover who did it as it was a critical instance for production, but you have no records. Here AWS CloudTrail comes to your rescue! In your AWS infrastructure, you can use AWS CloudTrail for logging, continuously monitoring, […]

How to build a ROS CI Pipeline using AWS RoboMaker and CodePipeline(Part 1)?

Reading Time: 9 minutes Robots are being used more widely in society for increasingly sophisticated functions like picking and packing, last-mile delivery, complex assembly, search and rescue, environmental monitoring, and assisted surgery. Robots are utilized for commercial logistics and consumer cleaning, distribution, and companionship in the autonomous mobile robot (AMR) and autonomous ground vehicle (AGV) industry segments. According to […]

How to install and run Docker Container on Amazon EC2 Instance (Part 1)?

Reading Time: 7 minutes The fast rise in interest and use of container-based solutions has necessitated the development of industry standards for container technology and the packaging of software code. Docker is currently one of the most well-known and widely utilized container engines on the market. Docker was launched in 2013 by a company called Dotcloud, Inc which was […]

Back To Top