Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External clusters: Enable selected AWS regions #5497

Closed
4 tasks done
Tracked by #950
sanderegg opened this issue Mar 15, 2024 · 3 comments
Closed
4 tasks done
Tracked by #950

External clusters: Enable selected AWS regions #5497

sanderegg opened this issue Mar 15, 2024 · 3 comments
Assignees
Labels
a:autoscaling autoscaling service in simcore's stack a:clusters-keeper

Comments

@sanderegg
Copy link
Member

sanderegg commented Mar 15, 2024

Any EC2 instance started on AWS uses so called Service Quotas, that in effect limit the total amount of vCPUs one can start per account.
In order to increase that limit, one needs to deploy in different AWS regions (e.g. us-east-1, us-east-2, us-west-1, ...).

Tasks

Preview Give feedback
@sanderegg sanderegg self-assigned this Mar 15, 2024
@sanderegg sanderegg transferred this issue from ITISFoundation/osparc-issues Mar 15, 2024
@sanderegg sanderegg added a:autoscaling autoscaling service in simcore's stack a:clusters-keeper labels Mar 15, 2024
@sanderegg
Copy link
Member Author

sanderegg commented Mar 15, 2024

1st test included:

  • AWS-master
  • Modified clusters-keeper ENV variables such that clusters start in us-east-2
    • endpoint needed to be removed as it seems that setting https://ec2.amazonaws.com is incompatible with using us-east-2 region. to be further tested
  • Needed to copy key-pair to new region, kept same name
  • Needed to copy AMI to new region, new AMI ID --> check if there is another way maybe using the AMI Name field?
  • Need to adapt the osparc-configs and management of ENV variables to allow to select different AMIIDs

@sanderegg
Copy link
Member Author

AWS-master is now persistently running ext clusters in us-east-2.

@sanderegg sanderegg changed the title External clusters: Multi-regions External clusters: Enable selected AWS regions Apr 2, 2024
@sanderegg
Copy link
Member Author

this case is completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:autoscaling autoscaling service in simcore's stack a:clusters-keeper
Projects
None yet
Development

No branches or pull requests

2 participants