Which AWS IaC tool allows developers to use loops and conditionals in infrastracture definitions ?
AWS CDK
A lambda function that stores data in DynamoDB fails intermittently. CloudWatch shows ‘ProvisionedThroughputExceededException’. What should the developer do ?
add retries with exponential backoff
What happen to data encrypted with a KMS key if that key is scheduled for deletion
The data becomes inaccessible after the key is deleted
Which AWS service can detect and alert on usage of exposed access keys ?
AWS GuardDuty
What happens when you run ‘cdk destroy’ in an AWS CDK project ?
Delete all resources defined on the deployed stacks