Week 3 Worklog

Week 3 Objectives:

  • Implement comprehensive monitoring and observability strategies using Amazon CloudWatch (Metrics, Logs, Alarms, Dashboards).
  • Establish Hybrid DNS architectures to integrate on-premises networks with AWS using Route 53 Resolver and Microsoft Active Directory.
  • Achieve proficiency in AWS CLI for advanced resource management (Infrastructure as Code basics) and automation across Storage, Networking, Identity, and Compute services.

Tasks to be carried out this week:

DayTaskStart DateCompletion DateReference Material
2Monitoring & Observability (CloudWatch)
- Configure CloudWatch Metrics: Viewing, Search expressions, Math expressions
- Analyze logs with CloudWatch Logs Insights & Metric Filters
- Set up CloudWatch Alarms for proactive monitoring
- Create unified CloudWatch Dashboards
- Practice: Visualize EC2 performance and set up alerts for high CPU usage.
22/09/202522/09/2025https://000008.awsstudygroup.com/
3Hybrid Connectivity & DNS
- Deploy Microsoft Active Directory (AD)
- Configure Remote Desktop Gateway (RDGW) for secure access
- Setup Hybrid DNS with Route 53 Resolver:
  + Create Outbound/Inbound Endpoints
  + Configure Resolver Rules
- Test DNS resolution between simulated on-prem and AWS environments.
23/09/202523/09/2025https://000010.awsstudygroup.com/
4AWS CLI Mastery - Part 1 (Setup & Storage)
- Install and Configure AWS CLI v2
- S3 Automation: Manage buckets, perform multipart uploads via CLI
- Messaging: Manage Amazon SNS topics and subscriptions via CLI
- Explore CLI output formats (json, table, text) and filtering.
24/09/202524/09/2025https://000011.awsstudygroup.com/

https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-troubleshooting.html
5AWS CLI Mastery - Part 2 (Compute & Network)
- IAM Security: Manage users, roles, and assume roles via CLI
  + Handle MFA tokens with CLI
- Network Infrastructure: Deploy VPC, Subnets, and Internet Gateways via CLI
- Compute: Launch and configure EC2 instances entirely through command line.
25/09/202525/09/2025https://000011.awsstudygroup.com/

Deep Dive: AWS Command Line Interface
6AWS CLI Mastery - Part 3 (Troubleshoot & Cleanup)
- Troubleshooting: Diagnose common CLI errors (credentials, permissions, formatting)
- Advanced Auth: Store SAML credentials
- Perform full resource cleanup using CLI commands to ensure no lingering costs.
26/09/202526/09/2025https://000011.awsstudygroup.com/

AWS re:Invent 2019: Introduction to the AWS CLI v2

Week 3 Achievements

Observability & Monitoring

  • Successfully deployed a monitoring stack using Amazon CloudWatch.
  • Created custom Dashboards to visualize critical metrics (CPU, Memory, Disk I/O) in real-time.
  • Configured CloudWatch Alarms to trigger automated notifications via SNS when thresholds were breached.
  • Mastered Logs Insights to query and analyze application log data effectively.

Hybrid Networking

  • Designed and implemented a Hybrid DNS solution bridging on-premises and cloud environments.
  • Deployed Microsoft Active Directory on AWS and integrated it with Route 53.
  • Configured Route 53 Resolver Endpoints (Inbound/Outbound) and Forwarding Rules to resolve domain names across the hybrid network.
  • Verified secure connectivity using Remote Desktop Gateway (RDGW).

Advanced Infrastructure Management (CLI)

  • Transitioned from Console-based management to Command Line Interface (CLI) operations.
  • Automating resource provisioning:
    • Storage: Created S3 buckets and managed object lifecycles/uploads.
    • Security: Managed IAM users, policies, and practiced Assuming Roles for cross-account access.
    • Networking: Built a complete VPC stack (VPC, Subnets, IGW, Route Tables) using CLI commands.
    • Compute: Launched EC2 instances with user-data scripts via CLI.
  • Gained troubleshooting skills for CLI configuration, credential management (MFA/SAML), and API error handling.