Term
|
Definition
|
|
Term
| ELB free resource ? (True or False) |
|
Definition
| True, it is free to use but you are charged for any utilization |
|
|
Term
|
Definition
| Smallest Reserved Capacity offering is 100 capacity units (reads or writes) |
|
|
Term
|
Definition
| no long term commitment, black friday, etc |
|
|
Term
|
Definition
| dedicated resources for you to consume, no other organization or if individual person can buy the EC2 instance |
|
|
Term
|
Definition
| most commercially feasible |
|
|
Term
|
Definition
| your instance up to 10 tags. |
|
|
Term
|
Definition
|
|
Term
|
Definition
| IOPS (input or output storage measurement.) |
|
|
Term
|
Definition
|
|
Term
|
Definition
| micro, general purpose free tier |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| Amazon EBS 1 EBS on 1 EC2 instance, same EBS instance cannot be shared across instances. True or False? |
|
Definition
|
|
Term
| General Purpose SSD (GP2) |
|
Definition
| 99.999% availability, 3IOPS/gb upto 10,000 IOPS |
|
|
Term
| Provisioned IOPS SSD (IO1) |
|
Definition
| I/O intensive applications for greater than 10,000 IOPS |
|
|
Term
|
Definition
| old, lowest cost, data accessed infrequently |
|
|
Term
|
Definition
|
|
Term
|
Definition
| process which checks for connection req. to your load balancer. |
|
|
Term
|
Definition
|
|
Term
|
Definition
| By default, NEW Users created have NO permissions to do anything. |
|
|
Term
| What's the answer for increasing dynamo db read units? |
|
Definition
|
|
Term
| what header to use to enable server-side encryption during an S3 upload |
|
Definition
The following REST upload APIs accept the x-amz-server-side-encryption request header. PUT Object PUT Object - Copy POST Object Initiate Multipart Upload |
|
|
Term
| Request Rate and Performance Considerations & Best way to name your keys ? |
|
Definition
| Hashed prefix of three or four characters should be sufficient. We strongly recommend using a hexadecimal hash as the prefix. |
|
|
Term
| Can more than one SSL certificate be terminated in an ELB? |
|
Definition
| It appears that you can only associate a single SSL certificate for an ELB, although that certificate can use Subject Alternative Names (SANs). |
|
|
Term
| You can have multiple SSL certificates on an Elastic Load Balancer to accommodate hosting multiple sites (T/F) ? |
|
Definition
|
|
Term
| Amazon RDS/ ELB supports SOAP through HTTPS |
|
Definition
| True? Check AWS RDS faqs. |
|
|
Term
| What is the name of licensing model, in which I can see your existing oracle Database Licenses to run oracle deployments on Amazon RDS? |
|
Definition
|
|
Term
| If you want to resize the Amazon RDS DB instance now without waiting for the maintenance window? |
|
Definition
|
|
Term
| Does Route53 support NS records? |
|
Definition
| Yes, it supports Name server records |
|
|
Term
| When using consolidated billing there are two account types? |
|
Definition
| Paying Account and Linked Account |
|
|
Term
| In Amazon RDS which uses SQL server engine, what is the maximum size for a Microsoft SQL server DB instance with SQL server express edition? |
|
Definition
|
|
Term
| Attaching 'ENI' to an instance, what does 'warm attach' means? |
|
Definition
| Attaching ENI , to an instance when it is stopped |
|
|
Term
| If I scale the DB instance in mid of a billing cycle, how will I charged? |
|
Definition
|
|
Term
| Maximum backup retention period? |
|
Definition
|
|
Term
| Will I be alerted when automatic failover occurs? |
|
Definition
|
|
Term
| If you are unable to SSH to your EC2 instance, which is correct to restore connectivity ? |
|
Definition
| Adjust instance security group to permit ingress (incoming) traffic over port 22 from your IP. |
|
|
Term
| Even distribution of traffic to EC2 in multiple AZ registered with a load balancer? |
|
Definition
| ELB cross zone load balancing |
|
|
Term
| Increase write throughput of EBS? |
|
Definition
| Use array of EBS volumes, increase size of EC2 instance |
|
|
Term
| Services implemented in multiple AZ for high availability solutions? |
|
Definition
|
|
Term
| Most cost effective EC2 instance? |
|
Definition
|
|
Term
| Technique used to integrate IAM with on-premise LDAP? |
|
Definition
| SAML, to enable SSO between them. |
|
|
Term
| Characteristics of VPC subnets? |
|
Definition
| Each subnet maps to single AZ, By default all subnets can route between each other whether public or private. |
|
|
Term
| If the ELB's health check on EC2 fails then? |
|
Definition
| ELB stop sending traffic to that instance |
|
|
Term
| Where exactly to change the 'Instance Type' of your running instance? |
|
Definition
| Auto scaling launch configuration |
|
|
Term
| EC2 running instance without IAM, how can you attach IAM later ? |
|
Definition
| Create image of the instance, use the image to launch a new instance with desired IAM role. |
|
|
Term
| How do you enable max long polling? |
|
Definition
| Set the imaging queue ReceiveMessageWaitTimeSeconds attribute to 20 seconds |
|
|
Term
| A parallel scan can be the right choice if the following conditions are met: |
|
Definition
Check on AWS Amazon faqs: The table size is 20 GB or larger. The table's provisioned read throughput is not being fully utilized. Sequential Scan operations are too slow. |
|
|
Term
| Instead of using a large Scan operation, use? |
|
Definition
| Reduce Page Size, Isolate Scan Operations |
|
|
Term
| Scan (Not Query) provisioned throughput? |
|
Definition
| Scan uses eventually consistent reads by default and instead if you use strongly consistent reads, the Scan operation would consume twice as much provisioned throughput. |
|
|
Term
|
Definition
SNS - Push SQS - Polls or Pulls |
|
|
Term
| SNS Messages can be customized for each protocol? |
|
Definition
|
|
Term
|
Definition
| "Deleting an entire table is significantly more efficient than removing items one-by-one, which essentially doubles the write throughput as you do as many delete operations as put operations." |
|
|
Term
| By default which read is set in DynamoDB? |
|
Definition
| Strong (can be changed to eventual for better throughput) |
|
|
Term
| Which of these are elements in an Amazon Simple Workflow Service (SWF) workflow? |
|
Definition
| Decider, Activity Worker and Workflow starter |
|
|
Term
| Human interaction - SWF ? |
|
Definition
| Task assigned is never duplicated. Keeps track of all tasks. |
|
|
Term
|
Definition
| Handle duplicate msg, NOT track your msg's. |
|
|
Term
| How do I update and query data items with Amazon DynamoDB? |
|
Definition
| After you have created a table using the AWS Management Console or CreateTable API, you can use the PutItem or BatchWriteItem APIs to insert items. Then you can use the GetItem, BatchGetItem, or, if composite primary keys are enabled and in use in your table, the Query API to retrieve the item(s) you added to the table. |
|
|
Term
| Are expressions supported for key conditions? |
|
Definition
| Yes, you can specify an expression as part of the Query API call to filter results based on values of primary keys on a table using the KeyConditionExpression parameter. |
|
|
Term
| Does DynamoDB support complex relational queries (e.g. joins) or complex transactions? |
|
Definition
|
|
Term
|
Definition
Amazon SimpleDB has a strict storage limitation of 10 GB and is limited in the request capacity it can achieve (typically under 25 writes/second); it is up to you to manage the partitioning and re-partitioning of your data. Scaling limitations. |
|
|
Term
| When should I use Amazon DynamoDB vs Amazon S3? |
|
Definition
| DynamoDB is not structured and S3 is unstructured write items on DynamoDB from 1 byte to 400KB and S3 write objects upto 5TB. |
|
|
Term
| Is there a limit to how much throughput I can get out of a single table? |
|
Definition
| No, you can increase the throughput you have provisioned for your table using UpdateTable API or in the AWS Management Console (there is NO theoretical limit) |
|
|
Term
| How highly available is Amazon DynamoDB? |
|
Definition
The service replicates data across THREE facilities in an AWS Region to provide fault tolerance in the event of a server failure or Availability Zone outage. This Achieves high uptime and durability. |
|
|
Term
|
Definition
| Fine Grained Access Control (FGAC) gives a DynamoDB table owner a high degree of control over data in the table |
|
|
Term
| Can I use Fine Grain Access Control with JSON documents? |
|
Definition
| YES, based on top-level attributes in your document not nested e.g list, array, etc |
|
|
Term
| How do I create an appropriate policy? |
|
Definition
| DynamoDB Policy Generator from the DynamoDB console |
|
|
Term
| I wish to perform security analysis or operational troubleshooting on my DynamoDB tables. Can I get a history of all DynamoDB API calls made on my account? |
|
Definition
| Yes. AWS CloudTrail is a web service that records AWS API calls for your account and delivers log files to you. |
|
|
Term
| How can I set up single master cross-region replication for a table? |
|
Definition
| You can create cross-region replicas using the DynamoDB Cross-region Replication library. |
|
|
Term
| Can I have multiple replicas for a single master table? |
|
Definition
| Yes, there are no limits on the number of replicas tables from a single master table. |
|
|
Term
| Does the Amazon EC2 instance Auto Scale as the size and throughput of the master and replica tables change? |
|
Definition
| NO, we do not auto scale the EC2 instance. You will need to pick the instance size when configuring DynamoDB Cross-region Replication. |
|
|
Term
| What happens if the Amazon EC2 instance managing the replication fails? |
|
Definition
| The Amazon EC2 instance runs behind an auto scaling group, monitored by KCL (kenesis client library), which check the checkpoint and brings up the instance from failure. |
|
|
Term
| Can I keep using my DynamoDB table while a Read Replica is being created? |
|
Definition
| YES, the bootstrapping uses scan operation, so make sure table is provisioned with sufficient read capacity units. |
|
|
Term
| How long does it take to create a replica? |
|
Definition
| Depends on provisioned capacity and size of amazon EC2 instance. |
|
|
Term
| Will my replica tables have the same indexes as the master table? |
|
Definition
| NO, you have to create from console. |
|
|
Term
| Can I have a replica in the same region as the master table? |
|
Definition
| Yes, as long as the replica table and the master table have different names, both tables can exist in the same region. |
|
|
Term
| Can I delete a replica group after it is created? |
|
Definition
| Yes, deleting the replication group will delete the EC2 instance for the group. However, you will have to delete the DynamoDB metadata table. |
|
|
Term
| Can I cancel a Reserved Capacity purchase? |
|
Definition
| No, you cannot cancel your Reserved Capacity and the one-time payment is not refundable. You will continue to pay for every hour during your Reserved Capacity term regardless of your usage |
|
|
Term
| Can I move Reserved Capacity from one Region to another? |
|
Definition
| No. Reserved Capacity is associated with a single Region. |
|
|
Term
| When you create new subnets within a custom VPC, by default they can communicate with each other, across availability zones ? |
|
Definition
|
|
Term
| If you make an AMI public, this AMI is immediately available across all regions, by default? |
|
Definition
|
|
Term
| You are required to patch OS and Applications in RDS? |
|
Definition
|
|
Term
| When you first create an S3 bucket, this bucket is publicly accessible by default. |
|
Definition
|
|
Term
| How many VPC's am I allowed in each AWS Region by default? |
|
Definition
|
|
Term
| What is duration based stickiness with an ELB? |
|
Definition
| When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the request is sent to the instance specified in the cookie. If there is no cookie, the load balancer chooses an instance based on the existing load balancing algorithm. A cookie is inserted into the response for binding subsequent requests from the same user to that instance. The stickiness policy configuration defines a cookie expiration, which establishes the duration of validity for each cookie. After a cookie expires, the session is no longer sticky. |
|
|
Term
| How can I control access to my data stored on Amazon S3? |
|
Definition
| Identity and Access Management (IAM) policies, bucket policies, Access Control Lists (ACLs) and query string authentication |
|
|
Term
| How can I control access to my data stored on Amazon S3? |
|
Definition
| Identity and Access Management (IAM) policies, bucket policies, Access Control Lists (ACLs) and query string authentication. |
|
|
Term
| What is S3 Standard - Infrequent Access? |
|
Definition
| Amazon S3 storage class for data that is accessed less frequently, but requires rapid access when needed. High durability, throughput, and low latency of Amazon S3 Standard |
|
|
Term
| Is there a minimum object size for Standard - IA? |
|
Definition
| Designed for larger objects and has a minimum object size of 128KB |
|
|
Term
| Can I use Amazon Glacier APIs to access objects that I’ve archived to Amazon Glacier? |
|
Definition
| Amazon S3 objects that are stored using the Amazon Glacier option are only accessible through the Amazon S3 APIs. |
|
|
Term
| How can I retrieve my objects that are archived in Amazon Glacier? |
|
Definition
| Retrieval request creates a temporary copy of your data in RRS while leaving the archived data intact in Amazon Glacier. |
|
|