Listing Thumbnail

    Golang Development Environment on CentOS Stream 9 support by Easycloud

     Info
    Sold by: EASYCLOUD 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for technical support with a 24-hour response time. This AMI contains Go 1.23 on CentOS Stream 9 repackaged by Easycloud. It comes pre-configured with the complete development toolchain: Delve (Debugger), gopls (LSP), and Air (Hot Reload), ready for immediate backend development.

    Overview

    This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. This AMI contains Go 1.23 on CentOS Stream 9 repackaged by Easycloud, fully configured for high-performance backend development. The system is built on a minimal installation of CentOS Stream 9, updated to the latest version, and includes continuous updates and support to ensure a secure and stable foundation.

    Pre-installed Components

    • Go (Golang) 1.23: An open-source programming language supported by Google, known for its simplicity, high efficiency, and built-in concurrency support. It is the standard for cloud-native applications, microservices, and distributed systems.

    • Delve Debugger (dlv) 1.26: The standard debugger for the Go programming language, enabling detailed inspection, testing, and troubleshooting of Go applications.

    • gopls 0.21: The official Go language server that provides advanced IDE features like autocomplete, code navigation, formatting, and diagnostics.

    • CentOS Stream 9: A stable, reliable, and secure enterprise Linux distribution, widely used for high-performance computing environments.

    Project Benefits & Use Case

    • Use Case: Together, Go 1.23 and the pre-installed developer tooling (Delve, gopls, and Air) provide a complete, out-of-the-box backend development environment. They are primarily used for building high-performance microservices, RESTful APIs, concurrent data pipelines, and robust cloud-native infrastructure.

    • Key Benefits: Guided by our core value of "Redefining open source value through performance and simplicity," this stack focuses strictly on developer productivity and tooling readiness. By pre-configuring global paths and essential IDE integrations, teams can immediately connect via VS Code or JetBrains and start coding, debugging, and live-reloading without spending hours on tedious environment setup.

    Why choose this AMI?

    • Complete Toolchain: Unlike standard OS repositories that offer outdated Go versions, this image features the latest Go 1.23. It also includes the essential triad of Go tools pre-installed globally: Delve for debugging, gopls for IDE intelligence, and Air for live reloading.

    • IDE Ready: The environment is pre-configured with gopls and dlv in the global path. This ensures seamless integration with VS Code (Remote SSH) or JetBrains Gateway immediately upon connection, without manual path configuration.

    • Web Development Optimized: Includes Air, the standard tool for live reloading in Go web frameworks (Gin, Fiber, Echo). Modify your code and see changes instantly without restarting the server.

    • Standardized Paths: Go is installed in '/usr/local/go' with symlinks in '/usr/bin', ensuring commands work perfectly for both standard users and root/sudo contexts.

    • Production Ready: Built on a hardened, minimal installation of CentOS Stream 9, updated with the latest security patches.

    • Expert Engineering & Support: Professionally repackaged by experienced engineers to guarantee a highly optimized and stable environment. It is backed by comprehensive documentation and fast, professional technical assistance to ensure your development runs smoothly without costly downtime.

    Highlights

    • All-in-One Dev Stack: Pre-loaded with Go, Delve (Debugger), gopls (Language Server), and Air (Hot Reload).
    • IDE Integration Ready: Global path configurations ensure instant compatibility with VS Code Remote and JetBrains Gateway.
    • Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    CentOs Stream 9

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Golang Development Environment on CentOS Stream 9 support by Easycloud

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (784)

     Info
    • ...
    Dimension
    Cost/hour
    t3.medium
    Recommended
    $0.04
    t3.micro
    $0.04
    t2.micro
    $0.04
    m5dn.2xlarge
    $0.18
    c5.2xlarge
    $0.18
    c8a.8xlarge
    $0.39
    d3en.xlarge
    $0.18
    c3.4xlarge
    $0.28
    x8aedz.24xlarge
    $0.68
    m6i.metal
    $0.68

    Vendor refund policy

    No refunds. Cancel anytime.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    Update to the latest version

    Additional details

    Usage instructions

    Connection Methods:

    To access your instance, SSH into the public IP address as 'ec2-user' using your specified launch key pair. You can switch to the root user environment by running sudo su -. Please see the links below for additional information:

    Install Information

    • Operating System: CentOS Stream 9

    • Go Version: 1.23

    • Installation Directory: /usr/local/go

    • Global Binaries: /usr/local/bin

    • Environment Config: /etc/profile.d/go.sh

    Usage Instructions

    1. Check Version: Run the following command to verify the Go version: 'go version'

    2. Verify Tools: Confirm that the debugger and language server are installed correctly by running: 'dlv version' and 'gopls version'

    3. Create a Hello World: Create a test file 'main.go' containing a simple print statement and run it: 'go run main.go'

    • SSH (Port 22): Required for initial system access.

    • Security Recommendation: For production environments, strictly limit SSH access to trusted IP addresses only via AWS Security Groups.

    Documentation

    For a detailed installation and management guide, please visit: https://www.easyclouds.io/docs/go-guide  

    Resources

    Support

    Vendor support

    Should you encounter any issues while using the system, please do not hesitate to contact us via email at: support@easyclouds.io ,Thank you!

    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

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.