AWS Services

How to install splunk universal forwarder

Reading Time: 3 minutes Hello Readers! In this blog we will see how to install splunk universal forwarder. But first let us know what splunk universal forwarder is? In short, we call splunk universal forwarder, as splunk uf. It is a separate software package and is free to download where a license is not required. Steps to install: 1. First we have to download the software. Open your web browser Continue Reading

blur business close up code

How To Copy Files Between AWS S3 Buckets

Reading Time: 3 minutes Hello readers, in this blog I’m going to tell you how you can transfer files from one amazon S3 bucket to another amazon S3 bucket, without having to write any script and without any code at all. For using any AWS service you need an AWS account. Here we are assuming that you have set up the AWS account, if not visit AWS Console to create an Continue Reading

How to Deploy AWS CloudTrail with S3 Bucket

Reading Time: 4 minutes Hello Readers! In this blog let’s see How to Deploy AWS CloudTrail with S3 Bucket. Firstly let’s see in short why we use CloudTrail ? So, AWS CloudTrail is a web service that records AWS API calls for your account and delivers log files to you. What is AWS CloudTrail AWS CloudTrail is a service that enables governance, compliance, operational auditing and risk auditing of Continue Reading

close up of computer screen

How to Launch EC2 instance from AWS CLI

Reading Time: 4 minutes Hello Readers! In this we will see how to launch an EC2 instance from the command line using AWS CLI. Before starting you must have AWS CLI installed on your machine and AWS must be configured.  So, let’s start! Step1 : Install AWS CLI and AWS must be configured on your system. To check it use the following command. Step2 : Create your key-pair from Continue Reading

Deploying Docker Container in AWS Elastic Beanstalk

Reading Time: 4 minutes Hello Readers! In this we will see how to deploy a single docker container in AWS Elastic Beanstalk. Earlier we have seen how to deploy applications in Elastic Beanstalk. There we have seen how AWS takes care of all underlying resources so you don’t have to worry about anything. You can purely concentrate on writing your application code, package it and upload it. And EBS Continue Reading

blur business close up code

 How to use Boto3 for AWS Services

Reading Time: 3 minutes Hello folks, In this blog, we’re gonna learn how to use Boto3 for AWS Services and how to create/delete s3 bucket. how boto3 and s3 work future we’ll do code using python. What is boto3? Boto is a software development kit (SDK) designed to enhance the use of the Python programming language by Amazon Web Services. It is now the official AWS SDK for Python. Continue Reading

blur bright business codes

Creating VPC in AWS

Reading Time: 3 minutes Hello Readers! In this blog we are going to how we can create a VPC in AWS in a few simple steps. Before starting we will firstly see What is VPC? Virtual Private Cloud: VPC is a private section of AWS that you control, in which you can place AWS resources i.e ec2 or databases. The user has full control over who has access to Continue Reading

SQS

How to create and delete queue from AWS SQS

Reading Time: 8 minutes Hello everyone! Today in this blog we will see how we can create a queue and how you can insert and delete a message from the queue and we will also see how we can delete a queue from AWS SQS. So first let us see what is SQS? It is a fully manage message queueing service that allow users to separate and scale the Continue Reading

Getting started with Amazon pinpoint – Part 2

Reading Time: 3 minutes In the last article, we have discussed amazon pinpoint, benefits, services, channels, use cases, etc. You may go through the Getting started with Amazon pinpoint (Part-1). So In this article, we will discuss how we can implement a voice message sending API using amazon pinpoint with scala. We will be using Akka HTTP. It is an Akka-based HTTP library for building RESTful services. You can Continue Reading

Getting started with Amazon pinpoint

Reading Time: 2 minutes What is Amazon pinpoint Amazon Pinpoint is a flexible and scalable outbound and inbound communications service. You can use it to easily push real-time notification messages to users over multichannel engagement across email, push, SMS, voice, etc. It is available in several AWS Regions in North America, Europe, Asia, and Oceania. To get started with Amazon Pinpoint, an AWS user adds a project to the Continue Reading

How To Send Transactional Emails Using Lambda & Amazon SES?

Reading Time: 4 minutes In this article, we will learn how to send transactional emails using Lambda & Amazon SES. What is Amazon SES? Amazon Simple Email Service (SES) is an email service provided by Amazon which is cost-effective, flexible, and scalable that enables developers to send mails such as transactional emails, marketing emails, or even mass email communications from within an application. Amazon SES provides features such as Continue Reading

AWS Systems Manager

Reading Time: 4 minutes AWS Systems Manager is a management service that helps you automatically collect software inventory, apply OS patches, create system images, and configure Windows and Linux operating systems. It forms a group of different capabilities and functionalities which Amazon gives us free of cost. When you launch an EC2 instance(s), you mostly do it to perform a certain task such as executing a certain shell script Continue Reading

Introducing CI/CD with AWS CodePipeline

Reading Time: 4 minutes Codepipeline is one of the AWS’s developer tools that acts as the glue and processor for other AWS services. It uses code commit or another external source control to pull in source code and trigger a pipeline execution. CodeBuild can run code, build software, and do basically anything else you need to do in your pipeline. At any point in your pipeline, you can trigger Continue Reading