Listing Thumbnail

    Secure Cloud Development Environment - Enterprise Edition

     Info
    Quick Launch
    Enterprise edition - our most secure & efficient platform designed and built for enterprises, giving you access to the enhanced productivity capabilities, and risk mitigation
    Listing Thumbnail

    Secure Cloud Development Environment - Enterprise Edition

     Info

    Overview

    Play video

    Strong Network delivers a self-hosted platform that allows organizations to manage the first secure Cloud Development Environments (CDEs). They use secure CDEs to provide access to their developers to ready-to-code linux development environments with native data security. CDEs are spurring the fastest DevOps transformation trend today with the entire cloud-native development effort moving to this technology.

    Highlights

    • Reducing IT costs and management inefficiencies around development environments with standardization and centralization, cloud cost optimisation and enabling you to implement a more cost effective developer endpoint strategy
    • Protecting intellectual property (PII, GDPR-sensitive, source code, ML models, etc) that is used and created during development with effective and built-in security best practices - mirroring your risk management profile
    • Accelerating application delivery by improving developer experience and making development more productive

    Details

    Delivery method

    Delivery option
    Helm chart

    Latest version

    Operating system
    Linux

    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

    Quick Launch

    Leverage AWS CloudFormation templates to reduce the time and resources required to configure, deploy, and launch your software.

    Pricing

    Secure Cloud Development Environment - Enterprise Edition

     Info
    Pricing is based on contract duration. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.

    12-month contract (11)

     Info
    Dimension
    Description
    Cost/12 months
    100-125 Users
    Access for up to 125 users to the Strong Network platform with unlimited workspaces, projects & templates
    $78,136.00
    126-150 Users
    Access for up to 150 users to the Strong Network platform with unlimited workspaces, projects & templates
    $92,700.00
    151-175 Users
    Access for up to 175 users to the Strong Network platform with unlimited workspaces, projects & templates
    $106,909.00
    176-200 Users
    Access for up to 200 users to the Strong Network platform with unlimited workspaces, projects & templates
    $120,873.00
    201-225 Users
    Access for up to 225 users to the Strong Network platform with unlimited workspaces, projects & templates
    $134,509.00
    226-250 Users
    Access for up to 250 users to the Strong Network platform with unlimited workspaces, projects & templates
    $149,455.00
    251-300 Users
    Access for up to 300 users to the Strong Network platform with unlimited workspaces, projects & templates
    $175,091.00
    301-350 Users
    Access for up to 350 users to the Strong Network platform with unlimited workspaces, projects & templates
    $204,273.00
    351-400 Users
    Access for up to 400 users to the Strong Network platform with unlimited workspaces, projects & templates
    $233,455.00
    401-450 Users
    Access for up to 450 users to the Strong Network platform with unlimited workspaces, projects & templates
    $259,691.00

    Vendor refund policy

    N/A

    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

    Helm chart

    Supported services: Learn more 
    • Amazon EKS
    Helm chart

    Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.

    Version release notes

    The first version of the Strong Network Secure Contanerized Development Environment

    Additional details

    Usage instructions

    Full usage instructions can be found at https://strong-network.github.io/aws-marketplace .

    Prerequisites EKS Cluster version 1..27 or higher ingress controller to enable access from the outside Elastic application loadbalancer to attach to ingress controller Fully Qualified Domain Name(FQDN) and all of its sub-domains that can be used to access Strong Network (SN) Platform from outside Cert manager to automatically issue certificates that are valid for FQDN mentioned above ECR registry to host SN images Kubectl installed AWS cli Eksctl installed helm version v3 or greater

    Setting up cluster Deploying helm charts Create appropriate namespace for SN platform deployment and resources

    kubectl create namespace strong

    eksctl create iamserviceaccount
    --name strong-service-account
    --namespace strong
    --cluster <ENTER_YOUR_CLUSTER_NAME_HERE>
    --attach-policy-arn arn:aws:iam::aws:policy/AWSMarketplaceMeteringFullAccess
    --attach-policy-arn arn:aws:iam::aws:policy/AWSMarketplaceMeteringRegisterUsage
    --attach-policy-arn arn:aws:iam::aws:policy/service-role/AWSLicenseManagerConsumptionPolicy
    --approve
    --override-existing-serviceaccounts Pull helm charts to deploy SN platform

    export HELM_EXPERIMENTAL_OCI=1

    aws ecr get-login-password
    --region us-east-1 | helm registry login
    --username AWS
    --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com

    mkdir awsmp-chart && cd awsmp-chart

    helm pull oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/sncommunity/helm_charts --version 1.1.1

    tar xf $(pwd)/* && find $(pwd) -maxdepth 1 -type f -delete

    Fill following values and deploy helm charts to EKS cluster

    hostName variable must match the FQDN mentioned above userAdminEmail is the username/email used to access the admin account for the Platform userAdminPassword is the password used to access the admin account for the Platform mongodb.auth.rootPassword is the password used to access the mongodb instance used by SN Platform twoFaDisabled disables or enables 2 factor authentication to access the Platform helm update strong
    --namespace strong ./*
    --set ninja.hostName=strong.network
    --set ninja.userAdminEmail=admin@strong.network 
    --set ninja.userAdminPassword=StrongNetworkAdminPassword1234!
    --set ninja.mongodb.auth.rootPassword=mongodbRootPassword1234!
    --set ninja.twoFaDisabled=true Push Images to ECR Pull images, run the following script: aws ecr get-login-password
    --region us-east-1 | docker login
    --username AWS
    --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com

    AWSMP_IMAGES="709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/pycharm_python:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/intellij_ultimate:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/sncommunity/browser_in_browser:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/phpstorm_php:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/intellij_java:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/sncommunity/sn_enterprise_bundle:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/cloud_editor_generic:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/android_studio:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/sncommunity/cloud_editor_sidecar_proxy:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/sncommunity/frontend:1.0.0,709825985650.dkr.ecr.us-east-1.amazonaws.com/strong-network/workspaces/goland_go:1.0.0"

    for i in $(echo $AWSMP_IMAGES | sed "s/,/ /g"); do docker pull $i; done After pulling images run the following script

    aws ecr get-login-password
    --region us-east-1 | docker login
    --username AWS
    --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com

    Resources

    Vendor resources

    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 write a review for this product.