exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 48 discussion

Exam question from Amazon's AWS-SysOps
Question #: 48
Topic #: 1
[All AWS-SysOps Questions]

When an EC2 EBS-backed (EBS root) instance is stopped, what happens to the data on any ephemeral store volumes?

  • A. Data will be deleted and win no longer be accessible
  • B. Data is automatically saved in an EBS volume.
  • C. Data is automatically saved as an EBS snapshot
  • D. Data is unavailable until the instance is restarted
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
However, data in the instance store is lost under the following circumstances:

The underlying disk drive fails -

The instance stops -

The instance terminates -
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-lifetime

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
ddd
Highly Voted 1 year, 3 months ago
The question is " what happens to the data on any ephemeral store volumes"? The first part of the sentence about EBS-backed doesn't matter. Ephemeral store refers to the storage on the instance which is deleted. Answer is A.
upvoted 7 times
AWS_Noob
1 year, 3 months ago
Agreed. They are only mentioning EBS backed to trick you in thinking that's what is being asked.
upvoted 5 times
...
...
awscertified
Highly Voted 1 year, 3 months ago
A. Data will be deleted and win no longer be accessible
upvoted 5 times
...
Finger41
Most Recent 7 months ago
Selected Answer: A
A - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#starting-stopping-instances
upvoted 1 times
...
TroyMcLure
1 year, 2 months ago
Correct Answer: A This one was tricky. The instance has a root EBS volume (Persistent), but the question is asking about what happens to any Instance-store volumes (Ephemeral) attached to it. If it's ephemeral, data is deleted and will be no longer accessible.
upvoted 1 times
...
RicardoD
1 year, 2 months ago
A is the answer When you stop a machine, all ephemeral storage data will be lost
upvoted 1 times
...
Kuntazulu
1 year, 2 months ago
A - Ephemeral storage is the volatile temporary storage attached to your instances which is only present during the running lifetime of the instance. In the case that the instance is stopped or terminated or underlying hardware faces an issue, any data stored on ephemeral storage would be lost. This storage is part of the disk attached to the instance. It turns out to be a fast performing storage solution, but a non-persistent one, when compared to EBS backup volumes.
upvoted 2 times
...
TD_Anjali
1 year, 2 months ago
A. The data in an instance store persists only during the lifetime of its associated instance. If an instance reboots (intentionally or unintentionally), data in the instance store persists. However, data in the instance store is lost under any of the following circumstances: The underlying disk drive fails The instance stops The instance hibernates The instance terminates
upvoted 1 times
...
waterzhong
1 year, 2 months ago
phemeral store refers to the storage on the instance which is deleted. Answer is A.
upvoted 1 times
...
mrbreeze
1 year, 2 months ago
A When stopped, ephemeral data is lost.
upvoted 1 times
...
pythonpanda
1 year, 2 months ago
shouldnt it be D, since instance is stopped and not terminated, instance backed store only loses data when terminated, you can restart the instance and data will still be there. if you terminate data is lost
upvoted 2 times
FHU
1 year, 2 months ago
Negative. With Instance store or ephemeral volumes, data gets lost if you stop or terminate the instance.
upvoted 1 times
...
Praggy_25
1 year, 2 months ago
I had the same opinion. Can someone explain here why Option D is incorrect?
upvoted 1 times
...
...
captchaaa
1 year, 3 months ago
Answer A: "delete on termination" is the default for all EBS root device volumes
upvoted 1 times
...
karmaah
1 year, 3 months ago
Just curious..is it possible to attach or mount any ephemeral storage on Ec2 EBS backed instance. ( The question says like that )
upvoted 1 times
shimmy
1 year, 2 months ago
Yes, you can have an EBS-backed root volume and the additional volumes can be instance store.
upvoted 2 times
...
...
karmaah
1 year, 3 months ago
Ans should be B becoz , The question is wrong. It should be either Instance Store-backed Instances or EBS-backed Instances. The question says EBS Backed, but ans shows Instance store related.
upvoted 1 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 ...