First create a key pair with .pem file format Now your key pair is created Next create an instance Now the instance is successfully been created Select the paticular instance and check the security group id and make a note of it Select the security group with the same instance id and click edit inbound rules. Add the rules such as TCP,HTTP,TLS AND ICMP The same process is done for outbound rules also allowing the traffic in both. Then click Save rules. Now our VM has been created with the given security groups configured.
Cloud computing is the present. Companies would much rather rent you services on a monthly basis than sell you software and convince you to upgrade often enough to fund development. The United States government also likes it, at the moment, because the laws distinguish your accounts on someone else’s server from content on your computer. It’s probably not the future, just because there are some tasks that are just better to do locally. We lose sight of this a lot, which is why you can look at history and see how computing becomes alternately remote and local, as one or the other becomes more economical and everybody says, this, this is the future And it’s the future for, like, another five to ten years and then we slide in the other direction. For the moment, there’s a push in the corporate world to cloud services, because it’s an easier business. But that’s not necessarily sustainable as people start thinking about privacy or need to cut cost...
step 1: launch an instance. You can able to see the dashboard of launch an instance.EC2 allows you to create an instances that runs on the AWS cloud. I have given the name as "mysql-server" step 2: you have successfully launched instance step 3: connect to your instance Step 4: After connecting your instance. Give some commands for installing Mysql server in AWS sudo yum update -y sudo yum install -y mariadb-server sudo systemctl enable mariadb sudo systemctl start mariadb sudo mysql_secure_installation Step 5: create a password for mysql server step 6: start your mysql server
Comments
Post a Comment