Practice Exam 5 Flashcards
What is an instance profile?
A container for an IAM role that you can use to pass role information to an EC2 instance when the instance starts
What do manual approval actions in a CodePipeline publish to?
An SNS topic
Can CodeBuild trigger a Lambda function directly?
No, you have to use CloudWatch Events
What does SAML stand for?
Security Assertion Markup Language
What do you need to create in order to provide AWS credentials to the users of your enterprise if your corporate identity store is not SAML compatible?
A custom broker, which is going to authenticate the users with your corporate identity store, and then retrieve temporary AWS creds from STS
What RDS feature (for Microsoft SQL Server) encrypts data before it is written to storage, and automatically decrypts data when the data is read from storage
Transparent Data Encryption
You have a CLB in front of your EC2 instances. One died, then got manually rebooted, and the health check passed. What do you have to do to attach it back to the ELB?
Nothing, the ELB will direct traffic to it after the health check treshold is passed
Which runtime allow you to pass directly the function code inline to the function resource in a CloudFormation template?
Code:
ZipFile: โXXXโ
Nodejs and Python
What should you use to install the xray daemon on EC2 instances?
A user data script
Where are event source mapping created when making a lambda function which processes all events in a DynamoDB stream?
In Lambda
Which task placement strategy takes the least amount of configuration?
random
What is the only read consistency available for global secondary indexes?
Eventual consistency
What are the 4 python helper scripts that you can use in CloudFormation?
cfn-init
cfn-signal
cfn-get-metadata
cfn-hup
What CloudFormation helper script is used to signal with a CreationPolicy or WaitCondition, so you can synchronize other resources in the stack when the prerequisite resource or application is ready?
cfn-signal
What CloudFormation helper script is used to retrieve metadata for a resource or path to a specific key?
cfn-get-metadata
What CloudFormation helper script is used to check for updates to metadata and execute custom hooks when changes are detected?
cfn-hup