Quantcast
Channel: Basics of Java and Cloud Computing » AWS
Browsing all 48 articles
Browse latest View live

How to set root password for MySQL in Amazon Linux Instance – AWS

mysqladmin -u root password 'test@123'

View Article


How to install MySQL in Amazon Linux Instance – AWS

sudo yum update sudo yum install mysql sudo mkdir /var/lib/mysql sudo yum install mysql-server

View Article


Cloud Computing: A frenzy platform for contemporary IT era

Cloud computing has transformed into a revolutionary rage. If a metaphor for the internet has to be depicted, the “cloud” is a well-admired truism, but if blended with “computing” will turn to fuzzier...

View Article

Overview – Elastic IP in AWS (Amazon Public Cloud) in One Minute

Static IP addresses designed for dynamic cloud computing. Associated with your account. Need to explicitly release it It can be remapped programmatically. 5 Elastic IP addresses are offered by AWS. 1:1...

View Article

Install JBoss 7.0.2 Application Server on Ubuntu server 12.04.01 LTS in...

Licensing JBoss is distributed under LGPL; LGPL is a free software license published by the Free Software Foundation (FSF). It was designed as a compromise between the strong-copyleft GNU General...

View Article


Hadoop and Cloud Computing

In Cloud Computing, we have few options available for Hadoop implementation.1) Amazon IaaS 2) Amazon MapReduce 3) Cloudera Amazon Elastic Compute Cloud (Amazon EC2 / IaaS) is a web service that...

View Article

How to install Yum on AWS EC2 Instance in Ubuntu 12.04

Run Following Commands on your AWS EC2 Instance having Ubuntu 12.04: apt-get update apt-get install yum Done!   Related articles across the web Updated installation instructions for Ubuntu 12.04 LTS...

View Article

Cloud Certification Program – Amazon Web Services

Cloud Certification Program – Amazon Web Services Here it comes… AWS has launched its certification programs. It designates folks who have proven their knowledge and skills with AWS services....

View Article


How to install MySQL Server 5.5 on AWS EC2 Instance in Ubuntu 12.04

Run sudo apt-get install mysql-server It will ask for Password for root User Now Run: mysql -u root -p Bingo!   Related PostsSolution of Error in MYSQL installation on UbuntuHow to install Yum on AWS...

View Article


How to install CloudPassage Halo Daemon on Amazon Linux Machine – Amazon Free...

Visit the Post on Create and Connect to Amazon Linux Machine in Amazon Public Cloud Download Script from CloudPassage Portal to install halo daemon on Amazon Linux Machine. Download the Script Now...

View Article

How to Connect to Amazon Linux Machine in Amazon Public Cloud

Create virtual machine in Amazon EC2 and Save the .PEM file of KeyPair. Or Choose Classic Wizard Create New Key Pair Configure Firewall and then review instance information. Click on Launch Convert...

View Article

Convert .pem file to .ppk file

Convert .pem(Key Pair from Amazon EC2) file to .ppk (Private Key) file Convert .pem file to .ppk file Save .PEM file from Amazon Management Console Use PuTTY Key Generator to load the .pem (Key Pair...

View Article

How to transfer Files from Local system to Amazon EC2 (Public Cloud) Virtual...

Use WinSCP to transfer file from local machine to Public Cloud. Provide Public IP address of the Amazon machine (You can get it from AWS management console). You need to provide Private Key file (.PPK)...

View Article


Snapshots-Amazon Public Cloud Design Pattern

Snapshots Objective: To keep data safe. Application of Cloud: In a traditional scenario, how to automate the back up process is the biggest challenge along with maintenance of secondary storage and...

View Article

Important Links for Amazon Web Services (AWS) Public Cloud

Documentation -> http://aws.amazon.com/documentation/ Articles & Tutorials -> http://aws.amazon.com/articles AWS Architecture Center -> http://aws.amazon.com/architecture/ AWS Cloud...

View Article


AWS Windows Azure and Google Apps Case Studies

AWS Windows Azure and Google Apps Case Studies Bankinter (Increase in Efficiency) Spanish industrial bank through a joint venture by Banco de Santander and Bank of America 60% of Bankinter transactions...

View Article

Overview of Amazon Redshift – Data warehouse as a Service

Amazon Redshift – Data warehouse as a Service How to manage (tera/peta) byte-scale data warehouse with simple and cost effective way to analyze data using existing BI tools? Answer is: Amazon Redshift...

View Article


Amazon Public Cloud Design Pattern: Efficient Resource Utilization

Objective: To utilize resources efficiently with better performance Application of Cloud: Capacity planning is always difficult at initial stages of Software Development Life Cycle. With insufficient...

View Article

AWS FedRAMP compliant cloud service provider

The Federal Risk and Authorization Management Program (FedRAMP) is a government-wide program that provides a standardized approach to security assessment, authorization, and continuous monitoring for...

View Article

AWS Server Monitoring – Enstratius Cloud Governance

Enstratius monitors all servers in your added Cloud Service Provider’s account. Actions Available Machine Images Volumes Related PostsCloud Computing Daily Updates – 31st Aug 2012How to Terminate...

View Article
Browsing all 48 articles
Browse latest View live