AWS Associate Solution Architect FAQ’s Part – 1

As a disclaimer, there is no better preparation than hands-on experience. However, the below practice question and answer should give some insight into the type of scenario you could expect part of the exam.

1Can I delete a snapshot of the root device of an EBS volume used by a registered AMI?
ATo delete an EBS Snapshot attached to a registered AMI, first, remove the AMI, then the snapshot can be deleted.
2EBS Snapshots are backed up to S3 in what manner?
AEBS snapshots use incremental backups and are stored in S3.
3Standard Reserved Instances can be moved between regions?
AStandard Reserved Instances cannot be moved between regions. You can choose if a Reserved Instance applies to either a specific Availability Zone, or an Entire Region, but you cannot change the region
4Will an Amazon EBS root volume persist independently from the life of the terminated EC2 instance to which it was previously attached? In other words, if I terminated an EC2 instance, would that EBS root volume persist?
AYou can control whether an EBS root volume is deleted when its associated instance is terminated. The default delete-on-termination behaviour depends on whether the volume is a root volume, or an additional volume. By default, the DeleteOnTermination attribute for root volumes is set to ‘true.’ However, this attribute may be changed at launch by using either the AWS Console or the command line. For an instance that is already running, the DeleteOnTermination attribute must be changed using the CLI.
5Which EC2 feature uses SR-IOV?
AEnhanced networking uses single root I/O virtualization (SR-IOV) to provide high-performance networking capabilities on supported instance types.
6What type of storage are Amazon’s EBS volumes based on?
ABlock-based
7If an Amazon EBS volume is attached as an additional disk (not the root volume), can I detach it without stopping the instance?
ASince the additional disk does not contain the operating system, you can detach it in the EC2 Console while the instance is running. However, any data on that drive would become inaccessible, and possibly cause problems for the EC2 instance
8When can you attach/replace an IAM role on an EC2 instance?
AIAM Roles can be attached to instances in the stopped or running state, or replaced for instances in the running state. Prior to early 2017, you would only be able to attach an IAM role at launch, and if you wanted to attach a role, you would have to terminate and re-launch the instance.
9The use of a cluster placement group is ideal ___
ACluster Placement Groups are primarily about keeping you compute resources within one network hop of each other on high speed rack switches. This is only helpful when you have compute loads with network loads that are either very high or very sensitive to latency.
10Is it possible to perform actions on an existing Amazon EBS Snapshot?
AYou can use AWS APIs, CLI or the AWS Console to copy snapshots, share snapshots, and create volumes from snapshots
AWS Associate Solution Architect FAQ’s Part – 1

Summary & Next Steps

We would strongly encourage you to refer to the remaining part in this series if you are aiming for the certification and also the “cloud computing and services section” for a good read on the related solutions.

Happy learning

Add a Comment

Your email address will not be published. Required fields are marked *