Skip to main content

Posts

Showing posts with the label Amazon

How to Access Port Number on Amazon Instance

Learn how you can expose a port number 80 or 8080 or 3306 from your Amazon EC2 Instance. There are too many Enterprises Application is running on Amazon Cloud Computing. Amazon provides them full Remote based Windows, Linux Operating system where you can do anything like you do with your PC. After configuring servers for your enterprise application you are trying to access this server from web but when you call it from other pc using amazon provided ec2 link or ip address then its says oops or some error based on browser......... Why the port is not exposing because amazon has good security. To enable it follow the below steps. Login to Amazon Instance : Amazon webservice > aws.amazon.com After successful login Go to Amazon EC2 ( Easy Cloud Computing) Select the region on the Navigation bar. Click on Instances on the Navigation bar On the table see the Security Group that your instance is using Now go back to Navigation Bar > Network & Security...

Amazon Web Service Software Development Kits

Software development kit shortly known as SDK is a development tool for creating the apps. Most of the people are using amazon instance to run their application but if you want to access from amazon products then you need the access key and secret key to access the content and also you need the SDK. List of Amazon SDK for different platforms AWS SDK for Android - http://aws.amazon.com/documentation/sdkforandroid/ AWS SDK for iOS - http://aws.amazon.com/documentation/sdkforios/ AWS SDK for Java - http://aws.amazon.com/documentation/sdkforjava/ AWS SDK for .NET - http://aws.amazon.com/documentation/sdkfornet/ AWS SDK for PHP - http://aws.amazon.com/documentation/sdkforphp/ AWS SDK for Ruby - http://aws.amazon.com/documentation/sdkforruby/ AWS Toolkit for Eclipse - http://aws.amazon.com/documentation/awstoolkiteclipse/ AWS Toolkit for Visual Studio - http://aws.amazon.com/documenta...