What does X denote here?

In the context of MySQL, version numbers are organized as MySQL version = X.Y.Z. What does X denote here?A . release levelB . minor versionC . version numberD . major versionView AnswerAnswer: D

December 26, 2018 No Comments READ MORE +

Which one of the below doesn't affect Amazon CloudFront billing?

Which one of the below doesn't affect Amazon CloudFront billing?A .  Distribution TypeB .  Data Transfer OutC .  Dedicated IP SSL CertificatesD .  RequestsView AnswerAnswer: A Explanation: Amazon CloudFront is a web service for content delivery. CloudFront delivers your content using a global network of edge locations and works seamlessly with Amazon...

December 24, 2018 No Comments READ MORE +

What is the ideal scenario to use Reduced Redundancy Storage (RRS)?

Just when you thought you knew every possible storage option on AWS you hear someone mention Reduced Redundancy Storage (RRS) within Amazon S3. What is the ideal scenario to use Reduced Redundancy Storage (RRS)?A .  Huge volumes of dataB .  Sensitve dataC .  Non-critical or reproducible dataD .  Critical dataView AnswerAnswer:...

December 24, 2018 No Comments READ MORE +

 $ aws sqs receive-message --queue-url https://queue.amazonaws.com/546419318123/Test

 $ aws sqs receive-message --queue-url https://queue.amazonaws.com/546419318123/TestA .  3B .  4C .  2D .  1View AnswerAnswer: A Explanation: The following CLI command is missing a hyphen before "-message". aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError -message "Script Failure" It has been added below in red aws sns publish --topic-arn arn:aws:sns:us-east-1:546419318123:OperationsError ---message "Script Failure" Reference: http://aws.amazon.com/cli/

December 24, 2018 No Comments READ MORE +

When running my DB Instance as a Multi-AZ deployment, can I use the standby for read or write operations?

When running my DB Instance as a Multi-AZ deployment, can I use the standby for read or write operations?A . YesB . Only with MSSQL based RDSC . Only for Oracle RDS instancesD .  NoView AnswerAnswer: D

December 24, 2018 No Comments READ MORE +

In the Launch Db Instance Wizard, where can I select the backup and maintenance options?

In the Launch Db Instance Wizard, where can I select the backup and maintenance options?A . Under DB INSTANCE DETAILSB . Under REVI EWC . Under MANAGEMENT OPTIONSD . Under ENGINE SELECTIONView AnswerAnswer: C

December 23, 2018 No Comments READ MORE +

What is the network performance offered by the c4.8xlarge instance in Amazon EC2?

What is the network performance offered by the c4.8xlarge instance in Amazon EC2?A .  20 GigabitB .  10 GigabitC .  Very High but variableD .  5 GigabitView AnswerAnswer: B Explanation: Networking performance offered by the c4.8xlarge instance is 10 Gigabit. Reference: http://aws.amazon.com/ec2/instance-types/

December 23, 2018 No Comments READ MORE +

In Amazon EC2, if your EBS volume stays in the detaching state, you can force the detachment by clicking _____.

In Amazon EC2, if your EBS volume stays in the detaching state, you can force the detachment by clicking _____.A .  Force DetachB .  Detach InstanceC .  AttachVolumeD .  AttachInstanceView AnswerAnswer: A Explanation: If your volume stays in the detaching state, you can force the detachment by clicking Force Detach. Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html

December 23, 2018 No Comments READ MORE +

What does Amazon DynamoDB provide?

What does Amazon DynamoDB provide?A .  A predictable and scalable MySQL databaseB .  A fast and reliable PL/SQL database clusterC .  A standalone Cassandra database, managed by Amazon Web ServicesD .  A fast, highly scalable managed NoSQL database serviceView AnswerAnswer: D Explanation: Amazon DynamoDB is a managed NoSQL database service offered...

December 23, 2018 No Comments READ MORE +

Security groups act like a firewall at the instance level, whereas ______ are an additional layer of security that act at the subnet level.

Security groups act like a firewall at the instance level, whereas ______ are an additional layer of security that act at the subnet level.A . DB Security GroupsB . VPC Security GroupsC . network ACLsView AnswerAnswer: C

December 22, 2018 No Comments READ MORE +