AWS - Key Services

 COMPUTE

  1. EC2- VM
  2. Lamda -Serverless function for event driven
    1. talk for smaller task
  3. Elastic Beanstalk
    1. deploy code and web app with out EC2
STORAGE

  1. S3
  2. EBS-Elastic block Storage
    1. volume
DATABASE
  1. Aurora-Serverless
    1. mysql or postgres
  2. DynamoDB-serverless
    1. nosql
  3. RDS-6- serverless
    1. oracle,maryadb,dqlserver,mysql,aurora,postgres
  4. ElasticCache
    1. in memory DB
    2. game,stream,
NETWORK + CONTENT DELIVERY
  1. VPC
  2. CloudFront -CDN
    1. for static data
  3. Route 53
    1. DNS
  4. ELB
    1. Elastic Load balancing
  5. API Gateway
ANALYTICS
  1. KENESIS
    1. Collect, store and stream
  2. Redshift
    1. bigQuery for warehouse with SQL, data analytics
    2. Analytical work load and store in redshift for AIML
  3.  AWS Glue for ETL
ML

  1. SAGE MAKER
SECURITY
  1. IAM
  2. KMS-Key manage Service
CONTAINERS
  1. EKS
    1. Kubernetis
  2. Fargate
MONITORING
  1. CLOUDWATCH


Comments

Popular posts from this blog

Microservice Pattern: SAGA

Microservice Pattern: Database per service Context

SQL vs NoSQL | Difference between SQL & NoSQL | SQL Vs NoSQL Tutorial | SQL, NoSQL system design