Tag: Cloud

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

How can we deploy AWS resources with ease using AWS CloudFormation templates?

Reading Time: 11 minutes Ever imagined how difficult it can be to manage your infrastructure on AWS with many services created? It can be pretty challenging and at times can be pretty time-consuming too. We will have to start focusing more on managing the infrastructure rather than focusing on developing applications. To solve this problem, AWS provides an amazing […]

How to log, view and analyze network traffic flows using VPC Flow Logs?

Reading Time: 14 minutes Troubleshooting, connectivity, and security issues are always important tasks and require expertise to do these tasks. We can identify latency with the use of Flow Logs, which will allow us to immediately resolve/tweak application performance issues without affecting end users. Each inbound and outbound traffic will be logged using Flow Logs, allowing us to analyze […]

Back To Top