Which AWS Cloud Certification Is Right for You?

It sound’s great if you’re thinking about getting AWS certified. The demand for Cloud computing skills are huge, and whether you’re looking to take your career to the next level…

Read more »

What are the Prerequisites to Learn Cloud Computing AWS ?

The cloud has been known to be a puzzle long ago. But now, we have pushed forward in time and we have figured out how to uncover the puzzling cloud…

Read more »

AWS Cloudformation Lab and Assignment – 1

Task 1: Using Cloudformation temmplate json, Create a EC2 Instance and output Public IP and Private IPs. Task 2:Using Cloudformation temmplate json, Create a EC2 Instance/ElasticIP/SecurityGroup and output Public IP…

Read more »
clouaformation-ec2-sample-e

CloudFormation EC2 Sample Example Program

Read more »
aws-reserved-instance

How to buy Reserved Instance and verify if Reserved Instances are being used in AWS?

This article give 2 most important information about Reserved Instance. How to buy Reserved Instance in aws? Verify if Reserved Instances are being used? How do I buy Reserved Instances…

Read more »

How to overwrite Existing AWS EC2 AMI with Packer?

USING FORCE_DEREGISTER ADDED IN V1.1.2, IT WAS VERIFIED WHETHER AWS EC2 AMI CAN BE OVERWRITTEN. THE PROCESS IS TO DELETE THE AMI WITH THE SAME NAME AND THEN CREATE A…

Read more »
elasticsearch-plugin

How to use elastic search EC2 discovery plugin?

Problem To increase the performance in Elasticsearch, many times we add new nodes to Elasticsearch cluster and manually change the configuration file with new IP address, etc. so that it…

Read more »

Understanding the difference between AWS Root, Administrator & Power User?

The AWS Account Root User When you first create an Amazon Web Services (AWS) account, you begin with a single sign-in identity that has complete access to all AWS services…

Read more »

Understanding about Amazon EC2 Key Pairs

Amazon EC2 uses public–key cryptography to encrypt and decrypt login information. Amazon EC2 stores the public key only, and you store the private key. The public and private keys are…

Read more »

Limitations of volumes you can attach to one aws ec2 instance?

Linux-Specific Volume Limits – 40 volumes Windows-Specific Volume Limits – AWS PV – 26 Citrix PV – 26 Red Hat PV – 17 Instance Type Limits C5, C5d, M5, M5a,…

Read more »

AWS diagram icon sample and reference

Aws diagram and icon explained

Read more »

List of AWS regions and availability zones

List of  AWS Regions This is complete list of  AWS regions available currently. S.No Code Name 1 us-east-1 US East (N. Virginia) 2 us-west-2 US West (Oregon) 3 us-west-1 US West…

Read more »
amazon-simple-queue-service

Getting Started with Amazon Simple Queue Service (SQS)

We’ve put together a list of resources that we think will be useful to you, as you familiarize yourself with Amazon SQS and get started working with it. Introductory Topics…

Read more »

AWS Storage FAQ

What data is stored in ephemeral storage of an Amazon EC2 instance? Anything that is not stored on an ebs volume that is mounted to the instance will be lost….

Read more »
terminating-and-stopping-an-ec2-instance

What is the difference between terminating and stopping an EC2 instance?

Answer Terminate Instance When you terminate an EC2 instance, the instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away and you…

Read more »

What’s the difference between ephemeral and volume boot disks?

Different boot sources There are several different kinds of sources to boot from in the DreamCompute dashboard, but they all need to create some sort of virtual disk for the…

Read more »

Difference between AWS EFS vs EBS vs S3

1 GB to store in US-East-1: (Updated at 2016.dec.20) Glacier: $0.004/Month (Note: Major price cut in 2016) S3: $0.023/Month S3-IA (announced in 2015.09): $0.0125/Month (+$0.01/gig retrieval charge) EBS: $0.045-0.1/Month (depends on…

Read more »

DevOps Engg Full-Time Position In SFO

DevOps Engineer (California Fulltime) To support our key business initiatives, we are looking for a DevOps Engineer to build innovative and highly scalable solutions to help build best in class…

Read more »
top-10-devops-tools

Top 10 DevOps Tools which is mostly used by DevOps Engineers | DevOpsSchool

Introduction “DevOps” is an emerging model that allows effective collaboration of development and Operations team so that they can build, test, and release software faster and more reliably. Traditionally in…

Read more »
setup-aws-credentials-using-aws-command

How to Setup AWS Credentials using AWS Command Line Interface?

Setup AWS Credentails using AWS Command Line Interface Install the AWS CLI Using Pip Please click here complete installation guide. Test the AWS CLI Installation [code] $ aws help[/code] Environment…

Read more »