Skip to content

Instantly share code, notes, and snippets.

@misho-kr
Created November 12, 2024 03:54
Show Gist options
  • Save misho-kr/424ae345a802db78fee26d0e5bb23b66 to your computer and use it in GitHub Desktop.
Save misho-kr/424ae345a802db78fee26d0e5bb23b66 to your computer and use it in GitHub Desktop.
Summary of "AWS Cloud Technology and Services" from DataCamp.Com

Comprehensive AWS Cloud Technology and Services course. A spectrum of AWS services, from optimizing compute resources - AWS storage solutions, database management, networking services, analytics, machine learning, and beyond.

By Rahulraj Singh - Technical Product Manager, Bloomberg

AWS Compute Services

Core AWS compute services, Amazon EC2 for scalable cloud computing. Optimize instances, use load balancing and auto-scaling, serverless options like AWS Lambda and Fargate for event-driven applications.

  • Expoliring the UI
  • Selecting the right instance type
  • Launcghing a web server
  • Load balacning and auto-scaling
    • Setting up a launch template
  • Serverless compute
  • Container services - ECS vs. EKS

AWS Databases, Networking, and Storage

Explore AWS database services like RDS, DynamoDB, and MemoryDB. Migrate databases to AWS using Database Migration Service and AWS Snow Family. Essential networking services and other storage solutions.

  • RDS vs. EC2
  • NoSQL databases
  • DAtabase migration sevices
  • Create a VPC and choose a routing policy
  • AWS storage solutions
  • Optimize S2 for dynamic data access patterns

AWS Machine Learning, AI, Analytics, and Beyond

Pre-trained artificial intelligence services, machine learning frameworks, and analytics tools.Various secondary service categories.

  • AI & ML services
  • Analytics and BI services
  • Data warehousing and analytics
  • Streamline code development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment