AWS

data codes through eyeglasses

Sending AWS CloudTrail logs to the S3 Bucket

Reading Time: 5 minutes Hello Readers!!! We are again back with a new exciting service of AWS i.e CloudTrail. This blog will show how to send AWS CloudTrail logs to the S3 bucket. So, before moving to the S3 bucket let’s first discuss what is AWS CloudTrail and its uses. AWS CloudTrail: AWS CloudTrail is a service by which you can track changes to your AWS resources, including Amazon Continue Reading

close up photo of programming of codes

Sending AWS CloudTrail events to CloudWatch Logs 

Reading Time: 3 minutes Hello Readers!! This blog will show how to send AWS CloudTrail events to CloudWatch logs. As we all know AWS CloudTrail records all API calls made to AWS services within an AWS account, including the identity of the user or service making the request, the time of the request, and the parameters of the request.  And AWS CloudWatch is a monitoring service provided by Amazon Continue Reading

a woman with green hair looking at the camera

How to do Lambda-Proxy Integrations

Reading Time: 4 minutes Hello Readers!! We are again back with a new topic. In this blog, we will see how to do lambda-proxy integrations. Before this, we will see what is lambda-proxy integrations and why we need them.  What are lambda-proxy integrations? AWS Lambda-proxy integration is a type of integration for Amazon API Gateway that allows a single AWS Lambda function to handle multiple HTTP requests and routes. Continue Reading

woman holding macbook

How to create, get and delete secrets in AWS Parameter Store using CLI

Reading Time: 4 minutes Hello Readers!! In this blog, we will see how to create, get and delete secrets in the AWS parameter store using CLI. In my previous blog, we have seen what is AWS Parameter store and how we can create parameters using the AWS console. Follow the below blog for more information: Prerequisites: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html Now, let’s get started with AWS CLI!! Create parameter in Parameter Continue Reading

photo of female engineer working on her workspace

Getting started with AWS Parameter Store

Reading Time: 4 minutes Hello Readers! We are again back with a new interesting service of AWS. Here we will get to know all about the AWS Parameter store. Firstly we will see what is AWS Parameter store, what are its features, and why to use this service. After that, we will see the steps of using this AWS service. Introduction to AWS Parameter store: AWS Parameter store is Continue Reading

woman coding on computer

How to setup AWS FSx for Windows File Server

Reading Time: 4 minutes Hello Readers!! In this blog, we will see how to set up AWS FSx for the windows file server. AWS FSx for Windows file server is an Amazon fully managed native Windows file system service. It can also be integrated with the rest of Amazon’s services. Therefore It is fully managed which means we no longer need to manage hardware and software. Some of its Continue Reading

woman sitting beside table while using ipad

How to create AWS Elastic File System

Reading Time: 3 minutes Hello Readers!! In this blog, we will see how to create AWS Elastic File System. So, Basically, Amazon Elastic File System is a scalable, simple, and fully managed elastic NFS file system. We can use it with both on-premises resources and cloud resources. It is used for content management with web-serving applications which will store and serve information.  Steps for creating an AWS File System: Continue Reading

view of cityscape

How to create AWS OpenSearch service domain

Reading Time: 4 minutes Hello Readers!! In this blog, we will see how we can create an AWS OpenSearch service domain. We will see what is AWS OpenSearch along with some use cases. Introduction: Amazon OpenSearch is just a successor to Amazon ElasticSearch service. AWS offers OpenSearch service to perform log analytics, real-time monitoring, visualizing up to petabytes of unstructured data, and many more.  AWS OpenSearch helps us to Continue Reading

aerial view of clouds

How to send logs to AWS OpenSearch using Logstash

Reading Time: 3 minutes Hello Readers!!! We are again back with a new blog. In this blog, we will see how we can send logs to AWS OpenSearch using Logstash. Basically, logstash is an ingestion tool that we can use for sending the data to our desired destination from any source that we want. And We will use AWS OpenSearch for analyzing the ingest data coming from logstash. Let’s Continue Reading

Data Streaming with AWS Kinesis

Reading Time: 4 minutes Data is an essential asset for modern businesses as it helps them to monitor all aspects of the business. Every second we are processing, analysing and transforming a large amount of data. So the need for handling the dynamically generating data is important. As the number, variety, and velocity of data sources grow, new architectures and technologies are needed. This is where the need for data streaming Continue Reading

Zabbix installation on Amazon EC2

Reading Time: 4 minutes Zabbix is an enterprise-class open-source distributed monitoring tool. It helps in network monitoring, server monitoring, Cloud monitoring, and many more.Around 200+ integration supported. It can collect metrics from multiple sources, detect problems instantly, get alerts, and help in data visualization. More information can be checked on the introduction blog Installation Install Zabbix server, Frontend, and Database Steps for installing the Zabbix server, Frontend, and Database Continue Reading

How to setup VPC Flow logs to S3 

Reading Time: 4 minutes Hello Readers! This blog will show how to set up VPC flow logs to S3 and CloudWatch. So, let’s see what are VPC flow logs and how to set up VPC flow logs. We can view flow logs through S3 and there are also other options like AWS Cloudwatch log groups. These flow logs play a very significant role in debugging flows also. What are Continue Reading

How to Transfer data between Amazon EC2 and S3

Reading Time: 3 minutes Hello Readers! In this blog, we will see how to transfer data between amazon ec2 and s3 buckets. Basically what we will do is we will upload files to s3 buckets by using the ec2 instance. EC2 is a computing service for AWS and S3 is an object storage service offered by AWS.  Let’s do it! Step1: Create an EC2 instance by using which you Continue Reading