SlideShare a Scribd company logo
1 of 33
Download to read offline
EBS - Questions
By
Ravi Nallan
Question1
How can you share an encrypted snapshot with another AWS
account?
A. Make the snapshot public so the other accounts will access it
B. Send your CMK keys to the other AWS accounts so they can access your
snapshot
C. Ensure it is not encrypted with your default CMK keys, mark the
snapshot as private, and then enter the other AWS accounts, and give
them permissions to the encryption key used
D. You can’t share your own encrypted snapshots, you have to convert it to
un-encrypted first before sharing
Ans: C
Question2
You have an EBS volume attached to an instance in one AZ
and you need to move it to a new availability zone in the same
region, how can you achieve this?
A. Detach the volume from the EC2 instance and re-attach it to the
new EC2 instance in the new AZ
B. You can not migrate EBS volumes between AZs, you need to
store your data objects on S3 and create a new EBS volume in
the new AZ, then restore data from S3
C. Create a snapshot of the volume, and use that snapshot to
create a new volume in the new AZ
D. Using AWS console, drag and drop the EBS volume to the new
EC2 instance in the other AZ
Ans: C
Question3
You want to use the EBS volume you have in region A, in
another region B, how can you migrate the volume to another
region ?
A. Create a snapshot of the volume and use it to create a new volume in
the new region
B. Create a snapshot of the volume, copy the snapshot and specify the
new region during the copy process, create a new volume from the
copied snapshot in the new region
C. You can not move EBS volumes between regions
D. Create a snapshot of the EBS volume and make it public that all
regions can use it
Ans: B
Question4
EBS encryption is
A. Enabled by default on all EBS volumes
B. Supported on all EC2 instance types
C. Supported on all EBS volumes types
D. Supported only by EBS snapshots
Ans: C
Question5
You have an EBS volume that is the root volume of an EC2
instance, and you want to take a snapshot, how can you do
this while ensuring consistency between EBS volume and
snapshots?
A. You can take the snapshot while the EC2 instance is running
B. You must stop the instance, then take the snapshot
C. You can’t take a snapshot of a EBS that is an EC2 instance boot
volume
D. AWS will automatically take these snapshots during
maintenance windows
Ans: B
Question6
In a client meeting, as the AWS SME, the client had questions
about EBS snapshots characteristics, which of the below is
true regarding EBS snapshots: (Choose 5)
A. They occur synchronously
B. Snapshots of Encrypted volumes are also encrypted
C. Volumes created from encrypted snapshots are also encrypted
D. Volumes created from encrypted snapshots are unencrypted
E. Encrypted snapshots are AZ specific
F. Encrypted snapshots are Region specific
G. They occur asynchronously
H. They are differential
I. They are incremental
Ans: B,C,F,G,I
Question7
How can you ensure that your EBS volumes created during an
EC2 instance launch are still available when the respective EC2
instances are terminated?
A. Change the “DeleteOnTermination” attribute of the EBS volume
to false while launching the instance
B. EBS volume automatically persists after the EC2 instance is
terminated
C. You can not keep the EBS volume after the EC2 instance is
terminated
D. Select the detach EBS volumes option when terminating the
instance
Ans: A
Question8
Your AWS infrastructure has an EC2 instance that has a non-root EBS
volume.The volume stores company confidential information, and you
were asked to ensure the data is protected.
How can you encrypt this confidential information on this EBS volume?
(Choose 2)
A. Through AWS console, change the encryption parameter setting of the volume
B. You can not protect this information on the volume since it is not an encrypted
volume
C. Create a new encrypted EBS volume and mount it to the same EC2 instance,
move(copy) the data to the new volume
D. Take a snapshot of the EBS volume, and use the snapshot to create a new EBS
volume and attach it to the EC2 instance
E. Create a snapshot of the EBS volume, copy the snapshot and choose encryption
while copying, use the encrypted snapshot copy to create a new EBS volume
and mount it to the EC2 instance
Ans: C, E
Question9
How can you share an encrypted snapshot with another AWS
account?
A. Make the snapshot public so the other accounts will access it
B. Send your CMK keys to the other AWS accounts so they can access
your snapshot
C. Ensure it is not encrypted with your default CMK keys, mark the
snapshot as private, and then enter the other AWS accounts, and give
them permissions to the encryption key used
D. You can’t share your own encrypted snapshots, you have to convert it
to un-encrypted first before sharing
Ans: C
Question 10
How can you ensure the EBS volume data is secured when
creating a snapshot which will be saved on S3?
A. EBS snapshots stored on S3 are always encrypted
B. Use of encrypted volumes ensures that any snapshots created
will be encrypted too
C. Request encryption of the snapshot while you create it
D. S3 has Server Side Encryption and it will take care of this
Ans: B
Question 11
Your EBS volume snapshots are stored in S3, and you can
access them through:
A. Browsing your account S3 bucket created for EBS snapshots
B. Through EC2 APIs
C. You can only view them when you are creating a new volume
D. You can not access them except through contacting AWS
support
Ans: B
Question 12
EBS volume snapshots are: (Choose 2)
A. Created and updated asynchronously
B. Created and updated synchronously
C. Are differential
D. Are incremental
Ans: A,D
Question 13
How can you achieve EBS volume data encryption at rest?
(Choose 4)
A. Use native OS encryption drivers
B. Snapshot the data and encrypt it on S3 using SSE
C. Use SSL between your EC2 instance and EBS volume
D. Use encrypted EBS volumes
E. Use 3rd party encryption tools that can encrypt EBS volumes
F. Use encrypted file system on top of your EBS volume
Ans: A,D,E,F
Question 14
Can you access an EBS volume during the process of creating a
snapshot?
A. Yes, you can
B. No, you can’t
C. Yes, you can if the EBS volume is configured to do so.
D. EBS volume snapshot can not be accessed
Ans: A
Question 15
Can an EBS snapshot be used to create a smaller size EBS
volume than the one used to create the snapshot?
A. No
B. Yes
C. Only if data is encrypted
D. You can’t create an EBS volume from another volume’s snapshot
Ans: A
Question 16
An encrypted EBS volumes’ actual data encryption process
happens
A. On S3
B. On the EBS volume itself
C. On the EC2 instance
D. EBS volumes can not be encrypted
Ans: C
Question 17
You are trying to explain to your junior AWS Sysadmin the
difference between an EC2 instance – EBS backed, and EC2 instance
– Instance-Store backed, what of the below would be helpful to
explain this? (Choose 3)
A. For an EBS-backed EC2 instance, the instance can be stopped,
restarted, rebooted
B. For Instance-store backed EC2 instance, the instance can be stopped
and restarted
C. For EBS volumes on EC2 instance, the data persists when the instance
is stopped or rebooted
D. For Instance-store volumes (non boot) on EC2 instance, the data
persists when the instance is stopped
E. For Instance-store backed EC2 instance, the instance can not be
stopped
Ans: A,C,E
Question 18
Your manager requested you to take a snapshot of a non-root
EBS volume that contains sensitive corporate data, the
required is to take the most accurate (consistent) snapshot of
that EBS volume without disrupting the instance operation,
what is the best way to achieve this?
A. Take the snapshot while the EBS volume is attached and
instance is running
B. Stop the instance and take the snapshot
C. You can’t take a snapshot for a non-root EBS volume
D. Un-mount the EBS volume, take the snapshot, then re-mount it
again
Ans: D
Question 19
Your manager requested you to take a snapshot of a root EBS
volume of an EC2 instance.The required is to take a complete
snapshot of that EBS volume, what is the best way to achieve
this?
A. Take the snapshot while the EBS volume is attached and
instance is running
B. Stop the instance and take the snapshot
C. You can’t take a snapshot for a root EBS volume
D. Un-mount the EBS volume, take the snapshot, then re-mount it
again
Ans: B
Question 20
Which of the below is true regarding copying snapshots?
(Choose 2)
A. When you copy an unencrypted snapshot that you own,
you can encrypt it during the copy process.
B. You can not copy an encrypted snapshot for security
reasons
C. When you copy an encrypted snapshot that you own, you
can re-encrypt it with a different key during the copy
process.
D. You can not re-encrypt an already encrypted snapshot
Ans: A,C
Question 21
Your manager requested that you must ensure data
encryption in transit between EC2 instances and EBS volumes
you are about to create. If the EC2 instance family/type used
supports EBS encryption, what can you do to achieve this?
A. Select EC2 instances that support EBS volume encryption, and
encrypt the non-root EBS volumes
B. Use HTTPs/SSL as the protocol between EC2 instance and their
attached EBS volumes
C. You can not ensure data in-transit between EC2 and EBS
volumes is encrypted
D. All EC2 to EBS communication is encrypted by default
Ans: A
Question 22
What is the minimum number of snapshots of an EBS volume
you need to maintain to guarantee low cost, and ability to
create a complete volume of that snapshot?
A. One snapshot every 5 minutes
B. Any single snapshot will do, since the changes are incremental
C. Two snapshots, most recent and very first one
D. Only the latest one, it is incremental and complete. Older
snapshots can be archived or deleted
Ans: D
Question 23
You have data on an encrypted EBS volume that you want to
share, how can you achieve this?
A. You can not share encrypted snapshots
B. Mark the snapshot as public, this will make it widely available
C. You can mark the snapshot as private, then enter the AWS
accounts with which you want to share it, and give these
accounts permissions to the key used to encrypt the snapshot
D. You have to create a copy of the data and then share it
Ans: C
Sharing Encrypted volumes/snapshots
Ê You cannot change the encryption key(CMK) used to encrypt an
existing encrypted snapshot or encrypted EBS volume
Ê If you want to change the key, create a copy of the snapshot and specify
during the copy process that you want to re-encrypt the copy with a
different key
Ê You can share your encrypted snapshots with specific AWS accounts
as follows
Ê Make sure you use a custom CMK key to encrypt the snapshot, not the
default CMK key(AWS will not allow sharing if default key is used)
Ê Give the account(s) which you want to share the snapshot with, access to
the custom CMK used to encrypt the snapshot
Ê Mark the snapshot private, then enter the AWS accounts with which you
want to share the snapshot
Question 24
You have an encrypted snapshot that was shared with you from
another AWS account.You want to use this snapshot to create a
new EBS volume under your account.
Which of the below statements is the right next step you must do
before you can create EBS volumes from the shared snapshot?
A. Create an EBS volume from the shared snapshot directly
B. Store the CMK keys used to encrypt the original snapshot for future
encryption
C. Unencrypt the snapshot then create the volume from the unencrypted
snapshot
D. First you must create a copy of the shared snapshot, then you can
create the EBS volume from the copy
Ans: D
Sharing of Encrypted Snapshots
Ê You must first create a copy of the encrypted snapshot from other
accounts before you can use it to create / restore EBS volumes
Ê You can choose the re-encrypt it during the copy process using
one of your own CMK keys to have full control over it
Ê This protects your copy in case the original account , that shared this
snapshot with you, revokes your access to the key used to encrypt
the original snapshot.
Question 25
An AWS account “A” shared an encrypted snapshot with AWS account “B”.
The owner of AWS account “B” created a copy of it, then created an EBS
volume off that copy. Later, the owner of AWS account “A” revoked AWS
account “B”’s rights on the CMK encryption key of the originally shared
snapshot.
Would AWS account “B”’s access to the created EBS volume off of the
shared snapshot copy be impacted? Why?
A. No, since a copy is already created and the volume is under the new account
B. No, the access to the shared snapshot will be impacted, but not the EBS volume
created
C. Yes, EBS volume data will be unencrypted since access to the CMK key used to
encrypt the shared snapshot is lost
D. Yes, EBS volume access will be denied, since the permissions over the CMK key
used to encrypt the shared snapshot is now revoked, which is still the key used
to encrypt the created EBS volume
Ans: D
Question 26
You have an encrypted snapshot that is shared from another AWS
account.You are trying to copy the snapshot and then use the copy
to create an EBS volume, but for some reason the copy process does
not happen, what could be a reason for this?
A. You can not have an encrypted shared snapshot
B. You may not have access to the Custom CMK key used to encrypt the
shared snapshot, check with the sharing AWS account owner
C. There is a problem with your default CMK encryption key
D. Log out and log in again to AWS console and try again
Ans: B
Question 27
Which of the below options would give the highest IOPS for
your data that does not need to be persistent?
A. Use optimized EC2 instances
B. Use the instance’s local (ephemeral) storage allocated on the
local host
C. Use S3 RRS
D. Use magnetic HDD
Ans: B
Question 28
You need to increase the write throughput for your EC2
instances’ EBS volumes, which of the below can help you
achieve this? (Choose 3)
A. Use the XLarge instance size of your instance family
B. Always use DynamoDB as it can provide a higher I/O
C. Use provisioned IOPS EBS volumes
D. Use EBS optimized instances
E. Use a RAID array of your EBS volumes
Ans: C,D,E
Question 29
You launched an instance-store backed EC2 instance, and now
you need to add an additional Instance store volume, how can
you achieve this?
A. Create the instance-store volume on the EC2 host and attach it
to the EC2 instance
B. Instance store volumes can be added only while launching the
instance, and can’t be added after the EC2 instance is created
C. Add an EBS volume and check the Instance-store box to enable
instance store features
D. You can not have an EC2 instance with Instance store
Ans: B
Question 30
What are the data block stores available and can be attached/
used by an Amazon EC2? (Choose 2)
A. Elastic Block Store (EBS)
B. Instance Store
C. S3
D. S3-IA
Ans: A,B

More Related Content

Similar to EBS-Questions.pdf

AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...
AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...
AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...tbdeaharhnsgluczra
 
Treinamento de AWS - 1° Parte
Treinamento de AWS - 1° ParteTreinamento de AWS - 1° Parte
Treinamento de AWS - 1° ParteSite Blindado Labs
 
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdfAWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdfSkillCertProExams
 
AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...
AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...
AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...Edureka!
 
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2white paper
 
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2white paper
 
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesWKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesAmazon Web Services
 
AWS Certified Solutions Architect - Associate SAA-C03 Dumps
AWS Certified Solutions Architect - Associate SAA-C03 DumpsAWS Certified Solutions Architect - Associate SAA-C03 Dumps
AWS Certified Solutions Architect - Associate SAA-C03 DumpsVictoriaMeisel
 
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesWKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesAmazon Web Services
 
McrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonMcrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonDan Lister
 
Aws certified sys ops administrator associate exam dumps
Aws certified sys ops administrator associate exam dumpsAws certified sys ops administrator associate exam dumps
Aws certified sys ops administrator associate exam dumpsTestPrep Training
 
Getting started with AWS
Getting started with AWSGetting started with AWS
Getting started with AWSJungwon Seo
 
AWS basics session
AWS basics sessionAWS basics session
AWS basics sessionSharad Gupta
 
AWS Accelerated Program - Session 2 - Storage Services.pptx
AWS Accelerated Program - Session 2 - Storage Services.pptxAWS Accelerated Program - Session 2 - Storage Services.pptx
AWS Accelerated Program - Session 2 - Storage Services.pptxDipaliKulshrestha2
 
S111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dS111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dTony Pearson
 
IBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the CloudIBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the CloudTony Pearson
 
Get Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWSGet Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWSAmazon Web Services
 
Awtitioneressentialsdeckscloudprac401-577
Awtitioneressentialsdeckscloudprac401-577Awtitioneressentialsdeckscloudprac401-577
Awtitioneressentialsdeckscloudprac401-577Anne Starr
 

Similar to EBS-Questions.pdf (20)

AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...
AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...
AWS Certified Solutions Architect - Associate Practice Questions Flashcards _...
 
Treinamento de AWS - 1° Parte
Treinamento de AWS - 1° ParteTreinamento de AWS - 1° Parte
Treinamento de AWS - 1° Parte
 
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdfAWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
AWS Solutions Architect Professional Certification Exam Dumps 2023.pdf
 
AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...
AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...
AWS Interview Questions And Answers | AWS Solution Architect Interview Questi...
 
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
 
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
 
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesWKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
 
AMAZON CLOUD Course Content
AMAZON CLOUD Course ContentAMAZON CLOUD Course Content
AMAZON CLOUD Course Content
 
AWS Certified Solutions Architect - Associate SAA-C03 Dumps
AWS Certified Solutions Architect - Associate SAA-C03 DumpsAWS Certified Solutions Architect - Associate SAA-C03 Dumps
AWS Certified Solutions Architect - Associate SAA-C03 Dumps
 
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot InstancesWKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
WKS401 Deploy a Deep Learning Framework on Amazon ECS and EC2 Spot Instances
 
Amazon ec2
Amazon ec2Amazon ec2
Amazon ec2
 
McrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and AmazonMcrUmbMeetup 22 May 14: Umbraco and Amazon
McrUmbMeetup 22 May 14: Umbraco and Amazon
 
Aws certified sys ops administrator associate exam dumps
Aws certified sys ops administrator associate exam dumpsAws certified sys ops administrator associate exam dumps
Aws certified sys ops administrator associate exam dumps
 
Getting started with AWS
Getting started with AWSGetting started with AWS
Getting started with AWS
 
AWS basics session
AWS basics sessionAWS basics session
AWS basics session
 
AWS Accelerated Program - Session 2 - Storage Services.pptx
AWS Accelerated Program - Session 2 - Storage Services.pptxAWS Accelerated Program - Session 2 - Storage Services.pptx
AWS Accelerated Program - Session 2 - Storage Services.pptx
 
S111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909dS111477 scale-in-cloud-jburg-v1909d
S111477 scale-in-cloud-jburg-v1909d
 
IBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the CloudIBM Spectrum Scale on the Cloud
IBM Spectrum Scale on the Cloud
 
Get Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWSGet Started and Migrate Your Data to AWS
Get Started and Migrate Your Data to AWS
 
Awtitioneressentialsdeckscloudprac401-577
Awtitioneressentialsdeckscloudprac401-577Awtitioneressentialsdeckscloudprac401-577
Awtitioneressentialsdeckscloudprac401-577
 

More from SreeGe1

Lagom.pptx
Lagom.pptxLagom.pptx
Lagom.pptxSreeGe1
 
ASUG83511 - Accelerate Digital Transformation at General Mills.pdf
ASUG83511 - Accelerate Digital Transformation at General Mills.pdfASUG83511 - Accelerate Digital Transformation at General Mills.pdf
ASUG83511 - Accelerate Digital Transformation at General Mills.pdfSreeGe1
 
7204_webinar_presentation_29th_april_2020.pdf
7204_webinar_presentation_29th_april_2020.pdf7204_webinar_presentation_29th_april_2020.pdf
7204_webinar_presentation_29th_april_2020.pdfSreeGe1
 
Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...
Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...
Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...SreeGe1
 
S3-Questions.pdf
S3-Questions.pdfS3-Questions.pdf
S3-Questions.pdfSreeGe1
 
1.0 - AWS-DAS-Collection-Kinesis.pdf
1.0 - AWS-DAS-Collection-Kinesis.pdf1.0 - AWS-DAS-Collection-Kinesis.pdf
1.0 - AWS-DAS-Collection-Kinesis.pdfSreeGe1
 
Test Automation Tool for SAP S4HANA Cloud.pptx
Test Automation Tool for SAP S4HANA Cloud.pptxTest Automation Tool for SAP S4HANA Cloud.pptx
Test Automation Tool for SAP S4HANA Cloud.pptxSreeGe1
 
S4H_747 How to Approach Remote Cutover (2).pptx
S4H_747 How to Approach Remote Cutover (2).pptxS4H_747 How to Approach Remote Cutover (2).pptx
S4H_747 How to Approach Remote Cutover (2).pptxSreeGe1
 

More from SreeGe1 (8)

Lagom.pptx
Lagom.pptxLagom.pptx
Lagom.pptx
 
ASUG83511 - Accelerate Digital Transformation at General Mills.pdf
ASUG83511 - Accelerate Digital Transformation at General Mills.pdfASUG83511 - Accelerate Digital Transformation at General Mills.pdf
ASUG83511 - Accelerate Digital Transformation at General Mills.pdf
 
7204_webinar_presentation_29th_april_2020.pdf
7204_webinar_presentation_29th_april_2020.pdf7204_webinar_presentation_29th_april_2020.pdf
7204_webinar_presentation_29th_april_2020.pdf
 
Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...
Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...
Data Migration Tools for the MOVE to SAP S_4HANA - Comparison_ MC _ RDM _ LSM...
 
S3-Questions.pdf
S3-Questions.pdfS3-Questions.pdf
S3-Questions.pdf
 
1.0 - AWS-DAS-Collection-Kinesis.pdf
1.0 - AWS-DAS-Collection-Kinesis.pdf1.0 - AWS-DAS-Collection-Kinesis.pdf
1.0 - AWS-DAS-Collection-Kinesis.pdf
 
Test Automation Tool for SAP S4HANA Cloud.pptx
Test Automation Tool for SAP S4HANA Cloud.pptxTest Automation Tool for SAP S4HANA Cloud.pptx
Test Automation Tool for SAP S4HANA Cloud.pptx
 
S4H_747 How to Approach Remote Cutover (2).pptx
S4H_747 How to Approach Remote Cutover (2).pptxS4H_747 How to Approach Remote Cutover (2).pptx
S4H_747 How to Approach Remote Cutover (2).pptx
 

Recently uploaded

How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 

Recently uploaded (20)

How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 

EBS-Questions.pdf

  • 2. Question1 How can you share an encrypted snapshot with another AWS account? A. Make the snapshot public so the other accounts will access it B. Send your CMK keys to the other AWS accounts so they can access your snapshot C. Ensure it is not encrypted with your default CMK keys, mark the snapshot as private, and then enter the other AWS accounts, and give them permissions to the encryption key used D. You can’t share your own encrypted snapshots, you have to convert it to un-encrypted first before sharing Ans: C
  • 3. Question2 You have an EBS volume attached to an instance in one AZ and you need to move it to a new availability zone in the same region, how can you achieve this? A. Detach the volume from the EC2 instance and re-attach it to the new EC2 instance in the new AZ B. You can not migrate EBS volumes between AZs, you need to store your data objects on S3 and create a new EBS volume in the new AZ, then restore data from S3 C. Create a snapshot of the volume, and use that snapshot to create a new volume in the new AZ D. Using AWS console, drag and drop the EBS volume to the new EC2 instance in the other AZ Ans: C
  • 4. Question3 You want to use the EBS volume you have in region A, in another region B, how can you migrate the volume to another region ? A. Create a snapshot of the volume and use it to create a new volume in the new region B. Create a snapshot of the volume, copy the snapshot and specify the new region during the copy process, create a new volume from the copied snapshot in the new region C. You can not move EBS volumes between regions D. Create a snapshot of the EBS volume and make it public that all regions can use it Ans: B
  • 5. Question4 EBS encryption is A. Enabled by default on all EBS volumes B. Supported on all EC2 instance types C. Supported on all EBS volumes types D. Supported only by EBS snapshots Ans: C
  • 6. Question5 You have an EBS volume that is the root volume of an EC2 instance, and you want to take a snapshot, how can you do this while ensuring consistency between EBS volume and snapshots? A. You can take the snapshot while the EC2 instance is running B. You must stop the instance, then take the snapshot C. You can’t take a snapshot of a EBS that is an EC2 instance boot volume D. AWS will automatically take these snapshots during maintenance windows Ans: B
  • 7. Question6 In a client meeting, as the AWS SME, the client had questions about EBS snapshots characteristics, which of the below is true regarding EBS snapshots: (Choose 5) A. They occur synchronously B. Snapshots of Encrypted volumes are also encrypted C. Volumes created from encrypted snapshots are also encrypted D. Volumes created from encrypted snapshots are unencrypted E. Encrypted snapshots are AZ specific F. Encrypted snapshots are Region specific G. They occur asynchronously H. They are differential I. They are incremental Ans: B,C,F,G,I
  • 8. Question7 How can you ensure that your EBS volumes created during an EC2 instance launch are still available when the respective EC2 instances are terminated? A. Change the “DeleteOnTermination” attribute of the EBS volume to false while launching the instance B. EBS volume automatically persists after the EC2 instance is terminated C. You can not keep the EBS volume after the EC2 instance is terminated D. Select the detach EBS volumes option when terminating the instance Ans: A
  • 9. Question8 Your AWS infrastructure has an EC2 instance that has a non-root EBS volume.The volume stores company confidential information, and you were asked to ensure the data is protected. How can you encrypt this confidential information on this EBS volume? (Choose 2) A. Through AWS console, change the encryption parameter setting of the volume B. You can not protect this information on the volume since it is not an encrypted volume C. Create a new encrypted EBS volume and mount it to the same EC2 instance, move(copy) the data to the new volume D. Take a snapshot of the EBS volume, and use the snapshot to create a new EBS volume and attach it to the EC2 instance E. Create a snapshot of the EBS volume, copy the snapshot and choose encryption while copying, use the encrypted snapshot copy to create a new EBS volume and mount it to the EC2 instance Ans: C, E
  • 10. Question9 How can you share an encrypted snapshot with another AWS account? A. Make the snapshot public so the other accounts will access it B. Send your CMK keys to the other AWS accounts so they can access your snapshot C. Ensure it is not encrypted with your default CMK keys, mark the snapshot as private, and then enter the other AWS accounts, and give them permissions to the encryption key used D. You can’t share your own encrypted snapshots, you have to convert it to un-encrypted first before sharing Ans: C
  • 11. Question 10 How can you ensure the EBS volume data is secured when creating a snapshot which will be saved on S3? A. EBS snapshots stored on S3 are always encrypted B. Use of encrypted volumes ensures that any snapshots created will be encrypted too C. Request encryption of the snapshot while you create it D. S3 has Server Side Encryption and it will take care of this Ans: B
  • 12. Question 11 Your EBS volume snapshots are stored in S3, and you can access them through: A. Browsing your account S3 bucket created for EBS snapshots B. Through EC2 APIs C. You can only view them when you are creating a new volume D. You can not access them except through contacting AWS support Ans: B
  • 13. Question 12 EBS volume snapshots are: (Choose 2) A. Created and updated asynchronously B. Created and updated synchronously C. Are differential D. Are incremental Ans: A,D
  • 14. Question 13 How can you achieve EBS volume data encryption at rest? (Choose 4) A. Use native OS encryption drivers B. Snapshot the data and encrypt it on S3 using SSE C. Use SSL between your EC2 instance and EBS volume D. Use encrypted EBS volumes E. Use 3rd party encryption tools that can encrypt EBS volumes F. Use encrypted file system on top of your EBS volume Ans: A,D,E,F
  • 15. Question 14 Can you access an EBS volume during the process of creating a snapshot? A. Yes, you can B. No, you can’t C. Yes, you can if the EBS volume is configured to do so. D. EBS volume snapshot can not be accessed Ans: A
  • 16. Question 15 Can an EBS snapshot be used to create a smaller size EBS volume than the one used to create the snapshot? A. No B. Yes C. Only if data is encrypted D. You can’t create an EBS volume from another volume’s snapshot Ans: A
  • 17. Question 16 An encrypted EBS volumes’ actual data encryption process happens A. On S3 B. On the EBS volume itself C. On the EC2 instance D. EBS volumes can not be encrypted Ans: C
  • 18. Question 17 You are trying to explain to your junior AWS Sysadmin the difference between an EC2 instance – EBS backed, and EC2 instance – Instance-Store backed, what of the below would be helpful to explain this? (Choose 3) A. For an EBS-backed EC2 instance, the instance can be stopped, restarted, rebooted B. For Instance-store backed EC2 instance, the instance can be stopped and restarted C. For EBS volumes on EC2 instance, the data persists when the instance is stopped or rebooted D. For Instance-store volumes (non boot) on EC2 instance, the data persists when the instance is stopped E. For Instance-store backed EC2 instance, the instance can not be stopped Ans: A,C,E
  • 19. Question 18 Your manager requested you to take a snapshot of a non-root EBS volume that contains sensitive corporate data, the required is to take the most accurate (consistent) snapshot of that EBS volume without disrupting the instance operation, what is the best way to achieve this? A. Take the snapshot while the EBS volume is attached and instance is running B. Stop the instance and take the snapshot C. You can’t take a snapshot for a non-root EBS volume D. Un-mount the EBS volume, take the snapshot, then re-mount it again Ans: D
  • 20. Question 19 Your manager requested you to take a snapshot of a root EBS volume of an EC2 instance.The required is to take a complete snapshot of that EBS volume, what is the best way to achieve this? A. Take the snapshot while the EBS volume is attached and instance is running B. Stop the instance and take the snapshot C. You can’t take a snapshot for a root EBS volume D. Un-mount the EBS volume, take the snapshot, then re-mount it again Ans: B
  • 21. Question 20 Which of the below is true regarding copying snapshots? (Choose 2) A. When you copy an unencrypted snapshot that you own, you can encrypt it during the copy process. B. You can not copy an encrypted snapshot for security reasons C. When you copy an encrypted snapshot that you own, you can re-encrypt it with a different key during the copy process. D. You can not re-encrypt an already encrypted snapshot Ans: A,C
  • 22. Question 21 Your manager requested that you must ensure data encryption in transit between EC2 instances and EBS volumes you are about to create. If the EC2 instance family/type used supports EBS encryption, what can you do to achieve this? A. Select EC2 instances that support EBS volume encryption, and encrypt the non-root EBS volumes B. Use HTTPs/SSL as the protocol between EC2 instance and their attached EBS volumes C. You can not ensure data in-transit between EC2 and EBS volumes is encrypted D. All EC2 to EBS communication is encrypted by default Ans: A
  • 23. Question 22 What is the minimum number of snapshots of an EBS volume you need to maintain to guarantee low cost, and ability to create a complete volume of that snapshot? A. One snapshot every 5 minutes B. Any single snapshot will do, since the changes are incremental C. Two snapshots, most recent and very first one D. Only the latest one, it is incremental and complete. Older snapshots can be archived or deleted Ans: D
  • 24. Question 23 You have data on an encrypted EBS volume that you want to share, how can you achieve this? A. You can not share encrypted snapshots B. Mark the snapshot as public, this will make it widely available C. You can mark the snapshot as private, then enter the AWS accounts with which you want to share it, and give these accounts permissions to the key used to encrypt the snapshot D. You have to create a copy of the data and then share it Ans: C
  • 25. Sharing Encrypted volumes/snapshots Ê You cannot change the encryption key(CMK) used to encrypt an existing encrypted snapshot or encrypted EBS volume Ê If you want to change the key, create a copy of the snapshot and specify during the copy process that you want to re-encrypt the copy with a different key Ê You can share your encrypted snapshots with specific AWS accounts as follows Ê Make sure you use a custom CMK key to encrypt the snapshot, not the default CMK key(AWS will not allow sharing if default key is used) Ê Give the account(s) which you want to share the snapshot with, access to the custom CMK used to encrypt the snapshot Ê Mark the snapshot private, then enter the AWS accounts with which you want to share the snapshot
  • 26. Question 24 You have an encrypted snapshot that was shared with you from another AWS account.You want to use this snapshot to create a new EBS volume under your account. Which of the below statements is the right next step you must do before you can create EBS volumes from the shared snapshot? A. Create an EBS volume from the shared snapshot directly B. Store the CMK keys used to encrypt the original snapshot for future encryption C. Unencrypt the snapshot then create the volume from the unencrypted snapshot D. First you must create a copy of the shared snapshot, then you can create the EBS volume from the copy Ans: D
  • 27. Sharing of Encrypted Snapshots Ê You must first create a copy of the encrypted snapshot from other accounts before you can use it to create / restore EBS volumes Ê You can choose the re-encrypt it during the copy process using one of your own CMK keys to have full control over it Ê This protects your copy in case the original account , that shared this snapshot with you, revokes your access to the key used to encrypt the original snapshot.
  • 28. Question 25 An AWS account “A” shared an encrypted snapshot with AWS account “B”. The owner of AWS account “B” created a copy of it, then created an EBS volume off that copy. Later, the owner of AWS account “A” revoked AWS account “B”’s rights on the CMK encryption key of the originally shared snapshot. Would AWS account “B”’s access to the created EBS volume off of the shared snapshot copy be impacted? Why? A. No, since a copy is already created and the volume is under the new account B. No, the access to the shared snapshot will be impacted, but not the EBS volume created C. Yes, EBS volume data will be unencrypted since access to the CMK key used to encrypt the shared snapshot is lost D. Yes, EBS volume access will be denied, since the permissions over the CMK key used to encrypt the shared snapshot is now revoked, which is still the key used to encrypt the created EBS volume Ans: D
  • 29. Question 26 You have an encrypted snapshot that is shared from another AWS account.You are trying to copy the snapshot and then use the copy to create an EBS volume, but for some reason the copy process does not happen, what could be a reason for this? A. You can not have an encrypted shared snapshot B. You may not have access to the Custom CMK key used to encrypt the shared snapshot, check with the sharing AWS account owner C. There is a problem with your default CMK encryption key D. Log out and log in again to AWS console and try again Ans: B
  • 30. Question 27 Which of the below options would give the highest IOPS for your data that does not need to be persistent? A. Use optimized EC2 instances B. Use the instance’s local (ephemeral) storage allocated on the local host C. Use S3 RRS D. Use magnetic HDD Ans: B
  • 31. Question 28 You need to increase the write throughput for your EC2 instances’ EBS volumes, which of the below can help you achieve this? (Choose 3) A. Use the XLarge instance size of your instance family B. Always use DynamoDB as it can provide a higher I/O C. Use provisioned IOPS EBS volumes D. Use EBS optimized instances E. Use a RAID array of your EBS volumes Ans: C,D,E
  • 32. Question 29 You launched an instance-store backed EC2 instance, and now you need to add an additional Instance store volume, how can you achieve this? A. Create the instance-store volume on the EC2 host and attach it to the EC2 instance B. Instance store volumes can be added only while launching the instance, and can’t be added after the EC2 instance is created C. Add an EBS volume and check the Instance-store box to enable instance store features D. You can not have an EC2 instance with Instance store Ans: B
  • 33. Question 30 What are the data block stores available and can be attached/ used by an Amazon EC2? (Choose 2) A. Elastic Block Store (EBS) B. Instance Store C. S3 D. S3-IA Ans: A,B