Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Understanding What AWS Is, And How It Can Improve Business Growth
Starting and running a business is a traditionally daunting and resource-intensive task, especially when you factor in the one element no company operating today can live without technology. For many years, the costs involved with buying, o...
Amazon Web Services VPC and Peering in Cloud Computing
Amazon web services VPC and its peering are two terms which are closely related to cloud technology. In this blog, I am going to explain what is AWS VPC and what is its peering.
Amazon Web Services VPC
Amazon VPC is...
Automatically Mount Drive After Instance Restart in AWS
What Does Mounting Drive Means
Mounting Drive means making the drive accessible to the computer, by which the user will be able to read and write the data to the disk on which he/she mounted that particular drive.
What is&nbs...
Syncing to S3
Syncing Same Folder to S3 Bucket
Hi Friends,
Suppose you have some folder structure in your local and you want to upload the same folder structure to your amazon s3 bucket. Then you need to follow these steps.
Step 1: Set up aws cli in your ...
Create and Add EBS volume on AWS
Amazon EBS(Elastic Block Store) volume offers high availability and durability with capability to automatically replicate in its availability zone. To create an EBS volume follow the following steps :
1) AWS Account >> EC2 Dashboard >...
How to install, configure & use AWS client in ubuntu
To Install awsclient we need to install python-pip first:--
--> sudo apt-get install python-pip
After installing pip we can install awsclient using :-
--> sudo apt-get install awscli
After successfully installing awsclient, we n...