Which of the following is an advantage of Amazon Relational Database Service RDS?

Upgrade to remove ads

Only SGD 41.99/year

  1. Science
  2. Computer Science

  • Flashcards

  • Learn

  • Test

  • Match

  • Flashcards

  • Learn

  • Test

  • Match

Questions and Answers

Terms in this set (50)

Amazon Relational Database Service (Amazon RDS) offers which of the following benefits over traditional database management?

AWS automatically scales up instance types on demand.

Which AWS services provide a way to extend an on-premises architecture to the aws cloud?

Amazon Connect and Amazon CloudFront

A web application is hosted on AWS using an Elastic Load Balancer, multiple Amazon EC2 instances, and Amazon RDS. Which security measures fall under the responsibility of AWS? (Select TWO.)

Protecting against IP spoofing and packet sniffing and Installing the latest security patches on the RDS instance

What AWS service would be used to centrally manage AWS access across multiple accounts?

AWS

What is the purpose of a policy in AWS Identity Access Management (IAM)?

To assign permissions to a role, group, or user

Which of the following is Amazon Aurora compatible with? (Select TWO.)

MySQL and PostgreSQL

A company needs an Amazon S3 bucket that cannot have any public objects due to compliance requirements How can this be accomplished?

Enable S3 Block Public Access from the AWS Management Console

Which AWS IAM feature allows developers to access AWS services through the AWS CLI?

Access keys

Where can users find a catalog of AWS-recognized providers of third-party security solutions?

AWS Service Catalog

Which of the following are valid ways for a customer to interact with AWS services? (Select TWO.)

Command line interface and Software Development Kits

A user is planning to migrate an application workload to the AWS Cloud Which control becomes the responsibility of AWS once the migration is complete?

Patching the guest operating system

Which architectural principle is used when deploying an Amazon Relational Database Service (Amazon RDS) instance in Multiple Availability Zone mode?

Design for failure.

What are the multiple, isolated locations within an AWS Region that are connected by low- latency networks called?

Availability Zones

Which benefit of the AWS clouds supporting matching the supply of resources with changing workloads demands?

Elasticity

Which of the following are pillars of the AWS Well-Architected Framework? (Select TWO )

Performance efficiency and Security

Which AWS service enables users to security connect to AWS resources over the public internet?

AWS Direct Connect

Which AWS service helps users meet contractual and regulatory compliance requirements for data security by using dedicated hardware appliances within the AWS Cloud?

AWS CloudHSM

When comparing AWS Cloud with on-premises Total Cost of Ownership, which expenses must be considered? (Choose two.)

Storage hardware and Physical servers

Which design principles for cloud architecture are recommended when re-architecting a large monolithic application? (Select TWO.)

Implement loose coupling and Design for scalability.

What can users access from AWS Artifact?

A download of configuration management details for all AWS resources

Which of the following are characteristics of Amazon S3? (Select TWO.)

An object store and A durable storage system

Which service allows a company with multiple AWS accounts to combine its usage to obtain volume discounts?

AWS Organizations

A company is using Amazon Elastic Container Service (Amazon ECS) for a development environment AWS is responsible for which Amazon ECS components? (Select TWO.)

IAM and Guest operating system

Which AWS service or feature can be used to monitor CPU usage?

Amazon CloudWatch

Which of the following are benefits of hosting infrastructure in the AWS Cloud? (Choose two.)

AWS manages all security in the cloud and Users have the ability to provision resources on demand.

If a customer needs to audit the change management of AWS resources, which of the following AWS services should the customer use?

AWS Config

The use of what AWS feature or service allows companies to track and categorize spending on a detailed level?

Cost allocation tags

Which of the following are benefits of running a database on amazon rds compared to an on premises database?

RDS backup are managed by AWS and RDS has no database engineer licensing costs.

If each department within a company has its own AWS account, what is one way to enable consolidated billing?

Create an AWS Organization from the payer account and invite the other accounts to join.

Which service provides a hybrid storage service that enables on-premises applications to seamlessly use cloud storage?

AWS Storage Gateway

A company has deployed several relational databases on Amazon EC2 instances Every month the database software vendor releases new security patches that need to be applied to the databases What is the MOST efficient way to apply the security patches?

Use AWS Systems Manager to automate database patching according to a schedule

Which of the following allows an application running on an Amazon EC2 instance to securely write data to an Amazon S3 bucket without using long term credentials?

AWS IAM role

Which service stores objects, provides real-time access to those objects, and offers versioning and lifecycle capabilities?

Amazon S3

Which service's PRIMARY purpose is software version control?

AWS CodeCommit

A user has underutilized on-premises resources Which AWS Cloud concept can BEST address this Issue?

Elasticity

Which of the Reserved Instance (RI) pricing models can change the attributes of the RI as long as the exchange results in the creation of RIs of equal or greater value?

Convertible RIs

Which of the following AWS services can be used to serve large amounts of online video content with the lowest possible latency? (Select TWO.)

Amazon S3 and Amazon CloudFront

Which AWS service provides a simple and scalable shared file storage solution for use with Linux-based AWS and on-premises servers?

Amazon EFS

As part of the AWS shared responsibility model, which of the following operational controls do users fully inherit from AWS?

User and access management

Which service would provide network connectivity in a hybrid architecture that includes the AWS Cloud?

Amazon VPC

Which of the following common IT tasks can AWS cover to free up company IT resources? (Select TWO.)

Patching databases software and Backing up databases

What is the MINIMUM AWS Support plan that provides designated Technical Account Managers?

Enterprise

Which of the following is an important architectural principle when designing cloud applications?

Design for failure.

Which AWS service can be used in the application deployment process?

AWSCodePipeline

IT systems should be designed to reduce interdependencies, so that a change or failure in one component does not cascade to other components This is an example of which principle of cloud architecture design?

Loose coupling

Which Amazon RDS feature can be used to achieve high availability?

Multiple Availability Zones

Which of the following are benefits of AWS Global Accelerator? (Select TWO)

Improved availability of applications deployed on AWS and Decreased latency to reach applications deployed on AWS

How does AWS shorten the time to provision IT resources?

It provides the ability to programmatically provision existing resources.

of security in the AWS Cloud?

Physical security

Which AWS Support plan offers access to self-paced labs?

Enterprise Support

Students also viewed

Exam Topics 11

33 terms

ThomasJanknechtPLUS

AWS Cloud Practitioner

150 terms

Richard_Ens

Cloud Practitioner - DataBases-Exam-Prep

22 terms

rubina_habib2

Exam Topics 10

60 terms

ThomasJanknechtPLUS

Sets found in the same folder

Test 1

51 terms

Adrianna_MilcPLUS

Test 2

50 terms

Adrianna_MilcPLUS

Test 3

50 terms

Adrianna_MilcPLUS

Test 4

50 terms

Adrianna_MilcPLUS

Other sets by this creator

Zajęcia nr 24 - Kolory

46 terms

Adrianna_MilcPLUS

Zajęcia nr 23 - Podróże

19 terms

Adrianna_MilcPLUS

Zajęcia nr 22 - Unit 3 I need to see a doctor

15 terms

Adrianna_MilcPLUS

Phrasal Verbs - The Turn Verbs

4 terms

Adrianna_MilcPLUS

Verified questions

computer science

Differentiate between nested loops and normal loops.

Verified answer

computer science

Compute the DFT of the vector (0, 1, 2, 3).

Verified answer

computer science

To get the average of a series of values, you add the values up and then divide the sum by the number of values. Write a program that stores the following values in five different variables: 28, 32, 37, 24, and 33. The program should first calculate the sum of these five variables and store the result in a separate variable named sum. Then, the program should divide the sum variable by 5 to get the average. Display the average on the screen.

Verified answer

computer science

Many financial experts advise that property owners should insure their homes or buildings for at least 80 percent of the amount it would cost to replace the structure. Write a program that asks the user to enter the replacement cost of a building and then displays the minimum amount of insurance he or she should buy for the property.

Verified answer

Recommended textbook solutions

Which of the following is an advantage of Amazon Relational Database Service RDS?

Engineering Electromagnetics

8th EditionJohn Buck, William Hayt

483 solutions

Which of the following is an advantage of Amazon Relational Database Service RDS?

Introduction to the Theory of Computation

3rd EditionMichael Sipser

389 solutions

Which of the following is an advantage of Amazon Relational Database Service RDS?

Starting Out with Python

4th EditionTony Gaddis

629 solutions

Which of the following is an advantage of Amazon Relational Database Service RDS?

Fundamentals of Python: First Programs

2nd EditionKenneth Lambert

419 solutions

Other Quizlet sets

Chapter 4 Principles of Health

152 terms

lil-dude_

Philosophy test #2

34 terms

smcfarlane0626

ASTRO TEST CH3 MATERIAL

94 terms

Matt_Miller00

What is one of the advantages of the Amazon RDS?

Amazon RDS makes it easy to use replication to enhance availability and reliability for production workloads. Using the Multi-AZ deployment option, you can run mission-critical workloads with high availability and built-in automated failover from your primary database to a synchronously replicated secondary database.

Which of the following are the benefits of AWS relational database service?

Amazon Relational Database Service provides resizable capacity while it automates administration tasks such as hardware provisioning, patching, backups and database setup. Amazon RDS is secure and allows faster performance.

Which of the following are benefits of running a database on Amazon RDS compared to an on premises database?

Which of the following are benefits of running a database on amazon rds compared to an on premises database? RDS backup are managed by AWS and RDS has no database engineer licensing costs.

What are the advantages of using Amazon RDS instead of setting up MySQL database on an EC2 instance?

High Availability: Amazon RDS vs MySQL on EC2 High Availability. Amazon RDS provides high availability and failover support for DB instances with Multi-AZ deployments. Multi-AZ deployments for MySQL use Amazon technology that automatically provisions and maintains a synchronous standby replica in a different AZ.