Wiley Practice Test 1 Flashcards
HIPAA Compliant AD
AWS Managed AD
What is a service map in x-ray?
A map of services used by your application
What is faster in lambda: interpreted or compiled?
interpreted b/c faster initial invocation times
What is work around to declare and manage more resources in one location in CF?
nested stacks
Command to allow you to create an event source for AWS Lambda?
sam local generate event
Trace in x-ray
A set of data points corresponding to an end-to-end request from a client
Traits of instance store volumes
- data lost when underlying disk fails, instance stopped/terminated
- high IOPS
- Cost is included as part of instance’s usage cost (not determined by storage provisioned)
Kinesis default data retention
7 days…can be modified via message retention period
Scaling in/out EC2 AutoScaling and SNS emails can be precipitated by what?
Cloudwatch actions
can’t execute lambda!
If an AWS CodeDeploy deployment fails, which of the following custom scripts actions will be executed on the instance?
Left as is
Which AWS service can you use to monitor an AWS Lambda function performance?
Cloudwatch
If you have an Amazon Elastic Compute Cloud (Amazon EC2) instance that has lost network connectivity because of an impaired physical host, which of the following options can be used to resolve the issue?
Stop and start the instance (this causes a respin on new hardware)
Across which of the following does AWS recommend deploying multiple AWS CloudHSM applications to achieve the highest availability and durability of keys in your CloudHSM appliance?
AZs
You have an application running on several on-premises servers that makes AWS Cloud API calls. To authenticate with AWS, the application currently uses an access key associated with an AWS Identity and Access Management (IAM) user. It is time to rotate the credentials. How can you rotate the credentials without interrupting the application?
Generate a second access key for the same user, and update the credentials on each server to the new access key. When all servers have been updated, revoke the original access key.
You want to provide single sign on capabilities for your application. Which AWS service can assist with implementing this?
Cognito Identity Pools