Practice Exam 3 Flashcards
In EB, what is file which can be included at the root of your application source bundle to specify the environment name, solution stack and environment links?
env.yaml
How to get rid of users SESSION DATA stored in a DynamoDB table?
Use TTL, itโs free!
How is the traffic shifted to the new version when using the linear deployment configuration in CodeDeploy?
The traffic will be shifted in equal increments with an equal number of minutes between each increments.
How do you calculate the total sampled requests per second by X-Ray?
reservoir size + ( (incoming requests per second - reservoir size) * fixed rate)
When do you usually use the GetSessionToken API?
When you want to use MFA to protect programmatic calls to specific AWS API Operations like EC2 StopInstances
What does AWS WAF stand for?
AWS Web Application Firewall
How to get more granular timing information in X-Ray segments?
Use subsegments
What does the x-amz-server-side-encryption-customer-algorithm header specifies?
The encryption algorithm, the value must be โAES256โ
What does the x-amz-server-side-encryption-customer-key header specefies?
The 256-bit, base64-encoded encryption key for Amazon S3 to use to encrypt or decrypt your data
What does the x-amz-server-side-encryption-customer-key-MD5 header specefies?
The base64-encoded 128-bit MD5 digest of the encryption key according to RFC 1321
(Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error)
Each subnet in your VPC must be associated with a ___________
route table
How many route tables can a subnet be associated with at a time?
Only one
Can you associate multiple subnets to the same route table?
YES
Can AWS Lambda compute platform use in-place deployment type?
No
How can you increase/decrease the capacity of a Kinesis stream?
By splitting/merging shards