Giter Site home page Giter Site logo

Comments (2)

bollig avatar bollig commented on June 4, 2024
HeadNode:
  InstanceType: t2.micro
  Ssh:
    KeyName: YYYYYYYYYYY
  Networking:
    SubnetId: subnet-YYYYYYYYYYY
    AdditionalSecurityGroups:
       - sg-YYYYYYYYYYY
  Iam:
    AdditionalIamPolicies:
      - Policy: arn:aws-us-gov:iam::aws:policy/AmazonSSMManagedInstanceCore
  Dcv:
    Enabled: true
  LocalStorage:
    RootVolume:
      Size: 100
Scheduling:
  Scheduler: slurm
  SlurmSettings:
    Dns:
      DisableManagedDns: true
      UseEc2Hostnames: true
  SlurmQueues:
    - Name: queue0
      ComputeResources:
        - Name: queue0-t2-micro
          MinCount: 0
          MaxCount: 4
          InstanceType: t2.micro
      Networking:
        SubnetIds:
          - subnet-YYYYYYYYYYY
        AdditionalSecurityGroups:
          - sg-YYYYYYYYYYY
Region: us-gov-west-1
Image:
  Os: alinux2
SharedStorage:
  - Name: Efs0
    StorageType: Efs
    MountDir: /data
    EfsSettings:
      ThroughputMode: bursting
      Encrypted: false
  - Name: FsxLustre1
    StorageType: FsxLustre
    MountDir: /fsx
    FsxLustreSettings:
      StorageCapacity: 1200
      DeploymentType: SCRATCH_2
  - Name: Ebs2
    StorageType: Ebs
    MountDir: /shared
    EbsSettings:
      VolumeType: gp2
      DeletionPolicy: Delete
      Size: 35

from pcluster-manager.

charlesg3 avatar charlesg3 commented on June 4, 2024

Hi Evan,

Thanks for the report -- I just double checked this cluster template. There are two issues going on here:

  • The Remote Console Enabled toggle is erroneously set to false this was fixed in #36 when the IAM policy was updated for the GovCloud region.
  • The Remote Console Enabled toggle is disabled (e.g. greyed out / not changeable). This is due to the fact that DCV is enabled and the mechanism by which we retrieve the DCV session requires the SSM policy. Disabling DCV will allow the user to change the Remote Consle Enabled toggle... and in the latest version changing the toggle will appropriately change the SSM policy in the cluster config for this region.

Hope that helps!

from pcluster-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.