TutorialsDojo Flashcards
You need to set up an alert that notifies the IT manager about EC2 instances service limits.
Use Amazon CloudWatch Events to detect and react to changes in the status of Trusted Advisor checks
You need to track the deletion and rotation of CMKs.
Use AWS CloudTrail to log AWS KMS API calls
You need to investigate if the traffic is reaching the EC2 instance.
Use VPC flow logs
You need to ensure that the SSH protocol is always disabled on private servers.
Use AWS Config Rules
You need to retrieve the instance metadata of an EC2 instance.
http://169.254.169.254/latest/
You have to monitor the CPU usage of a single process in your EC2 instance.
Use the CloudWatch Agent procstat plugin to monitor system utilization.
When the incoming message traffic increases the EC2 instances fall behind and it takes too long to process the messages.
Create an Auto Scaling group that can scale out based on the number of messages in the queue.
You need to log the client’s IP address latencies request paths and server responses that go through your Application Load Balancer.
Enable access logging in ALB and store the logs on an S3 bucket.
You need to determine which cipher is used for the SSL connection in your ELB.
Enable Server Order Preference
You need to monitor the total number of requests or connections in your load balancer.
Monitor the SurgeQueueLength metric
You need to ensure that the backups of an Amazon Redshift cluster are always available.
Configure the Amazon Redshift cluster to automatically copy snapshots of a cluster to another region.
You must remotely execute shell scripts and securely manage the configuration of EC2 instances.
Use Systems Manager Run Command
You need to identify the configuration changes in the CloudFormation resources.
Use drift detection
Requires a CloudFormation template that can be reused for multiple environments. If the template has been updated all the stack that is referencing it will automatically use the updated configuration.
Use Nested Stacks
You need to automate the process of updating the CloudFomration templates to map to the latest AMI IDs.
Use CloudFormation with Systems Manager Parameter Store