- True/False: An RDS instance requires you to create a DB subnet group with at least two subnets.
- When configuring an Application Load Balancer, which component services frontend connections from end users?
- True/False: A target group can accept registrations from targets before the Application Load Balancer listener is created.
- When configuring security group rules permitting access between an application database and ECS container instances, you receive a CloudFormation error about circular dependencies. What type of resources can you use to overcome this issue?
- You configure an ECS task definition that includes two container definitions. One of the container definition performs a short provisioning task and then exits. You discover that ECS is continuously restarting ECS services based on this task definition. How can you resolve this issue?
- Which CloudFormation parameter can you configure to define explicit dependencies on other resources?
- True/False: CloudFormation custom resources use AWS Lambda functions to perform custom provisioning tasks.
- What are the three types of events you need to handle when receiving CloudFormation custom resource events?
- You create a Lambda function with an inline Python function that performs custom provisioning tasks, however when attempting to view logs for this function nothing is being written to CloudWatch logs. You confirm that the log group name is configured correctly for the function. What is the most likely reason for the issue?