AWS Cert SA Patrice exam 2 Flashcards
Which of the following are true about Amazon S3-RRS?
S3-RRS = 99.9 availability, 99.99 durability & used for reproducible objects
Reduced Redundancy Storage (RRS) enables customers to reduce their costs by storing non-critical, reproducible data at lower levels of redundancy than Amazon S3’s standard storage.
The customer service organization at your company just told you that a client’s purchase from your website was processed twice. Your order process involves EC2 instances processing messages from an SQS queue. What changes might you make to ensure this does not happen again?
An SWF work flow ensure that actions are executed only once.
True or False: By default, Amazon RDS enables automated backups of your DB instance with a 1-day retention period.
True
By default and at no additional charge, Amazon RDS enables automated backups of your DB Instance with a 1 day retention period.
It is best practice to use Access Keys whenever possible, rather than IAM Roles.
False
It is always better to assign roles. Following the “least privilege” model, IAM Roles grant each user a unique set of security credentials.
True or False: Availability Zones in a given Region are connected by low-latency links, facilitating the development of fault-tolerant, high-availability applications.
True
Availability Zones offer you the ability to operate production applications and databases which are more highly available, fault-tolerant and scalable than would be possible from a single data centre.
You have a custom VPC for your organization. You discover that one of your developers has created an RDS instance in the default VPC and this is in violation of company policy. You need to create this RDS instance inside your custom VPC with as little effort as possible. What should you do?
The easiest way would be to take a snapshot of your DB Instance outside VPC and restore it to VPC by specifying the DB Subnet Group you want to use.
You are working for a real estate company and you need to be able to record configuration changes to Amazon RDS DB Instances, DB Subnet Groups, DB Snapshots, DB Security Groups, and Event Subscriptions. What AWS service should you use to achieve this?
You can use AWS Config to continuously record configurations changes to Amazon RDS DB Instances, DB Subnet Groups, DB Snapshots, DB Security Groups, and Event Subscriptions and receive notification of changes through Amazon Simple Notification Service (SNS).
Which AWS service should you use to host MySQL, MariaDB, Oracle, SQL Server, or PostgreSQL database where you do not need to manage the underlying operating system?
RDS
You have an RDS database that has moderate I/O requirements. Which storage medium would be best to accommodate these requirements?
Amazon RDS General Purpose (SSD) Storage would be the most suitable
The large manufacturing company you work for is interested in moving their production estate to AWS. They run a Joomla store which utilizes MySQL on the back end. Currently, they also use clustered MySQL databases in an active/passive configuration at a single site. By moving to AWS they want an active/passive configuration across 2 geographically distinct locations, with automatic failover between the two. As their solutions architect, which of the following RDS options should you recommend?
To automatically failover from one geographic location to another you should use Multi-AZ for RDS.
You have a production application that is on the largest RDS instance possible, and you are still approaching CPU utilization bottlenecks. You have implemented read replicas, ElastiCache and even CloudFront and S3 to cache static assets, but you are still bottlenecking. What should be your next step?
You should implement database partitioning and spread your data across multiple DB Instances.
The insurance company you work for is implementing new IT security policies for all RDS instances. In the future, you will need to perform both security analyses and operational troubleshooting on your RDS estate. As such, you will need a history of all RDS API calls made on your account. What AWS service should you use to achieve this?
AWS CloudTrail is a web service that records AWS API calls for your account and delivers log files to you. The AWS API call history produced by CloudTrail enables security analysis, resource change tracking, and compliance auditing.
What are the two different ways of automating your RDS backups?
Amazon RDS provides two different methods for backing up and restoring your DB Instance(s): automated backups and database snapshots.
What type of replication is supported by read replica instances?
Updates are applied to your Read Replica(s) after they occur on the source DB Instance using “asynchronous” replication.
Which three of the following statements are not true?
The only true statement is, “EBS Volumes cannot be attached to an EC2 instance in another AZ.” The rest are false.
You need to configure a new subnet in your VPC for a database cluster you are building. The subnet will never need more than six IP addresses. Which of the following is the best choice for this subnet?
Databases generally do not require public access from the Internet, so a private subnet is the better choice from a security perspective. /28 is the smallest possible subnet in an AWS VPC.
An Availability Zone comprises multiple Regions
False Just the opposite: A Region comprises at least two Availability Zones.
Which three of the following events would cause Amazon RDS to initiate a failover to the standby replica?
The events would cause Amazon RDS to initiate a failover to the standby replica would be; Loss of availability in primary Availability Zone, Loss of network connectivity to primary, Compute unit failure on primary, Storage failure on primary
What is the minimum size of an SSD EBS Volume?
SSD volumes must be between 1 GiB - 16 TiB.
True or False: An application designed for fault tolerance and high availability should almost always be built across multiple Availability Zones
True - Architects who care about the availability and performance of their applications should deploy across multiple Availability Zones in the same region for fault tolerance and low latency.
You are auditing your company’s RDS estate, and you discover a database that is in a single Availability Zone – a violation of company policy. You decide to convert this to a multi-AZ deployment. Which three of the following things will happen?
For the RDS MySQL, MariaDB, PostgreSQL and Oracle database engines, when you elect to convert your RDS instance from Single-AZ to Multi-AZ, the following happens: A snapshot of your primary instance is taken, A new standby instance is created in a different Availability Zone, from the snapshot, synchronous replication is configured between primary and standby instances.
True or False: In addition to hosting domains, Route 53 serves as a domain registrar.
True - You can register domains with Amazon Route 53. You can also transfer the registration for existing domains from other registrars to Amazon Route 53 or transfer the registration for domains that you register with Amazon Route 53 to another registrar.
Your SQL server requires a specific type of collation and some unique third party tools installed on it. You will need access to the underlying operating system for management and monitoring of these third party tools. However, you’d like to keep the overall amount of management to a minimum. Which AWS service would best suit your needs?
As you need access to the underlying host operating system, your best option would be to deploy SQL Server on EC2 backed by EBS.
True or False: It’s possible to have a Multi-AZ copy of your read replica?
False
At this time, you cannot have a multi-AZ copy of your read replica.
Your data warehousing company has a number of different RDS instances. You have a medium size instance with automated backups switched on and a retention period of 1 week. One of your staff carelessly deletes this database. Which two of the following apply.
Under normal circumstances, all automatic backups of an RDS instance are deleted upon termination. However, it is possible to can create a final DB Snapshot upon deletion.If you do, you can use this DB Snapshot to restore the deleted DB Instance at a later date. Amazon RDS retains this final user-created DB Snapshot along with all other manually created DB Snapshots after the DB Instance is deleted.
True or False: A Region is another name for an Edge Location.
Regions and Availability Zones are not the same thing: An AWS Region is a geographic area, comprising two or more Availability Zones (data centers.) An Edge Location is simply a content delivery network endpoint.