AWS re:Post을(를) 사용하면 다음에 동의하게 됩니다. AWS re:Post 이용 약관

Configuring Static IPs in ParallelCluster for VPC Compute Fleet

0

Team, my customer would like to understand if ParallelCluster supports the use of static IPs within a VPC for the scale-out of the compute fleet via manipulating the NetworkConfiguration section in the ParallelCluster configuration file. Tks alot

AWS
질문됨 2달 전37회 조회
1개 답변
0

AWS ParallelCluster does not natively support the use of static IPs for the compute fleet within a VPC through manipulation of the NetworkConfiguration section in the configuration file.

ParallelCluster uses Amazon EC2 Auto Scaling groups to manage the compute fleet, which dynamically scales instances up and down based on workload demands. These instances are typically assigned IP addresses dynamically from the subnet's CIDR range.

The networking configuration for ParallelCluster allows you to specify VPC settings, subnet configurations, and whether to use public IP addresses, but it does not provide direct control over assigning static private IP addresses to compute nodes.

You can configure aspects like the VPC ID, subnet IDs for head and compute nodes, and whether to use public IPs. However, there isn't a built-in mechanism to assign predetermined static private IPs to the dynamically scaled compute instances.

If static IP addressing is a critical requirement, you may need to explore alternative solutions or custom configurations outside of ParallelCluster's standard networking setup. This might involve additional networking layers or custom scripts, but would likely require significant customization beyond ParallelCluster's native capabilities.
Sources
Network configurations - AWS ParallelCluster
Configuration - AWS ParallelCluster
[vpc] section - AWS ParallelCluster

profile picture
답변함 2달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠