Pt 1 Flashcards

1
Q

Amazon SWF is designed to help users____.

a) Design graphical user interface interactions.
b) Manage user identification and authorization.
c) Store Web content.
d) Coordinate synchronous and asynchronous tasks which are distributed and fault tolerant.

A

d) Coordinate synchronous and asynchronous tasks which are distributed and fault tolerant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can I control if and when MySQL based RDS Instance is upgraded to new supported versions?

a) No
b) only in VPC
c) Yes
d) N/A

A

c) Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does Amazon Elastic Beanstalk provide?

a) A scalable storage appliance on top of Amazon Web Services.
b) An application container on top of Amazon Web Services.
c) A service by this name doesn’t exist.
d) A scalable cluster of EC2 instances.

A

b) An application container on top of Amazon Web Services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False:

When using IAM to control access to your RDS resources, the key names that can be used are case sensitive. For example, aws:CurrentTime is NOT equivalent to AWS:currenttime.

A

False

http://docs.aws.amazon.com/directconnect/latest/UserGuide/using_iam.html
Key names are case-insensitive. For example, aws:CurrentTime is equivalent to AWS:currenttime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What will be the status of the snapshot until the snapshot is complete.

a) running
b) working
c) progressing
d) pending

A

d) pending

Explanation: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can we attach an EBS volume to more than one EC2 instance at the same time?

a) No
b) Yes.
c) Only EC2-optimized EBS volumes.
d) Only in read mode.

A

a) No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False:

Automated backups are enabled by default for a new DB Instance.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the AWS Storage Gateway provide?

a) It allows to integrate on-premises IT environments with Cloud Storage.
b) A direct encrypted connection to Amazon S3.
c) It’s a backup solution that provides an on-premises Cloud storage.
d) It provides an encrypted SSL endpoint for backups in the Cloud.

A

a) It allows to integrate on-premises IT environments with Cloud Storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Amazon RDS automated backups and DB Snapshots are currently supported for only the ____ storage engine.

a) InnoDB
b) MyISAM
c) both
d) neither

A

a) InnoDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How many relational database engines does RDS currently support?

a) Three: MySQL, Oracle and Microsoft SQL Server.
b) Just two: MySQL and Oracle.
c) Six: Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.
d) Just one: MySQL.

A

a) Three: MySQL, Oracle and Microsoft SQL Server.

Amazon RDS provides you six familiar database engines to choose from, including Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.
https://aws.amazon.com/rds/?nc1=h_ls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fill in the blanks: The base URI for all requests for instance metadata is ____.

a) http://254.169.169.254/latest/
b) http://169.169.254.254/latest/
c) http://127.0.0.1/latest/
d) http://169.254.169.254/latest/

A

d) http://169.254.169.254/latest/

http://aws.amazon.com/search?searchQuery=metadata&searchPath=all&x=0&y=0
QUESTION 12

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

While creating the snapshots using the command line tools, which command should I be using?

a) ec2-deploy-snapshot
b) ec2-fresh-snapshot
c) ec2-create-snapshot
d) ec2-new-snapshot

A

c) ec2-create-snapshot

Explanation: http://docs.aws.amazon.com/cli/latest/reference/ec2/create-snapshot.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Typically, you want your application to check whether a request generated an error before you spend any time processing results. The easiest way to find out if an error occurred is to look for an ____ node in the response from the Amazon RDS API.

a) Incorrect
b) Error
c) FALSE

A

b) Error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly