Practice 6 Flashcards
The recommended storage engine for MySQL is
InnoDB and notMyISAM
InnoDB instances can be migrated to Aurora, while MyISAM instances can’t be migrated - T or F
true
Example of ALB path based routing:
URL of /api/android
URL of /api/android
What is host based routing:
host-based routing defines rules that forward requests to different target groups based on the host name in the host header instead of the URL
Example of ALB host based routing:
allows you to send a request for api.example.com and for web.example.com to the same endpoint with the certainty it will be delivered to the correct back-end application
Storage optimized instances are designed for
workloads that require high, sequential read and write access to very large data sets on local storage
Memory optimized instances are designed to
deliver fast performance for workloads that process large data sets in memory
Compute optimized instances are ideal for
compute-bound applications that benefit from high-performance processors, such as batch processing workloads and media transcoding.
General purpose instances are the
most basic type of instances. They provide a balance of compute, memory, and networking resources, and can be used for a variety of workloads
To prevent your Lambda function from running indefinitely, you specify atimeout - t or F
true (default is 3 sec; max 900 sec/15 mins)
if AWS Lambda total concurrent executions limit is exceeded, the function will be ?
throttled but not terminated
Recursive code in your Lambda function directly result to an abrupt termination of the function execution - T or F
FALSE;
recursive code in your Lambda function does not directly result to an abrupt termination of the function execution
if a user assumes a role, temporary security credentials are created dynamically and provided to the user - T or F
true
The ping utility uses the ? protocol
ICMP protocol, so this needs to be set in the Inbound Rules of your security group to ensure that the ping packets can be routed to the EC2 instances
An Elastic IP address doesn’t incur charges as long as the following conditions are true:
- The Elastic IP address is associated with an Amazon EC2 instance.
- The instance associated with the Elastic IP address is running.
- The instance has only one Elastic IP address attached to it.
IAM database authentication works with which databases:
MySQL and PostgreSQL
IAM database authentication provides the following benefits:
- Network traffic to and from the database is encrypted using Secure Sockets Layer (SSL).
- You can use IAM to centrally manage access to your database resources, instead of managing access individually on each DBinstance.
- For applications running on Amazon EC2, you can use profile credentials specific to your EC2 instance to access your database instead of a password, for greater security
Database Backtrack feature
simply “rewinds” the DB cluster to the time you specify.
–ssl-caparameter
can provide SSL connection to your database