AWS - EC2 Fundamentals
You want to launch 3 EC2 instances with the same settings but different subnet IDs for high availability. Which approach is best?
aws ec2 run-instances commands, each with a different --subnet-id. This runs three commands with different subnet IDs, ensuring instances spread across subnets.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions