AWS Technical Essentials - Tips and Tricks

This is my list of hints and tips for this course. It’s markdown so you can save it, access it or store it anywhere. I might also give you other links that are course specific. I’ll add specific answers to questions I get during the course. I’ll share it with everyone.

Your Instructor

Cool links

Migrating to AWS

More Links to AWS Resources to help you Build

Compute links

Containers

Database and Storage links

ETL Links

Network links

Security links

Monitoring

  • Other than VPC Flow Logs what other monitoring options are available on AWS?

    • Amazon GuardDuty analyzes AWS CloudTrail, VPC Flow Logs, and AWS DNS logs. The service is optimized to consume large volumes of data for near real-time processing of security detections. GuardDuty gives you access to built-in detection techniques that are developed and optimized for the cloud and maintained and continuously improved upon by AWS Security.
    • Amazon GuardDuty pulls independent streams of data directly from AWS CloudTrail, VPC Flow Logs, and AWS DNS logs. You don’t have to manage Amazon S3 bucket policies or modify the way you may collect and store your logs. GuardDuty permissions are managed as Service Linked Roles that you can revoke at any time by disabling GuardDuty. This makes it easy to enable the service without complex configuration and it eliminates the risk that an AWS IAM permission modification or S3 bucket policy change will affect the operation of the service. It also makes GuardDuty extremely efficient at consuming high-volumes of data in near real-time without affecting the performance or availability of your account or workloads.
    • Also no performance impact. https://aws.amazon.com/guardduty/faqs/
  • VPC Flow Log limitations https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html#flow-logs-limitations

  • Cloudwatch logs also allows you to store and trigger events from application, service and custom logs. https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html

  • Cloudwatch logs metrics at varying intervals. Basis is 5 minute, detailed and basic custom metric is 1 minute and high resolution custom metrics (July 2017) is 1 sec. Refer to https://aws.amazon.com/cloudwatch/faqs/ for the varying retention windows for each logging type.

Visualize your AWS environment

Self paced Learning and Building

Continue reading articles in my Amazon Web Services series