exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 122 discussion

A SysOps administrator must configure a resilient tier of Amazon EC2 instances for a high performance computing (HPC) application. The HPC application requires minimum latency between nodes.

Which actions should the SysOps administrator take to meet these requirements? (Choose two.)

  • A. Create an Amazon Elastic File System (Amazon EFS) file system. Mount the file system to the EC2 instances by using user data.
  • B. Create a Multi-AZ Network Load Balancer in front of the EC2 instances.
  • C. Place the EC2 instances in an Auto Scaling group within a single subnet.
  • D. Launch the EC2 instances into a cluster placement group.
  • E. Launch the EC2 instances into a partition placement group.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Gomer
Highly Voted 1 year, 6 months ago
Selected Answer: CD
CD D. Amazon ALWAYS touts the "cluster placment group" as being the solution HPC workloads (low latency between nodes). However this actually precludes resilience through ELB and multi-AZ spread of instances or multiple partitions (insufficient throughput). C. The only option I see to get both resilience and HPC is to rely on auto-scaling group to re-scale for any failing nodes. Provides some protection unless the whole rack fails. No, it's not multi-AZ or multi rack, but its better than nothing given Amazons HPC recommendations.
upvoted 9 times
...
Vivec
Highly Voted 1 year, 7 months ago
Selected Answer: CD
To meet the requirement of minimum latency between nodes for a high performance computing (HPC) application on a resilient tier of Amazon EC2 instances, the SysOps administrator should take the following actions: Launch the EC2 instances into a cluster placement group to ensure that the instances are placed in a low-latency, single-tenant infrastructure. Place the EC2 instances in an Auto Scaling group within a single subnet. This will ensure that the instances are in the same Availability Zone and will not have to traverse a network boundary to communicate with each other.
upvoted 7 times
...
Student013657
Most Recent 4 months, 3 weeks ago
D: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 1 times
...
Rabbit117
7 months, 2 weeks ago
Selected Answer: CD
C and D. An Auto Scaling group will provide the resilience and the Cluster placement group will provide the low latency. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 3 times
...
Yowie351
8 months ago
Selected Answer: BE
B and E
upvoted 1 times
...
tamng
9 months, 4 weeks ago
C. Place the EC2 instances in an Auto Scaling group within a single subnet. D. Launch the EC2 instances into a cluster placement group.
upvoted 1 times
...
wh1t4k3r
1 year, 1 month ago
I was going for B and D too, but here's the thing with B: Cluster placement groups are deployed within AN availability zone, meaning the multi-az LB does not apply: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 1 times
tamng
9 months, 4 weeks ago
C and D, not B. You wrong
upvoted 1 times
...
...
kondratyevmn
1 year, 5 months ago
Selected Answer: BE
E - you need resilient tier, which partition placement groups provide, not C because it doesn't (although it provides minimum latency between nodes). B - you need LB with low latency to distribute traffic between your instances, placed in partition placement groups.
upvoted 2 times
...
wooyourdaddy
1 year, 5 months ago
Selected Answer: CD
Cluster – packs instances close together inside an Availability Zone. This strategy enables workloads to achieve the low-latency network performance necessary for tightly-coupled node-to-node communication that is typical of high-performance computing (HPC) applications. Ref link: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 1 times
...
nearavenac
1 year, 8 months ago
Selected Answer: AD
ADADAD
upvoted 1 times
...
csG13
1 year, 8 months ago
Selected Answer: AD
I vote for A & D. Question is about low latency and HPC, therefore D is the right placement option (so, no E). Furthermore, cluster placement will use a single availability zone, hence multi-AZ NLB is useless (so, no B). Finally, regarding ASG in a single subnet isn't resilient. Below I paste directly from AWS docs: "If you try to add more instances to the placement group later, or if you try to launch more than one instance type in the placement group, you increase your chances of getting an insufficient capacity error." So in case of a failed health check, ASG might try to spin up a new instance but receive an InsufficientInstanceCapacity (which is an AZ-specific error). Therefore, is not recommended when resiliency is needed. The only thing left is A. PS. Not a very good question, I believe a bit more context is required.
upvoted 4 times
...
Untamables
1 year, 8 months ago
Selected Answer: BD
B for resilience https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/disaster-recovery-resiliency.html D for minimum latency https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html
upvoted 1 times
...
noahsark
1 year, 8 months ago
Selected Answer: CE
Place the EC2 instances in an Auto Scaling group within a single subnet. Launch the EC2 instances into a partition placement group. Not B While Multi-AZ deployment offers high availability, some workloads are more sensitive to internode latency and could not be deployed across multiple zones. With partition placement groups, you can now deploy these workloads within a single zone and reduce the likelihood of correlated failures, improving your application performance and availability. Not D Customers wanted a way to reduce correlated failures for large distributed and replicated workloads that required hundreds of EC2 instances. To isolate the impact of hardware faults, EC2 subdivides each partition placement group, into logical segments called partitions. EC2 ensures that no two partitions within a placement group share the same racks. https://aws.amazon.com/blogs/compute/using-partition-placement-groups-for-large-distributed-and-replicated-workloads-in-amazon-ec2/
upvoted 2 times
...
Spike2020
1 year, 9 months ago
BE Resilient is not 1 subnet. Hence a network load balancer.
upvoted 1 times
Polietylen
1 year, 9 months ago
Resilience is not the same as high availability, so it can be in one AZ and still resilient (C) Low latency (D) Cluster – packs instances close together inside an Availability Zone. This strategy enables workloads to achieve the low-latency network performance necessary for tightly-coupled node-to-node communication that is typical of high-performance computing (HPC) applications.
upvoted 1 times
...
...
skywalker
1 year, 9 months ago
Selected Answer: CD
CDCDCDCDCD
upvoted 4 times
...
skiwili
1 year, 10 months ago
Selected Answer: CD
C and D
upvoted 3 times
...
hiun
1 year, 10 months ago
Selected Answer: CD
C and D
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago