Skip to content

Ptt-Alertor/aws-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-from-Scratch

learn devops on aws free tier

https://aws.amazon.com/free/

Table of Content

  1. Register and Create Group and User
    • IAM (Identity and Access Management)
  2. Setup a Web Server
    • EC2 (Elastic Compute Cloud)
    • EBS (Elastic Block Store)
    • ELB (Elastic Load Balancer)
    • Auto Scaling
    • VPC (Virtual Private Cloud)
      • VPC
      • Subnet
      • Network ACL
      • Security Group
    • EFS (Elastic File System)
    • S3 (Simple Storage Service)
  3. Create Notification
    • SNS (Simple Notification Service)
      • Topic
      • Subscription
  4. Setup Continuous Delivery
    • CodeCommit
    • CodeDeploy
    • CodeBuild
    • CodePipeline
  5. Setup a Database
    • RDS (Relational Database Service)
    • Dynamodb (No SQL Database)
    • ElastiCache (Redis, Memcache)
  6. Monitor
    • CloudWatch
    • Alarm with SNS
    • Elasticsearch
    • Lambda (Serverless Compute)
  7. Containerize
    • ECS (Elastic Container Service)
  8. Infrastructure as Code
    • CloudFormation
  9. SSL
    • Route53 (Domain Name Service)
    • ACM (AWS Certificate Manager)
  10. CDN
    • CloudFront
  11. Queue
    • SQS (Simple Queue Service)
  12. Optional

Releases

No releases published

Packages

No packages published