Posts

Showing posts with the label AWSCLI

Reverse Email Lookup using Proxycurl

Image
    Ever wonder what information you can get from the email of a person? The information that you can get only from the Email address are: Email address owner information Email address owner Country Job profile and associated social media account linked with the Email address You can also get the phone number, permanent address and profile picture of the Email address owner Now you might be thinking HOW?  Using Reverse Email Lookup Reverse Email Lookup:  Reverse email lookup is the process of finding the identity of an email sender by using their email address. This can be used to confirm the identity of an email sender or to find out more information about them. Use case of Reverse Email Lookup: Scam and Fraud Prevention Verification of Ecommerce Transactions Credit Risks Analysis HR Talent Identification To know more about Reverse Email Lookup check the blog  3 Simple Methods To Do Reverse Email Lookup How to perform Reverse Email Lookup? Here comes Proxycurl ...

Creating High Availability Architecture With AWS CLI

Image
  Hello everyone,  In this blog, you will find a detailed explanation of creating a High Availability with AWS CLI. Prerequisites: Create an AWS account. Install AWS CLI in Windows. Configure AWS CLI with IAM user. What is AWS CLI? The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS Command Line Interface (AWS CLI) is an open-source tool that enables you to interact with AWS services using commands in your command-line shell. With minimal configuration, the AWS CLI enables you to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in your terminal program What is AWS S3 service? Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for...

Working in AWS using AWS CLI

Image
  Point to be discussed in this blog:- What is AWS? What is AWS CLI? How to Create Key pair in AWS using CLI? How to Delete Key pair in AWS using CLI? How to create and delete Security group? How to Start, Stop, and Terminate instance? How to Launch a new instance? How to create  EBS Volume of 1 GB? How to attach EBS Volume to an instance? So let's get started:- What is AWS? Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 175 fully-featured services from data centers globally. Millions of customers including the fastest-growing startups, largest enterprises, and leading government agencies are using AWS to lower costs, become more agile, and innovate faster.  What is AWS CLI? The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS Comman...