ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

200 / 465

Question 200:

A video provider has a big proportion of EC2 instance store volumes as many of their workloads require very quick disk IO. Compared with EBS counterparts, instance store volumes are physically attached to the host and have better performance. However, they still need to work out a suitable method to create an AMI for the instance store volume. How can you do it?

Answer options:

A.Instance store volume cannot have AMI images that are only available for EBS volumes.
B.They can only create an AMI using AWS EC2 CLI command for instance store volumes.
C.The AMI can be created by using AWS EC2 console, CLI or SDK for instance store volumes.
D.The AWS CLI tools can be used to create a bundle for the volume and upload it to S3. Then register the AMI to the file in the S3 bucket.