Which use cases indicate that a non-relational database might be a better solution than a relational database? (Select TWO.)
Which statement that compares a database service that Amazon Web Services (AWS) manages with a database on an Amazon EC2 instance is true?
Which examples are good use cases for Amazon Relational Database Service (Amazon RDS)? (Select THREE.)
A small company is deciding which service to use for an enrollment system for their online training website. Choices are MySQL on Amazon EC2, MySQL in Amazon RDS, and Amazon DynamoDB. Which combination of use cases suggests using Amazon RDS? (Select THREE)
(All three options support encryption for data and transactions. Managed services provide high availability and backups as configurable options. They can be implemented for Amazon EC2 as part of the architecture design.)
Which scenarios are good use cases for Amazon Dynamo DB (Select THREE.)
(Amazon DynamoDB is better when data can be stored in a few tables. An RDBMS is better suited to joining data from many tables. DynamoDB is not a graph database; use Amazon Neptune instead. Do not store BLOBS in Dynamo DB, store a link to the BLOB that is stored in S3.)
A small game company is designing an online game, where thousands of players can create their own in-game objects. The current design uses a MySQL database in Amazon RDS to store data from player-created objects. Which use cases suggest that DynamoDB might be a better solution? (Select TWO.)
( Because players create their own objects, the object attributes are unpredictable, and the database schema cannot be determined beforehand. A large number of objects, each with potentially different attributes, is a good use case for Amazon Dynamo DB)
Which techniques should you use to secure an Amazon RDS database? (Select THREE.)
( The RDBMS controls access to the tables and data, and IAM does not. VPC gateway endpoints are not available for Amazon RDS; use network ACLs, security groups, and VPC interface endpoints to restrict traffic. A VGW is used in AWS Direct Connect, not to filter traffic.)
Which techniques should you use to secure Amazon Dynamo DB? (Select THREE.)
(Because DynamoDB is serverless, it does not have instances that deploy in a VPC and use security groups. A VGW is used in Direct Connect, not to filter traffic.)
A company wants to migrate their on-premises Oracle database to Amazon Aurora MySQL. Which process describes the high-level steps?
You must perform a heterogeneous migration from your on-premises facility to a database in a virtual private cloud (VPC). You will use AWS Snowball Edge and AWS Database Migration Services (AWS DMS). At which point do you use AWS Schema Conversion Tool (AWS SCT)?