How to Create Placement Groups on Amazon Web Service(AWS).

  Placement Groups are logical groupings or clusters of instances in the selected AWS region. Placement groups are specifically used for launching cluster compute instance types. ( e.g. cc2.8xlarge) Cluster Compute Instances provide a large amount of CPU.   Login to aws portal. Click on Services.     Under Compute select EC2.     Click …

How to Create Elastic IPs on Amazon Web Service(AWS).

An Elastic IP address is a reserved public IP address that you can assign to any EC2 instance in a particular region, until you choose to release it. The Elastic IP address remains in place through events that normally cause the address to change, such as stopping or restarting the instance.By using an Elastic IP …

How to use and work with Ping utility in Linux

Ping command is the most famous and used tools for troubleshooting, testing, and diagnosing network connectivity issues. It works on sending ICMP (Internet Control Message Protocol) Echo Request packages to a specified destination IP or domain name on the network and waits for a reply. When the destination receives the package it responds with an ICMP …

How to Create Snapshot on Amazon Web Service(AWS).

Snapshots are incremental backups, which means that only the blocks on the device that have changed after your most recent snapshot are saved. This minimizes the time required to create the snapshot and saves on storage costs by not duplicating data. Each snapshot contains all of the information that is needed to restore your data …

How to Create EC2 instance on Amazon Web Service(AWS).

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. … You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. It stands for Elastic Compute Cloud. It is a web service where an …