Overview
This is a repackaged open source software product wherein additional charges apply for support and maintenance by AskforCloud LLC.
The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
Disclaimer : This Virtual machine offer contains free and open source software. All the software, trademarks used in the Virtual machine offer are the exclusive property of their respective owners. Askforcloud LLC does not offer commercial license of the product mentioned above.
Highlights
- Go is an open source programming language supported by Google. Go was created at Google in 2007.
- Built-in concurrency and a robust standard library.
- Easy to learn and get started with it. Growing ecosystem of partners, communities, and tools.
Details
Typical total price
$0.193/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.006 | $0.006 | $0.012 |
t2.micro AWS Free Tier | $0.006 | $0.012 | $0.018 |
t2.small | $0.01 | $0.023 | $0.033 |
t2.medium | $0.06 | $0.046 | $0.106 |
t2.large Recommended | $0.10 | $0.093 | $0.193 |
t2.xlarge | $0.10 | $0.186 | $0.286 |
t2.2xlarge | $0.10 | $0.371 | $0.471 |
t3.nano | $0.006 | $0.005 | $0.011 |
t3.micro AWS Free Tier | $0.006 | $0.01 | $0.016 |
t3.small | $0.01 | $0.021 | $0.031 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
For this offer, Askforcloud LLC does not offer refund, you can cancel at anytime.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
NA
Additional details
Usage instructions
Connect to EC2 Linux instance - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstances.html ( Port - 22 and Username - ubuntu)
Go programming language : https://go.dev/doc/ Use the following steps:
- Open a terminal and cd to your home directory - "cd"
- Create a hello directory for your first Go source code.For example, use the following commands: "mkdir hello" "cd hello"
- Enable dependency tracking for your code.To enable dependency tracking for your code by creating a go.mod file, run the go mod init command, giving it the name of the module your code will be in. For the purposes of this tutorial, just use example/hello - "go mod init example/hello"
- In your text editor, create a file hello.go in which to write your code.
- Run your code to see the greeting - " go run . "
- The go run command is one of many go commands you'll use to get things done with Go. Use the following command to get a list of the others: " go help "
Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.