Assessment Test Flashcards
(39 cards)
True/false: An EC2 instance must be in a public subnet to access the Internet.
False - An EC2 instance can access the Internet from a private subnet provided it uses a NAT gateway or NAT instance. See Chapter 4 for more information.
Which instance type will, if left running, continue to incur costs?
A. Spot
B. Standard reserved
C. On-demand
D. Convertible reserved
C. On-demand
On-demand instances will continue to run and incur costs. Reserved instances cost the same whether they’re running or stopped. Spot instances will be terminated when the spot price exceeds your bid price. See Chapter 13 for more information.
You created a Virtual Private Cloud (VPC) using the Classless Inter-Domain Routing (CIDR) block 10.0.0.0/24. You need to connect to this VPC from your internal network, but the IP addresses in use on your internal network overlap with the CIDR. Which of the following is a valid way to address this problem?
A. Remove the CIDR and use IPv6 instead.
B. Change the VPC’s CIDR.
C. Create a new VPC with a different CIDR.
D. Create a secondary CIDR for the VPC.
C. Create a new VPC with a different CIDR.
You can’t change the primary CIDR for a VPC, so you must create a new one to connect it to your internal network. See Chapter 4 for more information.
True/false: You can create a DynamoDB global secondary index for an existing table at any time.
True - You can create a global secondary index for an existing table at any time. You can create a local secondary index only when you create the table. See Chapter 5 for more information.
Where do AWS Config and CloudTrail store their logs?
A. S3 buckets
B. CloudWatch Logs
C. CloudTrail Events
D. DynamoDB
E. Amazon Athena
A. S3 buckets
Both store their logs in S3 buckets. See Chapter 7 for more information.
Which ElastiCache engine can persistently store data?
A. MySQL
B. Memcached
C. MongoDB
D. Redis
D. Redis
ElastiCache supports Memcached and Redis, but only the latter can store data persistently. See Chapter 11 for more information.
What is a difference between a token generated by the AWS Security Token Service (STS) and an IAM access key?
A. The token generated by STS can’t be used by an IAM principal.
B. An IAM access key is unique.
C. The token generated by STS can be used only once.
D. The token generated by STS expires.
D. The token generated by STS expires.
STS tokens expire and IAM access keys do not. An STS token can be used more than once. IAM access keys and STS tokens are both unique. An IAM principal can use an STS token. See Chapter 6 for more information.
Which of the following services can you deactivate on your account?
A. Security Token Service (STS)
B. CloudWatch
C. Virtual Private Cloud (VPC)
D. Lambda
A. Security Token Service (STS)
You can deactivate STS for all regions except US East. See Chapter 12 for more information.
Which of the following steps does the most to protect your AWS account?
A. Deleting unused Identity and Access Management (IAM) policies
B. Revoking unnecessary access for IAM users
C. Rotating root access keys
D. Restricting access to S3 buckets
E. Rotating Secure Shell (SSH) key pairs
B. Revoking unnecessary access for IAM users
Revoking unnecessary access for IAM users is the most effective of the listed measures for protecting your AWS account. See Chapter 6 for more information.
Which of the following can be used to encrypt the operating system of an EC2 instance?
A. AWS Secrets Manager
B. CloudHSM
C. AWS Key Management Service (KMS)
D. AWS Security Token Service (STS)
C. AWS Key Management Service (KMS)
KMS can be used to encrypt Elastic Block Store (EBS) volumes that store an instance’s operating system. See Chapter 6 for more information.
True/false: You can use an existing domain name with Route 53 without switching its registration to AWS.
A. True
B. False
A. True
Route 53 is a true DNS service in that it can host zones for any domain name. You can also register domain names with or transfer them to Route 53. See Chapter 8 for more information.
You want to use Route 53 to send users to the application load balancer closest to them. Which of the following routing policies lets you do this with the least effort?
A. Latency routing
B. Geolocation routing
C. Geoproximity routing
D. Edge routing
C. Geoproximity routing
Geoproximity routing routes users to the location closest to them. Geolocation routing requires you to create records for specific locations or create a default record. See Chapter 8 for more information.
True/false: The Developer Support plan provides access to a support application programming interface (API).
A. True
B. False
B. False
The Business plan offers access to a support API, but the Developer plan does not. See Chapter 1 for more information.
You’re designing an application that takes multiple image files and combines them into a video file that users on the Internet can download. Which of the following can help you quickly implement your application in the fastest, most highly available, and most cost-effective manner?
A. EC2 spot fleet
B. Lambda
C. Relational Database Service (RDS)
D. Auto Scaling
Lambda
Lambda is a highly available, reliable, “serverless” compute platform that runs functions as needed and scales elastically to meet demand. EC2 spot instances can be shut down on short notice. See Chapter 10 for more information.
True/false: Changing the instance type of an EC2 instance will change its elastic IP address.
A. True
B. False
B. False
An elastic IP address will not change. A public IP address attached to an instance will change if the instance is stopped, as would happen when changing the instance type. See Chapter 2 for more information.
True/false: An EC2 instance in a private subnet can resolve an “A” resource record for a public hosted zone hosted in Route 53.
A. True
B. False
A. True
An EC2 instance in a private subnet still has access to Amazon’s private DNS servers, which can resolve records stored in public hosted zones. See Chapter 8 for more information.
True/false: You can use either CodeDeploy or an AWS Systems Manager command document to deploy a Lambda application.
A. True
B. False
B. False
You can use CodeDeploy to deploy an application to Lambda or EC2 instances. But an AWS Systems Manager command document works only on EC2 instances. See Chapter 14 for more information.
True/false: AWS is responsible for managing the network configuration of your EC2 instances.
A. True
B. False
B. False
Customers are responsible for managing the network configuration of EC2 instances. AWS is responsible for the physical network infrastructure. See Chapter 1 for more information.
True/false: After uploading a new object to S3, there will be a slight delay (one to two seconds) before the object is available.
A. True
B. False
B. False
S3 uses a read-after-write consistency model for new objects, so once you upload an object to S3, it’s immediately available. See Chapter 3 for more information.
An application you want to run on EC2 requires you to license it based on the number of physical CPU sockets and cores on the hardware you plan to run the application on. Which of the following tenancy models should you specify?
A. Dedicated host
B. Dedicated instance
C. Shared tenancy
D. Bring your own license
A. Dedicated host
The dedicated host option lets you see the number of physical CPU sockets and cores on a host. See Chapter 2 for more information.
Which of the following services can alert you to malware on an EC2 instance?
A. AWS GuardDuty
B. AWS Inspector
C. AWS Shield
D. AWS Web Application Firewall
A. AWS GuardDuty
GuardDuty looks for potentially malicious activity. Inspector looks for vulnerabilities that may result in compromise. Shield and Web Application Firewall protect applications from attack. See Chapter 12 for more information.
True/false: You can use a Quick Start Amazon Machine Image (AMI) to create any instance type.
A. True
B. False
A Quick Start AMI is independent of the instance type. See Chapter 2 for more information.
A. True
Which of the following use cases is well suited for DynamoDB?
A. Running a MongoDB database on AWS
B. Storing large binary files exceeding 1 GB in size
C. Storing JSON documents that have a consistent structure
D. Storing image assets for a website
C. Storing JSON documents that have a consistent structure
DynamoDB is a key-value store that can be used to store items up to 400 KB in size. See Chapter 5 for more information.
True/false: The EBS Lifecycle Manager can take snapshots of volumes that were once attached to terminated instances.
A. True
B. False
True
The EBS Lifecycle Manager can take scheduled snapshots of any EBS volume, regardless of attachment state. See Chapter 13 for more information.