Overview
This product has charges associated with it for seller support. This is open source software, which is repackaged by ThinkCloud. The additional cost is applicable to the extended support of 24-hour response time. A repackaged Go 1.26.3 environment on CentOS Stream 9, including support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
Go (also known as Golang) is an open source programming language developed by Google. It is statically typed, compiled, and designed for simplicity, reliability, and efficiency. Go excels at building scalable network services, command-line tools, and cloud-native applications. It features garbage collection, memory safety, and built-in concurrency support through goroutines and channels.
Highlights:
- Ready-to-use Go 1.26.3 development environment pre-installed on CentOS Stream 9
- Security-hardened OS with minimal attack surface and latest system updates applied
- Fast compilation and execution for high-performance application development
- Built-in concurrency model with goroutines for scalable backend services
- Access to the full Go standard library and go module ecosystem
- 24-hour professional technical support from ThinkCloud experts
This AMI is ideal for developers, DevOps engineers, and teams who need a reliable, production-ready Go development and deployment environment on AWS.
Highlights
- CentOS Stream 9 Minimal installation with latest updates
- Professional technical support and fast response
- Optimized configuration for Go 1.26.3 on CentOS Stream 9
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
t3.large Recommended | $0.05 |
t2.micro | $0.05 |
t3.micro | $0.05 |
g7e.24xlarge | $0.50 |
r6i.metal | $0.50 |
p6-b200.48xlarge | $0.50 |
vt1.6xlarge | $0.17 |
g7e.4xlarge | $0.17 |
g6f.2xlarge | $0.17 |
c7i-flex.large | $0.05 |
Vendor refund policy
No refunds provided after usage starts.
How can we make this page better?
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
v1.26.3
Additional details
Usage instructions
-
Connection Method:
- SSH into the instance: ssh -i your-key.pem ec2-user@<public-ip>
- Use sudo for root-level operations: sudo su -
-
Application Details:
- Verify Go installation: go version Expected output: go version go1.26.3 (Red Hat 1.26.3-1.el9) linux/amd64
- Go binary location: /usr/bin/go
- Default workspace: ~/go (set GOPATH environment variable as needed)
-
Network Configuration:
- Port 22 (SSH) must be open in your EC2 security group
- Open additional ports based on your application requirements
- Add firewall rule: sudo firewall-cmd --add-port=<port>/tcp --permanent
- Reload firewall: sudo firewall-cmd --reload
-
Getting Started:
- Verify installation: go version
- Create workspace: mkdir -p ~/go/{bin,pkg,src}
- Run a Go file: go run main.go
- Build a binary: go build -o myapp main.go
- Run tests: go test ./...
-
Go Module Support:
- Initialize a new module: go mod init <module-name>
- Add a dependency: go get <package>
- Tidy module dependencies: go mod tidy
Support
Vendor support
If you encounter problems in the process of using the system, please feel free to contact us by email: support@thinkclouds.ai !
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.
Similar products
