Exam Pro Cheat Sheets Flashcards

1
Q

How does S3 provide high availability?

A

Replicate data across at least 3 AZs

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

What size can S3 objects be?

A

Between 0 Bytes and 5 Terraytes

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

True or False; S3 Bucket names must be unique across all accounts?

A

True

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

What is used to automatically move S3 objects between storage classes and automatically delete based on a schedule?

A

Lifecycle Managment

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

True or False; S3 MFA delete requires versioning to be turned on?

A

True

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

True or False; you can turn off versioning on S3?

A

False; once versioning is turned on it cannot be turned off, only suspended

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

True or False; all new S3 Buckets are private by default?

A

True

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

Two ways access is controlled in S3 Buckets?

A
  • Bucket Policies
  • Access Control Lists (ACL) (LEGACY)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How are Bucket Policies defined?

A

Using JSON documents

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

What is security in transit (S3)?

A

Uploading files over SSL

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

What does SSE stand for?

A

Server Side Encryption

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

What are the 3 options for S3 server side encryption?

A
  • SSE-AES
  • SSE-KMS
  • SSE-C
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or False; for CRR in S3, you must have versioning turned on in the source and destination bucket?

A

True

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

True or False; using CRR in S3, you can replicate to a bucket in another AWS account?

A

True

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

What S3 option provides faster and secure uploads from anywhere in the world using a distinct URL and an Edge Location?

A

Transfer Acceleration

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

What are commonly used to access private S3 objects?

A

Presigned URLs

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

What 2 ways can you use to generate S3 presigned URLs?

A
  • AWS CLI
  • AWS SDK
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What provides temporary access to write or download object data in S3

A

Presigned URLs

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

6 different S3 storage classes

A
  • Standard
  • Intelligent Tiering
  • Standard Infrequent Access
  • Infrequent Access One Zone
  • Glacier
  • Glacier Deep Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which S3 tier should you use if you access your files less than once a month?

A

Standard Infrequently Accessed

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

What availability is S3 One Zone IA?

A

99.5%

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

How long is data retrieval for Glacier?

A

Minutes to hours

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

How long is data retrieval for Glacier Deep Archive?

A

12 hours

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

What size does Snowballs come in?

A
  • 50TB
  • 80TB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What size does Snow Edges come in?
- 100TB - 100TB clustered
26
What size does a Snowmobile come in?
100PB
27
True or False; You can use Snowballs or Snowmobiles to both export and import data?
True
28
Which member of the Snow family can undertake local processing and edge-computing workloads?
Snowball Edge
29
3 Snowball Edge device configurations:
- Storage optimised (24 vCPUs) - Compute optimised (54 vCPUs) - GPU (54 vCPUs)
30
Which service helps keep traffic between AWS services within the AWS network?
VPC Endpoints
31
What are the 2 types of VPC Endpoints?
- Interface Endpoint - Gateway Endpoint
32
True or False; Interface Endpoints are free?
False
33
True or False; Gateway Endpoints are free?
True
34
Which type of VPC Endpoint uses an Elastic Network Interface (ENI) with Private IP?
Interface Endpoint
35
Which type of VPC Endpoint is a target for a specific route in your route table?
Gateway Endpoint
36
True or False; Interface Endpoints support many AWS Services?
True
37
True or False; Gateway Endpoints support many AWS Services?
False, Gateway Endpoints only support S3 and DynamoDB
38
Which VPC service monitors the in-and-out traffic of your Network Interfaces within your VPC?
VPC Flow Logs
39
At which 3 levels can you utilise VPC Flow Logs
- VPC - Subnet - Network Interface
40
True or False; you can change the configuration of a flow log after it's created?
False
41
True or False; you cannot enable flow logs for VPCs which are peered with your VPC?
True, unless it is in the same account
42
Where can VPC Flow Logs be delivered to?
- S3 - CloudWatch Logs
43
What two pieces of information are contained in VPC Flow Logs?
- Source IP address - Destination IP address
44
Which pieces of instance traffic are not monitored by VPC Flow Logs (5)?
- Instance traffic generated by contacting the AWS DNS servers - Windows license activation traffic - Traffic between instance metadata address (169.254.169.254_ - DHCP Traffic - Any traffic to the reserved IP address of the default VPC router
45
What does NACL stand for?
Network Access Control List
46
What rules are automatically given to the default NACL?
- Allow all outbound and inbound traffic
47
True or False; each subnet within a VPC must be associated with a NACL?
True
48
True or False; subnets can only be associated with 1 NACL at a time?
True, associating a subnet with a new NACL will remove the previous association
49
True or False; NACLs have inbound and outbound rules?
True
50
True or False; NACLs can either allow or deny traffic?
True
51
True or False; NACLs are stateful?
False, NACLs are stateless
52
What does stateless mean?
Responses to outbound traffic are not automatically allowed, they're subject to inbound traffic rules. And Vice versa.
53
What does statefull mean?
Response to outbound / inbound traffic are automatically allowed
54
True or False; when you create a NACL it will deny all traffic by default?
True
55
True or False; NACLs contain a numbered list of rules that gets evaluated in order from lowest to highest?
True
56
True or False; NACLs can be used to block a single IP address?
True, NACLs have both allow and deny rules
57
What acts as a firewall at the instance level?
Security Groups
58
True or False; in security groups all inbound traffic is allowed by default?
False, inbound traffic is blocked by default
59
True or False; in security groups all outbound traffic is allowed by default?
True
60
Security Groups are stateful or stateless?
Security Groups are statefull
61
True or False; EC2 instances can belong to multiple security groups?
True
62
True or False; security groups can contain multiple EC2 instances?
True
63
True or False; you can block specific IP addresses using Security Groups?
False, you would need to use NACLs to do this
64
How many Security Groups can you have per region?
10,000 (default 2,500)
65
How many rules can you have per Security Group?
60 inbound and 60 outbound
66
How many security groups can be associated with an ENI?
16 (default is 5)
67
Which AWS service connects on-premise storage to cloud storage?
Storage Gateway
68
3 types of storage gateways:
- File Gateway - Volume Gateway - Tape Gateway
69
Which type of storage gateway acts as a local file system using NFS or SMB, extending your local hard drive to S3?
File Gateway
70
Which type of storage gateway is used for backups?
Volume Gateway
71
What are the two types of Volume Gateway?
- Stored Volume Gateway - Cached Volume Gateway
72
Which type of Volume Gateway has the primary data on-premise?
Stored Volume Gateway
73
Which type of Volume Gateway continuously backs up local storage to S3 as EBS Snapshots?
Stored Volume Gateway
74
Which type of Volume Gateway has the primary stored on S3?
Cached Volume Gateway
75
Which type of Volume Gateway cached the frequently used files on-premise?
Cached volume Gateway
76
How big are stored volumes for Volume Storage Gateway?
1GB to 16TB
77
How big are cached volumes for Cached Volume Gateway?
1GB to 32GB
78
Which type of storage gateway backs up virtual tapes to S3 Glacier for long archive storage?
Tape Gateway
79
True or False; when creating a NAT instance you must disable source and destination checks on the instance?
True
80
True or False; NAT instances must exist in a private subnet?
False, NAT instances must exist in a public subnet?
81
True or False; you must have a route out of the private subnet to the NAT instance?
True
82
True or False; the size of a NAT instance determines how much traffic can be handled?
True
83
True or False; NAT Gateways are redundant inside an Availability Zone?
True, they can survive failure of an EC2 instance
84
True or False; you can have multiple NAT Gateways inside an AZ?
False, you can only have 1 NAT Gateway in an AZ, which cannot span AZs
85
What speeds can a NAT Gateway get?
5 Gbps to 45 Gbps
86
True or False; when creating a NAT Gateway you must disable source and destination checks on the instance?
False, for NAT Instances this is True
87
True or False; NAT Gateways are automatically assigned a public IP address?
True
88
True or False; resources in multiple AZs sharing a Gateway will lose internet access if the Gateway goes down?
True, unless you create a Gateway in each AZ and configure route tables accordingly
89
Which AWS service is used to manage access to users and resources?
IAM
90
What does IAM stand for?
Identity Access Management
91
True or False; new IAM accounts have no permissions by default?
True
92
3 parts to IAM:
- IAM Users - IAM Groups - IAM Roles
93
What is the name for JSON documents which grant permissions for a specific user, group, or role to access services?
IAM Policies
94
What is the name for IAM policies provided by AWS and cannot be edited?
Managed Policies
95
What is the name for IAM policies created by you the customer, which you can edit?
Customer Managed Policies
96
What is the name for IAM policies which are directly attached to a user?
Inline Policies
97
Which AWS service would you use when you need to easily add authentication to your mobile and desktop app?
Cognito
98
What part of AWS Cognito allows users to authenticate using OAuth to IpD such as Facebook, Google, Amazon to connect to web-applications?
User pools
99
What do Cognito User Pools use to persist authentication?
JWTs (JSON web tokens)
100
How do Cognito Identity Pools allow access to AWS services?
Using temporary AWS credentials
101
What does Cognito Sync snyc across devices with one line of code?
User data and preferences
102
What is OIDC?
A type of Identity Provider which uses OAuth
103
What is SAML?
A type of Identity Provider which is used for Single Sign-on
104
What does DNS (Domain Name System) do?
An internet service that converts domain names into routable IP addresses
105
How many bits are in an IPv4 address?
32 bits
106
How many bits are in an IPv6 address?
128 bits
107
Give an example of a top-level domain
amazon.com (the .com)
108
give an example of a second-level domain
amazon.co.uk (the .co)
109
What is the name of 3rd party companies who you register domains through?
Domain Registrars
110
What is a Name Server
The server(s) which contain the DNS records for a domain
111
What is a Start of Authority (SOA)?
Contains information about the DNS zone and associated DNS records
112
What does an A record do?
Directly converts a domain name into an IP address
113
What does a CNAME record do?
Lets you convert a domain name into another domain name
114
What is Time to Live (TTL)?
The time that a DNS record will be cached for
115
7 Route53 routing policies:
- Simple Routing - Weighted Routing - Latency-Based Routing - Failover Routing - Geolocation Routing - Geo-proximity Routing - Multi-Value Routing
116
Which Route53 tool is a visual editor, for chaining routing policies which allows versioning for easy rollback?
Traffic Flow
117
What is the name of AWS' smart DNS record that detects changed IPs for AWS resources and adjusts automatically?
AWS Alias Record
118
What part of Route53 lets you regionally route DNS queries between your VPCs and your network Hybrid Environments?
Route53 Resolver
119
5 EC2 instance types specialised for different roles?
- General Purpose - Compute Optimised - Storage Optimised - Memory Optimised - Accelerated Optimised
120
What EC2 Instance type is ideal for compute bound applications that benefit from high performance processor
Compute Optimised
121
Which EC2 Instance type provides fast performance for workloads that process large data sets in memory?
Memory optimised
122
Which EC2 Instance type provide high, sequential read and write access to very large data sets on local storage?
Storage optimised
123
What allows you to choose the logical placement of your EC2 instance to optimise for communication, performance or durability?
Placement Groups
124
What is the IP address to get an EC2 instances metadata?
http://169.254.169.254/latest/meta-data
125
What is a container for an IAM role that you can use to pass role information to an EC2 instance when the instance starts?
Instance Profile
126
4 EC2 pricing models:
- On-demand - Reserved - Spot - Dedicated
127
What provides the information required to launch an instance?
AMI
128
True or False; AMIs are region specific?
True
129
True or False; you can copy an AMI into another region using 'Copy AMI'?
True
130
What information does an AMI hold?
- A template for the root volume for the instance, eg, an operating system, an application server, and applications - Launch permissions that control which AWS accounts can use the AMI to launch instances - A block device mapping that specifies the volumes to attach to the instance when it's launched
131
What is the name for a collection of EC2 instances grouped for scaling and management?
Auto Scaling Group
132
What 3 things are an Auto Scaling Group based on?
- Min - Max - Desired Capacity
133
Which ASG scaling policy scales based on when a target value for a metric is breached?
Target Scaling Policy
134
Which ASG scaling policy triggers a scaling when an alarm is breached?
Simple Scaling
135
What does an ASG use to launch a new instance?
Launch Configuration
136
True or False; Launch Configurations cannot be edited and must be cloned or a new one created?
True
137
3 types of Elastic Load Balancers?
- Classic Load Balancer - Network Load Balancer - Application Load Balancer
138
What is the minimum number of availability zones for an ELB?
2 AZs min
139
True or False; ELBs can be cross-region?
False; not cross-region, you must create one per region
140
What 3 things does an ALB use to route traffic?
- Listeners - Rules - Target Groups
141
What 2 things does an NLB use to route traffic?
- Listeners - Target Groups
142
How does the classic load balancer route traffic?
It uses listeners and EC2 instances are directly registered as targets to CLB
143
What protocols is Network load Balancer for?
TCP / UDP
144
When is Network Load Balancer used?
For high network throughput, eg. video games
145
What can be used to get the original IP of incoming traffic passing through an ELB?
X-Forwarded-For (XFF)
146
Which type of ELB can be attached to a WAF?
ALB
147
True or False; You can attach Amazon Certification Manager SSL to any of the ELBs for SSL?
True
148
True or False; ALB has advanced Request Routing rules where you can route based on subdomain header, path and other HTTP(S) information?
True
149
True or False; sticky sessions can be enabled for CLB and ALB via cookies?
True
150
What protocol does EFS support?
Network File System version 4 (NFSv4)
151
How are you charged for EFS?
per GB of storage per month
152
How large can EFS volumes grow to?
Petabytes
153
True or False; EFS volumes can grow and shrink to meet current data stored?
True
154
True or False; EFS can support thousands of concurrent connections?
True
155
With EFS your data is storage across multiple AZs within a region?
True
156
True or False; you can mount multiple EC2 instances to a single EFS?
True, as long as they are all in the same VPC
157
True or False; EFS creates Mount Points in all your VPC subnets so you can mount from anywhere within your VPC?
True
158
What type of consistency does EFS provide?
Read After Write
159
True or False; EBS snapshots are incremental?
True
160
What is a durable, block-level storage device that you can attach to a single EC2 instance?
EBS volume
161
True or False; EBS Volumes can be modified on the fly, eg, storage type or volume size?
True
162
What are temporary storage types located on disks that are physically attached to a host machine?
Instance Store Volumes
163
True or False; EBS volumes can have termination protection?
True
164
True or False; Snapshots or restored encrypted volumes will also be encrypted?
True
165
True or False; you can share snapshots that have been encrypted?
False
166
True or False; unencrypted snapshots can be shared with other AWS accounts or made public?
True
167
Which AWS service makes a website load faster by serving cached content that is nearby?
CloudFront
168
True or False; CloudFront Edge Locations are read-only?
False; you can write to them, eg. PUT Objects
169
What CloudFront features defines how long until the cache expires?
TTL (Time To Live)
170
How do you force a CloudFront cache to immediately expire?
Invalidate it
171
True or False; refreshing a CloudFront cache costs money because of transfer costs to update edge locations?
True
172
Regarding CloudFront, what is the name given to where the original copies of your files reside?
Origin
173
Regarding CloudFront, what is a collection of edge locations and behaviour on how it should handle your cached content?
Distribution
174
Two types of CloudFront distributions:
- Web distribution (static website content) - RTMP (streaming media)
175
What does OAI stand for?
Origin Identity Access
176
What does CloudFront use to access private S3 buckets?
OAI (Origin Identity Access)
177
How can access to cached content in CloudFront be protected?
Signed URLs or Signed Cookies
178
What CloudFront feature allows you to pass each request through a Lambda to change the behaviour of the response?
Lambda@Edge
179
6 relational database options for RDS:
- Postgres - MySQL - Aurora - MariaDB - Oracle - Microsoft SQL Server
180
True or False; RDS Multi-AZ automatically synchronises changes in the database over to the standby copy?
True
181
True or False; RDS Multi-AZ has automatic failover protection?
True, if one AZ goes down failover will occur and the standby slave will be promoted to master
182
What can be enabled on your RDS database to alleviate the workload of your primary database to improve performance?
Read-replicas
183
True or False; RDS Read-Replicas use synchronous replication?
False, RDS read-replicas use asynchronous replication
184
True or False; you must have automatic backups enabled to use Read Replicas?
True
185
What is the max number of RDS read-replicas you can have?
5
186
True or False; you can have RDS read-replicas in another region?
True (Cross-Region Read Replicas)
187
True or False; you can have replicas of read-replicas?
True
188
What are the 2 types of RDS backup solutions?
- Automated Backups - Manual Snapshots
189
What is the retention period for RDS Automated Backups?
Between 1 and 35 days
190
What is the costs for RDS automated backup storage?
No additional cost
191
What RDS database is fully-managed, scalable and has automatic backups and high availability?
Aurora
192
How much faster is Aurora over MySQL and Postgres
- MySQL 5x - Postgres 3x
193
How does Aurora replicate your database across different availability zones?
Aurora replicates 6 copies of your database across 3 availability zones
194
How many replicas can Aurora have?
Aurora allows up to 15 replicas
195
True or False; an Aurora database can span multiple regions?
True, via Aurora Global Database
196
What Aurora feature allows you to stop and start Aurora and scale automatically while keeping costs low?
Aurora Serverless
197
What type of projects is Aurora Serverless ideal for?
New projects or projects with infrequent database usage
198
What is Redshift
Redshift is a Columnar Store database which can make SQL-like queries and is OLAP
199
How many data can Redshift handle?
Petabytes worth of data
200
2 common use cases for Redshift?
- Data warehousing - Business Intelligence
201
How many AZs can Redshift run in?
1 (Single-AZ)
202
True or False; Redshift can run via a single node or multi-node (clusters)?
True
203
What is the size of a single Redshift node?
160GB
204
What is the two types of node in Redshift multi-node mode?
- 1 Leader - Multiple compute nodes
205
How are you charged for Redshift nodes?
You are billed per hour for each node (excluding leader node - which isn't charge for)
206
How many Redshift compute nodes can you have?
128
207
What are the two types of nodes in Redshift?
- Dense Compute - Dense Storage
208
How does Redshift attempt to backup your data?
3 copies: - the original - on compute node - on S3
209
On Redshift how is similar data stored for faster reads?
Sequentially
210
Two ways Redshift database can be encrypted?
- AWS KMS - CloudHSM
211
Redshift default and maximum backup retention?
- Default is 1 day - Max is 35 days
212
True or False; Redshift can asynchronously back up your snapshot to another region via S3?
True
213
What does Redshift use to distribute queries and data across all loads?
Massively Parallel Processing (MPP)
214
Which AWS service is a fully-managed NoSQL key/value and document database?
DynamoDB
215
True or False; DynamoDB scales with whatever read and write capacity per second that you specify?
True
216
Two types of data consistency in DynamoDB?
- Eventually consistent reads - Strongly consistent reads
217
What is DynamoDB Eventually consistent reads?
Data is returned immediately but can be inconsistent. Copies of data will be generally consistent in 1 second
218
What is DynamoDB Strongly Consistent Reads?
DynamoDB will wait until data is consistent. Data will never be inconsistent but latency will be higher. Copies of data will be consistent with a guarantee of 1 second
219
How does DynamoDB store copies of data?
IT stores 3 copies of data on SSD drives across 3 regions
220
Two formats that CloudFormation template can be written in?
- JSON - YAML
221
What happens when CloudFormation encounters an error?
It will rollback with 'ROLLBACK_IN_PROGRESS'
222
Max size of CloudFormation template for direct upload?
51,200 bytes / 0.05 MB
223
How can large CloudFormation templates be imported?
Via an S3 bucket
224
What helps you break up CloudFormation templates into smaller reuseable templates that can be composed into larger templates?
NestedStacks
225
What must be defined in a CloudFormation template for it to be valid?
At least one resource
226
In CloudFormation what is MetaData used for?
Providing extra information about your template
227
CloudWatch is a collection of monitoring services. Name 5 of these services:
- Dashboards - Events -Alarms - Logs - Metrics
228
What does CloudWatch logs do?
Log data from AWS services, eg. CPU Utilisation
229
What does CloudWatch Metrics do?
Represents a time-ordered set of data points, a variable to monitor, eg. CPU utilisation over time
230
What does CloudWatch Events do?
Trigger an event based on a condition, eg. every hour take a snapshot of the server
231
What do CloudWatch Alarms do?
Triggers notifications based on metrics when a defined threshold is breached
232
What does CloudWatch dashboard do?
Creates visualisations based on metrics
233
How often does CloudWatch monitor services?
- EC2 every 5 minutes or every 1 minute for detailed monitoring - Most other services monitor at 1 minute intervals
234
Installing a CloudWatch Agent on an EC2 instance allows you to track which 2 metrics?
- Memory usage - Disk size
235
True or False; CloudWatch Custom Metrics allow you to track High Resolution Metrics a sub minute intervals all the way down to 1 second?
True
236
What does CloudTrail do?
CloudTrail logs calls between AWS services
237
What 4 key terms relate to CloudTrail?
- Governance - Compliance - Operational auditing - Risk auditing
238
What AWS service do you use when you need to know who to blame?
CloudTrail
239
CloudTrail's Event History covers events for the previous how many days?
90
240
In CloudTrail, what does Log File Validation do?
Ensure log have not been tampered with
241
What can you use to encrypt CloudTrail logs?
KMS
242
True or False; CloudTrail logs can be streamed to CloudWatch logs?
True
243
Where are CloudTrail Trails outputed to?
An S3 bucket that you specify
244
CloudTrail logs; two kinds of events?
- Management events - Data events
245
What do CloudTrail management events log?
Management operations, eg. AttachRolePolicy
246
What do CloudTrail Data Events log?
Data operations for resources, eg. GetObject, DeleteObject, PutObject
247
True or False; CloudTrail management events are disabled by default when creating a trail?
False, management events are enabled, data events are disabled
248
Which AWS service can be used to analyse CloudTrail Trail logs?
Athena
249
Max AWS Lambda runtime?
15 minutes
250
How are you charged for Lambda usage?
Pay per invocation (the duration and the amount of memory used). The first 1m requests per month are free
251
Max AWS Lambda memory?
3008 MB
252
True or False; by default Lambdas run in no VPC?
True
253
How many concurrent functions can lambda scale to?
1,000 as default (more with AWS service limit increase)
254
Which AWS service lets you decouple services and allows apps to talk to each other
SQS
255
Is SQS push or pull based?
Pull
256
Two types of SQS queues
- Standard - FIFO
257
How many messages per second using SQS Standard queue?
Nearly unlimited
258
Does SQS Standard queue guarantee order of delivery?
No
259
How many times is a SQS Standard Queue message delivered?
At least once, you must protect against duplicate message being processed
260
What is the limit of a SQS FIFO queue?
300
261
What are the 2 types of SQS queue polling?
- Short polling - Long polling
262
What is SQS short polling?
Returns message immediately, even if the message queue being polled is empty
263
What is SQS long polling?
Long polling waits until message arrives in the queue, or the long poll timeout expires
264
Generally, which is preferred, short or long polling?
Long polling
265
What is SQS visibility time-out?
The period of time that messages are invisible in the SQS queue
266
What is the default SQS visibility time-out?
30 seconds
267
What is the range of SQS visibility timeouts, min and max?
- Min = 0 seconds - Max = 12 hours
268
What is the range that SQS can retain messages?
- min = 60 seconds - max = 14 days - default = 4 days
269
What is the range of SQS message size?
1 byte to 256 bytes
270
Which AWS service is a managed in-memory caching service?
ElastiCache
271
What are the 2 types of caches that ElastiCache can launch?
- Memcached - Redis
272
Which type of ElastiCache is a simple key / value store preferred for caching HTML fragments?
Memcache
273
Which type of ElastiCache has richer data types and operations. Is great for leaderboards, geospatial data or keeping track of unread notifications
REdis
274
What type of info are usually stores in a cache?
The most frequently accessed identical queries
275
True or False; resources only within the same VPC may connect to ElasticCache to ensure low latencies
True
276
Which AWS service handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring?
Elastic Beanstalk
277
When should you use Elastic Beanstalk?
When you want to run a web-application but you don't want to have to think about the underlying infrastructure
278
True or False; Elastic Beanstalk is recommended for production environments?
False, it is recommended for test or development environments, not production
279
True or False; you can run dockerised environments on Elastic Beanstalk?
True
280
What is API Gateway?
API Gateway is a solution for creating secure APIs in your cloud environment at any scale
281
How many requests per second is API Gateway throttled at?
10,000 requests per second (can be increased via service request)
282
In API Gateway what allows you to have multiple published versions of your API?
Stages
283
True or False; CORS can be enabled on all or individual endpoints?
True, CORS (cross origin resource sharing)
284
How can you require authorisation to your API Gateway endpoints?
- AWS Cognito - Custom lambda
285
What is Amazon Kinesis?
It's the AWS solution for collecting, processing and analysing streaming data in the cloud
286
Which AWS service should you think of when you need 'real-time'?
Kinesis
287
How long does data persist for in AWS Kinesis?
24 hours (default) to 168 hours
288
What is Kinesis Firehose?
Pay for only data ingested, data immediately disappears once processed
289
What is Kinesis Data Analytics?
Allows you to perform queries in real-time. Needs a Kinesis Data Stream/Firehose as the input and output
290
What is Kinesis Video Analytics?
Securely ingests and stores video and audio encoded data to consumers such as SageMaker, Rekognitio or other services to apply Machine Learning and video processing