Amazon RDS creates an SSL certificate and installs the certificate on the DB Instance when Amazon RDS provisions the instance. These certificates are signed by a certificate authority. The __ is stored at https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem.
Amazon RDS creates an SSL certificate and installs the certificate on the DB Instance when Amazon RDS provisions the instance. These certificates are signed by a certificate authority. The __ is stored at https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem.A . private keyB . foreign keyC . public keyD . protected keyView AnswerAnswer: A
What happens to data on an ephemeral volume of an EBS-backed EC2 instance if it is terminated or if it fails?
What happens to data on an ephemeral volume of an EBS-backed EC2 instance if it is terminated or if it fails?A . Data is automatically copied to another volume.B . The volume snapshot is saved in S3.C . Data persists.D . Data is deleted.View AnswerAnswer: D Explanation: Any data on the...
What additional step is required to allow access from the private instances?
You manually launch a NAT AMI in a public subnet. The network is properly configured. Security groups and network access control lists are property configured. Instances in a private subnet canaccess the NAT. The NAT can access the Internet. However, private instances cannot access the Internet. What additional step is required to allow access from the...
Which of the following is not a benefit of using multipart uploads?
You have just discovered that you can upload your objects to Amazon S3 using Multipart Upload API. You start to test it out but are unsure of the benefits that it would provide. Which of the following is not a benefit of using multipart uploads?A . You can begin an upload before...
To help you manage your Amazon EC2 instances, images, and other Amazon EC2 resources, you can assign your own metadata to each resource in the form of _____
To help you manage your Amazon EC2 instances, images, and other Amazon EC2 resources, you can assign your own metadata to each resource in the form of _____A . special filtersB . functionsC . tagsD . wildcardsView AnswerAnswer: C
Are you able to integrate a multi-factor token service with the AWS Platform?
Are you able to integrate a multi-factor token service with the AWS Platform?A . Yes, using the AWS multi-factor token devices to authenticate users on the AWS platform.B . No, you cannot integrate multi-factor token devices with the AWS platform.C . Yes, you can integrate private multi-factor token devices to...
Can we attach an EBS volume to more than one EC2 instance at the same time?
Can we attach an EBS volume to more than one EC2 instance at the same time?A . NoB . Yes.C . Only EC2-optimized EBS volumes.D . Only in read mode.View AnswerAnswer: A
Do the Amazon EBS volumes persist independently from the running life of an Amazon EC2 instance?
Do the Amazon EBS volumes persist independently from the running life of an Amazon EC2 instance?A . NoB . Only if instructed to when createdC . YesView AnswerAnswer: C
If I write the below command, what does it do?
If I write the below command, what does it do? ec2-run ami-e3a5408a -n 20 -g appserverA . Start twenty instances as members of appserver group.B . Creates 20 rules in the security group named appserverC . Terminate twenty instances as members of appserver group.D . Start 20 security groupsView AnswerAnswer: A
Which configuration provides the solution for the company's requirements?
A company is deploying a new two-tier web application in AWS. The company has limited staff and requires high availability, and the application requires complex queries and table joins. Which configuration provides the solution for the company's requirements?A . MySQL Installed on two Amazon EC2 Instances in a single Availability ZoneB...