Create EC2 Instance in AWS Step 1:Login to your AWS Management Console and open EC2 instance. Step 2:Click Launch Instance Step 3:The default Application and OS images which is eligible for free tier is chosen. Step 4:The instance type which is eligible for free tier is chosen. Step 5:Create 1 instance and click launch instance Step 6:Create new key pair and download the security key PEM file Step 7:Launching Instance Step 8:Instance successfully launched. Step 9: EC2 is created. Step 10:Summary of created instance. Step 11:Terminate Instance Step 12:Termination Successful
Installing and attaching MYSQL database to EC2 instance Steps: 1. Make sure you have one EC2 instance running that you can access it from your terminal. 2. Switch to root mode and move to root directory sudo su cd / 3. Update existing packages. sudo apt-get update 4. Now install mysql server. sudo apt-get install mysql-server 5. Now run command for secure installation. sudo mysql_secure_installation 6. Give appropriate password 7. If password is not accepted you can access mysql as sudo then alter the user password 8. Now we can interact with databases.
Since some years ago, some experts and companies started thinking about the possibility of using virtual machines to replace physical servers. No more need to pay to build your own server and care. Cloud Computing can be defined as the delivery of on-demand computing services right from application to storage, including processing over the internet and pay-as-you-go basis. When it comes to online data storage and managing data directly or actively, Lets discuss further about Future of Cloud Computing. The Ultimate Guide to Future of Cloud Computing for Engineers I know the field of cloud computing brings major opportunities for the students as most companies require computing professionals who have adequate knowledge of cloud computing. Thus I emphasize that students gather knowledge about this field apart from their regular studies and develop the necessary skills for a successful career in cloud computing. How does cloud computing benefit companies? The major benefit of cloud c...
Comments
Post a Comment