Listing Thumbnail

    EKS Stack - Complete Kubernetes Environment for Ubuntu 24.04

     Info
    Deployed on AWS
    Free Trial
    AWS Free Tier
    Deploy production-ready Amazon EKS clusters in minutes, not hours. Our pre-configured Ubuntu 24.04 image includes all essential Kubernetes tools - eksctl, kubectl, Helm, Docker, and monitoring utilities. Eliminate complex setup with automated configurations following AWS best practices. Perfect for DevOps teams needing rapid, reliable EKS deployment with built-in cost optimization and security hardening. This product wherein additional charges apply for support provided by Galaxys

    Overview

    Deploy production-ready Amazon EKS clusters in minutes instead of hours with our pre-configured Ubuntu 24.04 solution. This comprehensive package eliminates the complexity of setting up Kubernetes environments by providing all essential tools and configurations pre-installed and optimized for AWS infrastructure.

    Complete EKS Toolchain Our image comes with the entire Kubernetes ecosystem pre-configured including eksctl for cluster management, kubectl for Kubernetes operations, Helm for package management, Docker for container runtime, and essential monitoring utilities. Everything is configured following AWS best practices and security standards right from the start.

    Production-Ready Configuration Hit the ground running with battle-tested configurations that follow the AWS Well-Architected Framework. We include optimized cluster templates, security hardening, network policies, and monitoring setups that would typically take days to configure properly. The environment includes automated scripts for cluster deployment, scaling operations, and maintenance tasks.

    Cost Optimization Built-In Avoid unexpected cloud bills with built-in cost management features. Our solution includes resource right-sizing recommendations, cluster auto-scaling configurations, and monitoring alerts to help you maintain optimal performance while controlling costs. We provide examples and templates for implementing spot instances and reserved capacity strategies.

    Enterprise Security Security is integrated at every layer with pre-configured policies for pod security, network segmentation, and identity access management. The environment includes security scanning tools, compliance checks, and audit logging configurations that meet enterprise security requirements out of the box.

    Rapid Deployment Workflow Our streamlined process takes you from zero to production-ready EKS clusters in under 30 minutes. The package includes step-by-step documentation, example configurations, and automation scripts that guide you through cluster creation, application deployment, and ongoing management operations.

    Comprehensive Monitoring Gain immediate visibility into your Kubernetes environment with pre-configured monitoring stacks. We include logging solutions, metrics collection, and alerting systems that provide comprehensive observability across your EKS clusters and applications.

    Target Audience This solution is ideal for Kubernetes administrators, DevOps engineers, cloud architects, and development teams who need to deploy and manage production-grade EKS environments quickly and reliably. Whether you're building new greenfield applications or migrating existing workloads to Kubernetes, EKS Pro Stack accelerates your time to production.

    Technical Specifications

    • Base OS: Ubuntu 24.04 LTS
    • Kubernetes Management: eksctl, kubectl
    • Package Management: Helm with curated repositories
    • Container Runtime: Docker with security hardening
    • Monitoring: Pre-configured metrics and logging
    • Security: AWS IAM integration, network policies, security scanning

    Support and Maintenance The image includes maintenance scripts for routine operations, security updates, and performance optimization. Regular updates ensure compatibility with the latest AWS EKS features and Kubernetes versions.

    Transform your EKS deployment experience from complex and time-consuming to simple and efficient with EKS Pro Stack - the complete Kubernetes environment solution for AWS.

    Highlights

    • Automated EKS Deployment Pre-configured tools and scripts to deploy production-ready Amazon EKS clusters in under 30 minutes, eliminating complex manual setup and configuration.
    • Cost-Optimized Infrastructure Built-in cost management with right-sizing recommendations, auto-scaling configurations, and spot instance templates to maintain performance while controlling AWS spending.
    • Enterprise Security Compliance Pre-hardened security with integrated AWS IAM policies, network security controls, and compliance configurations following AWS Well-Architected Framework guidelines.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    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.

    EKS Stack - Complete Kubernetes Environment for Ubuntu 24.04

     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. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    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 (686)

     Info
    • ...
    Dimension
    Cost/hour
    t2.large
    Recommended
    $0.08
    t3.micro
    $0.08
    m5n.2xlarge
    $0.08
    m6id.xlarge
    $0.08
    hpc7a.12xlarge
    $0.08
    r6in.16xlarge
    $0.08
    r7i.4xlarge
    $0.08
    r5ad.24xlarge
    $0.08
    m3.2xlarge
    $0.08
    r7i.xlarge
    $0.08

    Vendor refund policy

    For this offering, Galaxys Cloud does not offer refund, you may cancel at 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

    ver2025

    Additional details

    Usage instructions

    Initial Setup

    1. Launch the EKS Pro Stack AMI from AWS Marketplace
    2. Connect to your instance via SSH using the provided key pair
    3. Verify all tools are installed by running: check-eks-tools

    AWS Configuration

    1. Configure AWS credentials using: setup-aws
    2. Enter your AWS Access Key ID, Secret Access Key, and preferred region when prompted
    3. Verify AWS configuration with: aws sts get-caller-identity

    Cluster Deployment

    1. Review the example configuration file: cat eks-cluster-config.yaml
    2. Customize the cluster configuration as needed for your requirements
    3. Deploy your EKS cluster using: ./setup-eks.sh
    4. Alternatively, create a cluster with custom parameters: eksctl create cluster --name your-cluster-name --region your-region --node-type your-instance-type --nodes your-desired-count

    Cluster Management

    1. Configure kubectl to access your cluster: aws eks update-kubeconfig --region your-region --name your-cluster-name
    2. Verify cluster connectivity: kubectl get nodes
    3. Use k9s for visual cluster management: k9s
    4. Manage Kubernetes contexts: kubectx and kubens

    Application Deployment

    1. Use Helm to deploy applications: helm install your-app chart-name
    2. Deploy sample applications from the included examples
    3. Monitor deployments using: kubectl get pods --all-namespaces
    4. View cluster metrics and logs using the pre-configured monitoring tools

    Maintenance Operations

    1. Scale your node groups: eksctl scale nodegroup --cluster your-cluster-name --name your-nodegroup --nodes your-desired-count
    2. Update cluster configuration: eksctl upgrade cluster --name your-cluster-name --region your-region
    3. Backup and restore operations using provided example scripts
    4. Monitor costs and performance with built-in optimization tools

    Security Best Practices

    1. Regularly update installed packages: sudo apt update && sudo apt upgrade
    2. Review and rotate IAM credentials periodically
    3. Monitor cluster security using included security scanning tools
    4. Apply security patches following AWS security bulletins

    Troubleshooting

    1. Check cluster status: eksctl get cluster --region your-region
    2. View cluster logs in CloudWatch Logs
    3. Use stern for log tailing: stern -n your-namespace
    4. Review AWS EKS documentation for service-specific issues

    Cost Optimization

    1. Use provided spot instance templates for non-production workloads
    2. Implement cluster auto-scaling based on your workload patterns
    3. Monitor resource utilization with pre-configured metrics
    4. Clean up unused resources and clusters when not needed

    Security Groups - Required Ports Bastion/Management Instance Security Group: Inbound Ports: SSH: Port 22 (0.0.0.0/0 or your specific IP) k9s/Web UIs: Port 8080 (optional, for web tools) Custom: Port 6443 (if you need direct API access)

    EKS Worker Nodes Security Group: Inbound Ports: NodePort Services: 30000-32767 (from VPC or Load Balancers) Custom: 10250 (Kubelet API - from VPC) Custom: 10255 (Read-only Kubelet - from VPC, optional) SSH: Port 22 (only from Bastion/Management VPC)

    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.

    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 AWS 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.