Cloud Computing Types:
- AWS (Amazon Web Services) - 90% Market - Amazon Company
- Azure - 5% Market - Microsoft
- Google Cloud - Google
- Many...
AWS: Cloud computing platform is given by Amazon.
- login url: https://aws.amazon.com/
- My Account -> AWS Management Console
- There are around 50 AWS services.
- AWS EC2 service is used to create computer instances.
How to access your project which is deployed in tomcat in AWS EC2.
- http://13.232.31.129:8080/projectname/index.jsp
- http://ec2-13-232-31-129.ap-south-1.compute.amazonaws.com:8080/projectname/index.jsp
- Amazon Route53: Through you can buy your own domain name and integrate with given public IP. (Example 13.232.31.129 to www.aamer.com)
- http://www.aamer.com:8080/projectname/index.jsp
Comments
Post a Comment