AWS SA Cert Q&A Flashcards
(54 cards)
A client application requires operating system privileges on a relational database server. What’s an appropriate configuration for a highly available database architecture?
Amazon EC2 instances in a replication configuration utilizing two different Availability zones
You have been tasked with choosing a datastore to persist GPS coordinates for a new app. The service needs consistent, single-digit-millisecond latency at any scale. Which AWS service meets your requirements?
Amazon DynamoDB
Your company IT policy prohibits employees from handling application credentials. Any credentials must be rotated at least monthly. You plan to deploy a new application on Amazon EC2 instances in an Auto Scaling group within a VPC. The application must access objects within an Amazon S3 bucket. The application will leverage an Amazon SDK. Which approach meets these requirements?
Launch the Amazon EC2 instances with an IAM role that has access privileges to the amazon S3 bucket
A company has configured and peered two VPCs: VPC-1 and VPC-2. VPC-1 contains only private subnets, and VPC-2 CONTAINS only public subnets. The company uses a single AWS Direct Connect connection and private virtual interface to connect their on premises network with VPC-1. Which two methods increases the fault tolerance of the connection to VPC-1?
Establish a hardware VPN over the Internet between VPC-1 and the on-premises network
Establish a new AWS Direct Connect connection and a private virtual interface IN the same AWS region as VPC-1
Which of the following requires a custom CloudWatch metric to monitor?
Memory Utilization of an EC2 instance
An application on an Amazon EC2 instance routinely stops responding to requests and requires a reboot to recover. The application logs are already exported into Amazon CloudWatch, and you notice that the problem consistently follows the appearance of a specific message in the log. The application team is working to address the bug, but has not provided a date for the fix. What work around can you implement to automate recovery of the instance until the fix is deployed?
Create an Amazon CloudWatch alarm on an Amazon CloudWatch Logs filter for that message; based on that alarm, trigger an Amazon CloudWatch action to reboot the instance
When creation of an EBS snapshot is initiated, but not completed, the EBS volume
Can be used while the snapshot is in progress
Your company’s IT policies mandate that all critical data must be duplicated in two physical locations at least 200 miles apart. Which storage option meets this requirement?
One Amazon S3 bucket
You are designing a high performance computing (HPC) cluster. You will lauch 20 Amazon EC2 r3.2xlarge instances into a placement group. You need the highest packet-per-second performance and lowest latency for your application. Which configuration should you use?
Assign a minimum of two elastic network interfaces per Amazon EC2 Instance
OR
Enable enhanced networking on all the Amazon EC2 instances
Which services can invoke AWS Lambda functions (2)?
Amazon SNS
Amazon DynamoDB
Which of the following does AWS own under the shared security responsibility mode (select 3)?
Physical security of AWS data centers and facilities
Patching of Amazon Elastic Compute Cloud hypervisors
Decommissioning storage devices at end of life
Your organization needs to ingest a big data stream into their data lake on Amazon S3. The data may stream in at a rate of hundreds of megabytes per second.
What AWS service will accomplish the goal with the least amount of management?
Amazon Kinesis Firehose
You have a distributed application that periodically processes large volumes of data across multiple Amazon EC2 instances. The application is designed to recover gracefully from Amazon EC2 instance failures. You are required to accomplish this task in the most cost-effective way. Which of the following will meet your requirements?
Spot Instances
Your Amazon RDS MySQL DB instance runs on the largest available instance type. The DB instance runs at near capacity for CPU and network bandwidth. You expect traffic to increase and are looking for ways you can continue to scale your database.
Which strategies allow you to continue to scale and take on more traffic (select 2)?
Create an Amazon ElastiCache cluster:configure the app to retrieve frequently accessed data and queries from the cache
Create a read replica of the master database in another Availability Zone :configure the app to send read-only calls to the replica
Which of the following are characteristics of a reserved instance? (select 3)
It CAN BE USED to lower Total Cost of Ownership (TCO) of a system
It is specific to an Instance Type
It CAN BE applied to instances launched by Auto Scaling
Which security functions are based on AWS STS? (Select 2)
Granting cross-account access with IAM roles
Authenticating IAM user by using access keys
You are trying to use SSH to connect from your laptop an Amazon EC2 instance over the Internet. You cannot establish a connection. Why?
The network ACL is set to deny all outbound TCP traffic to your laptop IP address
Your company has separate AWS account for development and production. Each developer is assigned an IAM user in the development account. Developers occasionally need to access the production account to roll out changes to that environment. How do they do this if your company does not allow the creation of IAM users in the production account?
Create an IAM role in the production account. Allow IAM users in the development account to assume the role
Which of the following are characteristics of Amazon VPC subnets? (select 2)
Each subnet maps to a single Availability Zone
By default all subnets can route between each other,whether they are private or public
A customer is leveraging Amazon Simple Storage Service in eu-west-1 to store static content for a web-based property. The customer is storing objects using the Standard Storage class. Where are the customer’s objects replicated?
Multiple facilities in eu-west-1
You have been asked to design a fault-tolerant and scalable web application across three Availability zones. The presentation logic will reside on web servers behind an ELB classic Load Balancer, and the application logic will reside on a set of app servers behind a second load balancer.
How should you use Auto Scaling groups?
Deploy two auto scaling groups: one for the web servers in all availability zones and one for the app servers in all availability zones
You are launching an application in an Auto Scaling group. To store the user session state, you need a structured storage service with durability and low latency. Which service meets your needs?
Amazon elasticache
You have an application running on an Amazon ec2 instance that uploads 4-gb video objects to amazon s3. Video uploads are taking longer than expected, resulting in poor application performance.
Which action can help improve the upload performance?
Use amazon s3 multi-part upload
After creating a new IAM user which of the following must be done before they can successfully make API calls?
Create a set of access keys for the user