[指南] Amazon Web Service ( AWS ) 學習筆記連載-8

Amazon Web Service ( AWS ) 是近幾年來非常熱門的服務,自然也會有相對應的課程來輔助新手上手。這篇是參閱 A Cloud Guru 的課程、圖解 AWS+GCP:雲端雙平台入門完全指南 兩堂課所綜合而成的筆記。本篇是筆記何謂 AMI ,以及 AMI 上可用的資料庫種類和 Elastic Cache。
amazon aws ec2 logo


參考課程

1. AWS Certified Solutions Architect Associate SAA-C02
2. 圖解 AWS+GCP:雲端雙平台入門完全指南


筆記內容

AMI 架構

  • Block Device Mapping,串接起了外聯的 EBS Volume
  • Instance Storage Volume 可轉換成 Template
  • 建立 AMI 時,會順帶建造起 Snapshot。不過刪除時,並不會一同被清除

AWS 上可用的關聯式 / 非關聯式資料庫種類

SQL Server, Oracle, MySQL, PostgreSQL, Amazon Aurora, MariaDB Collection = Table; Document = Row; Key-Value Pairs = Fields Multi-AZ – For Disaster Recover Read Replicas – For Performance

ElastiCache

網路快取服務,避免每次請求都直接面對資料庫,造成負擔 (例如儲存常用的搜尋字串)

ervice-aws-guide-saa-co2-solutions-architect


按讚加入粉絲團

延伸閱讀